llvm-project/llvm/lib/CodeGen/MIRParser
Sriraman Tallam df082ac45a Basic Block Sections support in LLVM.
This is the second patch in a series of patches to enable basic block
sections support.

This patch adds support for:

* Creating direct jumps at the end of basic blocks that have fall
through instructions.
* New pass, bbsections-prepare, that analyzes placement of basic blocks
in sections.
* Actual placing of a basic block in a unique section with special
handling of exception handling blocks.
* Supports placing a subset of basic blocks in a unique section.
* Support for MIR serialization and deserialization with basic block
sections.

Parent patch : D68063
Differential Revision: https://reviews.llvm.org/D73674
2020-03-16 16:06:54 -07:00
..
CMakeLists.txt [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries" 2019-11-21 10:48:08 -08:00
LLVMBuild.txt
MILexer.cpp Basic Block Sections support in LLVM. 2020-03-16 16:06:54 -07:00
MILexer.h Basic Block Sections support in LLVM. 2020-03-16 16:06:54 -07:00
MIParser.cpp Basic Block Sections support in LLVM. 2020-03-16 16:06:54 -07:00
MIRParser.cpp Basic Block Sections support in LLVM. 2020-03-16 16:06:54 -07:00