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
TargetSelect.cpp