1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/ExecutionEngine
Jim Grosbach ed5d966802 Teach the RtDyld to tell the memory manager about how much space a function
actually takes rather than how much memory was allocated for it. This
is more accurate and should help the manager pack things more effectively.

llvm-svn: 131305
2011-05-13 20:12:14 +00:00
..
Interpreter Fix libffi usage when it is on a custom path. 2011-01-28 16:49:05 +00:00
JIT Revert ExecutionEngine patches, they either failed to build or broke unit tests. 2011-05-07 03:12:54 +00:00
MCJIT The MCJIT memory manager needs to initialize its Module member. 2011-05-12 18:21:23 +00:00
RuntimeDyld Teach the RtDyld to tell the memory manager about how much space a function 2011-05-13 20:12:14 +00:00
CMakeLists.txt Revert ExecutionEngine patches, they either failed to build or broke unit tests. 2011-05-07 03:12:54 +00:00
ExecutionEngine.cpp Revert ExecutionEngine patches, they either failed to build or broke unit tests. 2011-05-07 03:12:54 +00:00
ExecutionEngineBindings.cpp Fix indentation. 2010-07-19 09:36:45 +00:00
Makefile Library-ize the dyld components of llvm-rtdyld. 2011-03-21 22:15:52 +00:00