llvm-6502/lib
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
..
Analysis Create a wrapper pass for BranchProbabilityInfo. 2015-07-15 22:48:29 +00:00
AsmParser
Bitcode
CodeGen MIR Serialization: Serialize the jump table info. 2015-07-15 23:31:07 +00:00
DebugInfo
ExecutionEngine
Fuzzer
IR Debug Info: Add basic support for external types references. 2015-07-15 17:01:41 +00:00
IRReader
LibDriver For new archive member we only need to store the full path. 2015-07-15 22:46:53 +00:00
LineEditor
Linker
LTO
MC
Object llvm-ar: Don't write the directory in the string table. 2015-07-15 23:15:33 +00:00
Option
Passes
ProfileData
Support Simplify a few uses of remove_filename by using parent_path instead. 2015-07-15 21:24:07 +00:00
TableGen
Target TargetRegisterInfo: Provide a way to check assigned registers in getRegAllocationHints() 2015-07-15 22:16:00 +00:00
Transforms Create a wrapper pass for BranchProbabilityInfo. 2015-07-15 22:48:29 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile