llvm-project/bolt/lib/Target/X86
Maksim Panchenko 1817642684 [BOLT] Add support for GOTPCRELX relocations
The linker can convert instructions with GOTPCRELX relocations into a
form that uses an absolute addressing with an immediate. BOLT needs to
recognize such conversions and symbolize the immediates.

Reviewed By: rafauler

Differential Revision: https://reviews.llvm.org/D126747
2022-06-09 13:37:04 -07:00
..
CMakeLists.txt [BOLT] Add new class for symbolizing X86 instructions 2022-05-31 17:48:19 -07:00
X86MCPlusBuilder.cpp [bolt] Remove unneeded cl::ZeroOrMore for cl::opt options 2022-06-05 13:29:49 -07:00
X86MCSymbolizer.cpp [BOLT] Add support for GOTPCRELX relocations 2022-06-09 13:37:04 -07:00
X86MCSymbolizer.h [BOLT] Add new class for symbolizing X86 instructions 2022-05-31 17:48:19 -07:00