llvm-6502/lib/CodeGen/MIRParser
Alex Lorenz 81bef8c7a7 MIR Serialization: Serialize the jump table info.
The jump table info is serialized using a YAML mapping that contains its kind
and a YAML sequence of jump table entries. A jump table entry is a YAML mapping
that has an ID and an inline YAML sequence of machine basic block references.

The testcase 'CodeGen/MIR/X86/jump-table-info.mir' doesn't have any instructions
because one of them contains a jump table index operand. The jump table index
operands will be serialized in a follow up patch, and the appropriate
instructions will be added to this testcase.

Reviewers: Duncan P. N. Exon Smith


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242357 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-15 23:31:07 +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 Serialization: Serialize the sub register indices. 2015-07-13 23:24:34 +00:00
MILexer.h MIR Serialization: Serialize the sub register indices. 2015-07-13 23:24:34 +00:00
MIParser.cpp MIR Serialization: Serialize the machine basic block live in registers. 2015-07-14 21:24:41 +00:00
MIParser.h MIR Serialization: Serialize the machine basic block live in registers. 2015-07-14 21:24:41 +00:00
MIRParser.cpp MIR Serialization: Serialize the jump table info. 2015-07-15 23:31:07 +00:00