llvm/bolt/lib
Maksim Panchenko 5a343994c3 [BOLT] Make order of jump table successors deterministic
When a jump table is recovered in postProcessIndirectBranches(),
successors for the containing basic block are added in random order.
Make the order deterministic.

Reviewed By: yota9

Differential Revision: https://reviews.llvm.org/D119672
2022-02-14 10:37:20 -08:00
..
Core [BOLT] Make order of jump table successors deterministic 2022-02-14 10:37:20 -08:00
Passes Add missing MC includes in bolt/ 2022-02-09 08:28:34 -05:00
Profile [BOLT] Refactor heatmap to be standalone tool 2022-02-07 22:00:44 +03:00
Rewrite [BOLT][DWARF] Remove caching of ranges/abbrevs 2022-02-08 16:37:40 -08:00
RuntimeLibs [BOLT][NFC] Fix braces usage in the rest of the codebase 2021-12-28 18:43:53 -08:00
Target Add missing MC includes in bolt/ 2022-02-09 08:28:34 -05:00
Utils [BOLT] Refactor heatmap to be standalone tool 2022-02-07 22:00:44 +03:00
CMakeLists.txt