llvm-project/bolt/test
Vladislav Khmelevsky 08f56926c2 [BOLT] Move disassemble optimizations to optimization passes
Summary:
The patch moves the shortenInstructions and nop remove to separate binary
passes. As a result when llvm-bolt optimizations stage will begin the
instructions of the binary functions will be absolutely the same as it
was in the binary. This is needed for the golang support by llvm-bolt.
Some of the tests must be changed, since bb alignment nops might create
unreachable BBs in original functions.

Vladislav Khmelevsky,
Advanced Software Technology Lab, Huawei

(cherry picked from FBD32896517)
2021-12-18 17:03:35 -08:00
..
AArch64 [PR] Fix update-debug-sections for AArch64 2021-12-08 16:53:38 +03:00
Inputs [PR] Fix update-debug-sections for AArch64 2021-12-08 16:53:38 +03:00
X86 [BOLT] Move disassemble optimizations to optimization passes 2021-12-18 17:03:35 -08:00
runtime [BOLT][TEST] Fix runtime/X86/retpoline-synthetic.test 2021-11-23 20:33:50 -08:00
CMakeLists.txt [BOLT][TEST] Add llvm-boltdiff to build/test requirements 2021-11-15 13:53:18 -08:00
bolt-icf.test [BOLT][TEST] Rename tests to follow standard naming scheme 2021-11-04 13:36:15 -07:00
keep-aranges.test [BOLT][TEST] Rename tests to follow standard naming scheme 2021-11-04 13:36:15 -07:00
link_fdata.py [BOLT][TEST] Import jump-table-icp.test, update link_fdata script 2021-11-08 10:56:21 -08:00
lit.cfg.py [BOLT][TEST] Add llvm-boltdiff to build/test requirements 2021-11-15 13:53:18 -08:00
lit.site.cfg.py.in [BOLT] Improve cmake configs for opensource 2021-10-26 12:26:23 -07:00
non-empty-debug-line.test [BOLT][DWARF] Force allocation of debug_line in RuntimeDyld 2021-12-06 23:32:40 -08:00