llvm-6502/lib/ExecutionEngine/JIT
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
..
Callback.cpp Add support for function stubs, which allow calling functions which need to 2003-05-09 03:30:07 +00:00
JIT.cpp Make sure that globals are emitted AFTER the passmanager is set up for the JIT, 2003-05-12 02:14:34 +00:00
JIT.h Add support for function stubs, which allow calling functions which need to 2003-05-09 03:30:07 +00:00
JITEmitter.cpp Add support for function stubs, which allow calling functions which need to 2003-05-09 03:30:07 +00:00
Makefile Initial checkin of new LLI with JIT compiler 2002-12-24 00:01:05 +00:00
VM.cpp Add support for function stubs, which allow calling functions which need to 2003-05-09 03:30:07 +00:00
VM.h Add support for function stubs, which allow calling functions which need to 2003-05-09 03:30:07 +00:00