llvm-6502/lib/ExecutionEngine/RuntimeDyld
Preston Gurd c68dda815e This patch improves the MCJIT runtime dynamic loader by adding new handling
of zero-initialized sections, virtual sections and common symbols
and preventing the loading of sections which are not required for
execution such as debug information.

Patch by Andy Kaylor!



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154610 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-12 20:13:57 +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
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
RuntimeDyld.cpp This patch improves the MCJIT runtime dynamic loader by adding new handling 2012-04-12 20:13:57 +00:00
RuntimeDyldELF.cpp This patch improves the MCJIT runtime dynamic loader by adding new handling 2012-04-12 20:13:57 +00:00
RuntimeDyldELF.h Re-factored RuntimeDyLd: 2012-03-30 16:45:19 +00:00
RuntimeDyldImpl.h This patch improves the MCJIT runtime dynamic loader by adding new handling 2012-04-12 20:13:57 +00:00
RuntimeDyldMachO.cpp Re-factored RuntimeDyLd: 2012-03-30 16:45:19 +00:00
RuntimeDyldMachO.h Re-factored RuntimeDyLd: 2012-03-30 16:45:19 +00:00