llvm-capstone/bolt/lib
Fabian Parzefall 3ac46f377a [BOLT] Emit LSDA call sites for all fragments
For exception handling, LSDA call sites have to be emitted for each
fragment individually. With this patch, call sites and respective LSDA
symbols are generated and associated with each fragment of their
function, such that they can be used by the emitter.

Reviewed By: maksfb

Differential Revision: https://reviews.llvm.org/D132052
2022-09-08 17:10:29 -07:00
..
Core [BOLT] Emit LSDA call sites for all fragments 2022-09-08 17:10:29 -07:00
Passes [BOLT] Emit LSDA call sites for all fragments 2022-09-08 17:10:29 -07:00
Profile [BOLT] Distinguish sections in heatmap 2022-09-07 16:34:32 -07:00
Rewrite [BOLT][NFC] Use llvm::any_of 2022-08-27 21:36:15 -07:00
RuntimeLibs [BOLT][NFC] Use range-based STL wrappers 2022-06-23 22:16:27 -07:00
Target Revert "[CMake] Avoid LLVM_BINARY_DIR when other more specific variable are better-suited" 2022-08-25 11:13:46 -04:00
Utils CommandLine: add and use cl::SubCommand::get{All,TopLevel} 2022-08-02 23:49:16 +02:00
CMakeLists.txt