1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib/ExecutionEngine/JITLink
Lang Hames 58c4c22f99 [JITLink] Fixed a signedness bug when processing X86_64_RELOC_SUBTRACTOR.
Subtractor relocation addends are signed, so we need to read them via signed
int pointers. Accidentally treating 32-bit addends as unsigned leads to
out-of-range errors when we try to add very large (>INT32_MAX) bogus addends.

llvm-svn: 360392
2019-05-09 23:17:41 +00:00
..
BasicGOTAndStubsBuilder.h
CMakeLists.txt
EHFrameSupport.cpp [JITLink] Add two useful Section operations: find by name, get address range. 2019-05-04 00:23:09 +00:00
EHFrameSupportImpl.h
JITLink.cpp [Support] Add error handling to sys::Process::getPageSize(). 2019-05-08 02:11:07 +00:00
JITLinkGeneric.cpp [ORC] Simplify logic for updating edges when should-discard atoms are pruned. 2019-05-09 22:03:58 +00:00
JITLinkGeneric.h [JITLink] Make sure we explicitly deallocate memory on failure. 2019-05-01 02:43:52 +00:00
LLVMBuild.txt
MachO_x86_64.cpp [JITLink] Fixed a signedness bug when processing X86_64_RELOC_SUBTRACTOR. 2019-05-09 23:17:41 +00:00
MachO.cpp [ORC][JITLink] Name in-memory compiled objects after their source modules. 2019-04-30 21:27:56 +00:00
MachOAtomGraphBuilder.cpp [JITLink] Improve/fix some JITLink debugging output. 2019-05-09 22:03:57 +00:00
MachOAtomGraphBuilder.h Reapply r360194 "[JITLink] Add support for MachO .alt_entry atoms." with fixes. 2019-05-07 22:56:40 +00:00