1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/lib/CodeGen/MIRParser
Alex Lorenz f829ecf101 MIR Serialization: Serialize MBB successors.
This commit implements serialization of the machine basic block successors. It
uses a YAML flow sequence that contains strings that have the MBB references.
The MBB references in those strings use the same syntax as the MBB machine
operands in the machine instruction strings.

Reviewers: Duncan P. N. Exon Smith

Differential Revision: http://reviews.llvm.org/D10699

llvm-svn: 241093
2015-06-30 18:16:42 +00:00
..
CMakeLists.txt MIR Serialization: Introduce a lexer for machine instructions. 2015-06-22 20:37:46 +00:00
LLVMBuild.txt
Makefile
MILexer.cpp MIR Parser: adopt the 'maybeLex...' pattern. NFC. 2015-06-30 16:51:29 +00:00
MILexer.h MIR Serialization: Serialize global address machine operands. 2015-06-26 22:56:48 +00:00
MIParser.cpp MIR Serialization: Serialize MBB successors. 2015-06-30 18:16:42 +00:00
MIParser.h MIR Serialization: Serialize MBB successors. 2015-06-30 18:16:42 +00:00
MIRParser.cpp MIR Serialization: Serialize MBB successors. 2015-06-30 18:16:42 +00:00