llvm-6502/lib/ExecutionEngine/Interpreter
Chris Lattner 56adf152f6 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!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6105 91177308-0d34-0410-b5e6-96231b3b80d8
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