llvm-6502/tools/lli
Andrew Kaylor 257a009332 Modifying lli to use the SectionMemoryManager.
The functionality of SectionMemoryManager is equivalent to the LLIMCJITMemoryManager being replaced except that it allocates memory as RW and later changes it to RX or R as needed.  The page permissions are set in the call to MCJIT::finalizeObject.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168722 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-27 19:49:00 +00:00
..
CMakeLists.txt lli: Initialize the native asm parser for inline assembly. 2012-11-05 19:06:05 +00:00
lli.cpp Modifying lli to use the SectionMemoryManager. 2012-11-27 19:49:00 +00:00
LLVMBuild.txt lli: Initialize the native asm parser for inline assembly. 2012-11-05 19:06:05 +00:00
Makefile lli: Initialize the native asm parser for inline assembly. 2012-11-05 19:06:05 +00:00
RecordingMemoryManager.cpp MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is emitted in @main(). 2012-11-18 06:16:32 +00:00
RecordingMemoryManager.h Interface changes to allow RuntimeDyld memory managers to set memory permissions after an object has been loaded. 2012-11-15 23:50:01 +00:00
RemoteTarget.cpp Mark code, not data, as executable in lli RemoteTarget simulator. 2012-10-31 20:37:14 +00:00
RemoteTarget.h Fix includes of llvm files that used angle brackets. 2012-09-15 18:45:38 +00:00