llvm-project/bolt/lib
Rafael Auler c09cd64e5c [BOLT] Fix AND evaluation bug in shrink wrapping
Fix a bug where shrink-wrapping would use wrong stack offsets
because the stack was being aligned with an AND instruction, hence,
making its true offsets only available during runtime (we can't
statically determine where are the stack elements and we must give up
on this case).

Reviewed By: Amir

Differential Revision: https://reviews.llvm.org/D126110
2022-05-26 14:59:28 -07:00
..
Core [BOLT][NFC] Use ListSeparator in BinaryFunction print methods 2022-05-24 18:29:24 -07:00
Passes [BOLT] Fix AND evaluation bug in shrink wrapping 2022-05-26 14:59:28 -07:00
Profile [BOLT][CMAKE] Fix DYLIB build 2022-05-13 13:27:21 -07:00
Rewrite [BOLT][NFC] Suppress unused variable warnings 2022-05-17 14:30:23 -07:00
RuntimeLibs [BOLT][CMAKE] Fix DYLIB build 2022-05-13 13:27:21 -07:00
Target [BOLT] Fix AND evaluation bug in shrink wrapping 2022-05-26 14:59:28 -07:00
Utils [BOLT] Check if LLVM_REVISION is defined 2022-04-15 06:33:14 -07:00
CMakeLists.txt Rebase: [NFC] Refactor sources to be buildable in shared mode 2021-10-08 11:47:10 -07:00