llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld
Sean Callanan a375943d82 Made RuntimeDyldMachO support vanilla i386
relocations.  The algorithm is the same as
that for x86_64.  Scattered relocations, a
feature present in i386 but not on x86_64,
are not yet supported.

llvm-svn: 153466
2012-03-26 20:45:52 +00:00
..
CMakeLists.txt Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is currently basic and will be enhanced with future patches. 2012-01-16 08:56:09 +00:00
DyldELFObject.h Expose the ELFObjectFile class directly in the Object/ELF.h header, similarly 2012-02-12 06:12:10 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
RuntimeDyld.cpp Revert a series of commits to MCJIT to get the build working in CMake 2012-03-22 05:44:06 +00:00
RuntimeDyldELF.cpp Revert a series of commits to MCJIT to get the build working in CMake 2012-03-22 05:44:06 +00:00
RuntimeDyldELF.h Revert a series of commits to MCJIT to get the build working in CMake 2012-03-22 05:44:06 +00:00
RuntimeDyldImpl.h Revert a series of commits to MCJIT to get the build working in CMake 2012-03-22 05:44:06 +00:00
RuntimeDyldMachO.cpp Made RuntimeDyldMachO support vanilla i386 2012-03-26 20:45:52 +00:00
RuntimeDyldMachO.h Made RuntimeDyldMachO support vanilla i386 2012-03-26 20:45:52 +00:00