llvm-6502/lib/ExecutionEngine
Jim Grosbach 34714a0609 Add simple arg passing to MC-JIT and support for exit() call.
Support argument passing simple, common, prototypes directly. More
complicated scenarios will require building up a stub function, which the
MC-JIT isn't set up to handle yet.

Add Intercept.cpp, which is just a copy from ExecutionEngine/JIT for now,
to handle looking looking up external symbol names. This probably more
properly belongs as part of RuntimeDyld. It'll migrate there as things
flesh out more fully.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128090 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-22 18:05:27 +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 Add simple arg passing to MC-JIT and support for exit() call. 2011-03-22 18:05:27 +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