1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/lib/ExecutionEngine/Interpreter
Chris Lattner 46f2fc75da Make sure that globals are emitted AFTER the passmanager is set up for the JIT,
because the globals may refer to functions that need to be compiled!

llvm-svn: 6105
2003-05-12 02:14:34 +00:00
..
Execution.cpp switch main LLI core execution to use an InstVisitor instead of a switch statement 2003-05-10 21:22:39 +00:00
ExecutionAnnotations.h A large number of simple changes: 2003-05-08 16:18:31 +00:00
ExternalFunctions.cpp Implement varargs support for LLI! 2003-05-08 16:52:43 +00:00
Interpreter.cpp Make sure that globals are emitted AFTER the passmanager is set up for the JIT, 2003-05-12 02:14:34 +00:00
Interpreter.h switch main LLI core execution to use an InstVisitor instead of a switch statement 2003-05-10 21:22:39 +00:00
Makefile Initial checkin of new LLI with JIT compiler 2002-12-24 00:01:05 +00:00
Support.cpp A large number of simple changes: 2003-05-08 16:18:31 +00:00
UserInput.cpp A large number of simple changes: 2003-05-08 16:18:31 +00:00