llvm-6502/lib/ExecutionEngine
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
..
Interpreter Make sure that globals are emitted AFTER the passmanager is set up for the JIT, 2003-05-12 02:14:34 +00:00
JIT Make sure that globals are emitted AFTER the passmanager is set up for the JIT, 2003-05-12 02:14:34 +00:00
ExecutionEngine.cpp Add a pointersize/endianness safe load routine to match the store routine 2003-05-08 16:52:16 +00:00
Makefile We now need to link libscalar to get the switch lowering pass 2003-04-23 16:43:02 +00:00