llvm-6502/lib/CodeGen/MIRParser
Alex Lorenz 73d2cc5b8e 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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241093 91177308-0d34-0410-b5e6-96231b3b80d8
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