llvm-6502/lib/ExecutionEngine
Chris Lattner 86ecd50143 Fix the EE bindings to use the proper EE interfaces for creating a JIT.
Calling into createJIT directly creates a circular dependency between libjit and lib ee.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73567 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-16 22:26:13 +00:00
..
Interpreter Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
JIT After obtaining the lock, look if the function has been codegen'd by 2009-06-12 14:11:08 +00:00
CMakeLists.txt
ExecutionEngine.cpp Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
ExecutionEngineBindings.cpp Fix the EE bindings to use the proper EE interfaces for creating a JIT. 2009-06-16 22:26:13 +00:00
Makefile