1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/lib/ExecutionEngine/JIT
Chris Lattner ddcbddf9e9 No longer run atExit functions from run()
rename run to runFunction
Genericize the runFunction code a little bit, though it still stinks

llvm-svn: 10610
2003-12-26 06:13:47 +00:00
..
Emitter.cpp Implement PR135, lazy emission of global variables 2003-12-20 03:36: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
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