llvm-6502/lib/ExecutionEngine
Jim Grosbach c41ab789a0 RuntimeDyld should use the memory manager API.
Start teaching the runtime Dyld interface to use the memory manager API
for allocating space. Rather than mapping directly into the MachO object,
we extract the payload for each object and copy it into a dedicated buffer
allocated via the memory manager. For now, just do Segment64, so this works
on x86_64, but not yet on ARM.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128973 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-06 01:11:05 +00:00
..
Interpreter Fix libffi usage when it is on a custom path. 2011-01-28 16:49:05 +00:00
JIT Trailing whitespace. 2011-03-22 15:21:58 +00:00
MCJIT RuntimeDyld should use the memory manager API. 2011-04-06 01:11:05 +00:00
RuntimeDyld RuntimeDyld should use the memory manager API. 2011-04-06 01:11:05 +00:00
CMakeLists.txt Build the new RuntimeDyld library. 2011-03-21 23:07:53 +00:00
ExecutionEngine.cpp Support unregistering exception frames of functions when they are removed. 2011-03-04 23:37:39 +00:00
ExecutionEngineBindings.cpp
Makefile Library-ize the dyld components of llvm-rtdyld. 2011-03-21 22:15:52 +00:00