llvm-6502/lib/ExecutionEngine/JIT
Chris Lattner ff0f1bb32a No longer run atExit functions from run()
rename run to runFunction
Genericize the runFunction code a little bit, though it still stinks


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10610 91177308-0d34-0410-b5e6-96231b3b80d8
2003-12-26 06:13:47 +00:00
..
Intercept.cpp No longer run atExit functions from run() 2003-12-26 06:13:47 +00:00
JIT.cpp No longer run atExit functions from run() 2003-12-26 06:13:47 +00:00
JIT.h No longer run atExit functions from run() 2003-12-26 06:13:47 +00:00
JITEmitter.cpp Implement PR135, lazy emission of global variables 2003-12-20 03:36:47 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
TargetSelect.cpp Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges the 2003-12-20 01:46:27 +00:00