1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 21:13:02 +02:00
llvm-mirror/lib/ExecutionEngine/RuntimeDyld
Lang Hames f2bb6bf8f0 [MCJIT] Fix an overly-aggressive check in RuntimeDyldMachOARM.
This should fix the MachO_ARM_PIC_relocations.s test failures on some 32-bit
testers.

llvm-svn: 214613
2014-08-02 03:00:49 +00:00
..
Targets [MCJIT] Fix an overly-aggressive check in RuntimeDyldMachOARM. 2014-08-02 03:00:49 +00:00
CMakeLists.txt [RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld. 2014-06-27 20:20:57 +00:00
GDBRegistrar.cpp [C++] Use 'nullptr'. 2014-04-24 06:44:33 +00:00
JITRegistrar.h
LLVMBuild.txt Fix build following r211956 2014-06-28 06:31:47 +00:00
Makefile
ObjectImageCommon.h Use std::unique_ptr to make the ownership explicit. 2014-07-31 03:12:45 +00:00
RuntimeDyld.cpp AArch64: remove arm64 triple enumerator. 2014-07-23 12:32:47 +00:00
RuntimeDyldChecker.cpp [MCJIT] Add options to llvm-rtdyld to describe a phony target address space for 2014-07-29 23:43:13 +00:00
RuntimeDyldCheckerImpl.h [MCJIT] Make the RuntimeDyldChecker stub_addr builtin use file names rather than 2014-07-29 20:40:37 +00:00
RuntimeDyldELF.cpp AArch64: remove arm64 triple enumerator. 2014-07-23 12:32:47 +00:00
RuntimeDyldELF.h AArch64: remove arm64 triple enumerator. 2014-07-23 12:32:47 +00:00
RuntimeDyldImpl.h [MCJIT] Refactor and add stub inspection to the RuntimeDyldChecker framework. 2014-07-22 22:47:39 +00:00
RuntimeDyldMachO.cpp [MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO. 2014-07-30 03:35:05 +00:00
RuntimeDyldMachO.h [MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO. 2014-07-30 03:35:05 +00:00