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 e19f7261d5 Hook up the MCJIT to the RuntimeDyld library.
Lots of cleanup to make the interfaces prettier, use the JITMemoryManager,
handle multiple functions and modules, etc.. This gets far enough that
the MCJIT compiles and runs code, though.

llvm-svn: 128052
2011-03-22 01:06:42 +00:00
..
Interpreter Fix libffi usage when it is on a custom path. 2011-01-28 16:49:05 +00:00
JIT Tidy up. Whitespace and 80 column. 2011-03-16 01:21:55 +00:00
MCJIT Hook up the MCJIT to the RuntimeDyld library. 2011-03-22 01:06:42 +00:00
RuntimeDyld Hook up the MCJIT to the RuntimeDyld library. 2011-03-22 01:06:42 +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 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