llvm-6502/lib/ExecutionEngine/JIT
Dale Johannesen 50dd1d0280 Some fixes for x86-64 JIT. Make it use small code
model, except for external calls; this makes
addressing modes PC-relative.  Incomplete.

The assertion at the top of Emitter::runOnMachineFunction
was obviously bogus (always true) so I removed it.
If someone knows what the correct test should be to cover
all the various targets, please fix.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54656 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-11 23:46:25 +00:00
..
Intercept.cpp
JIT.cpp Add new parameter Fast to createJIT to enable the fast codegen path. 2008-08-08 08:11:34 +00:00
JIT.h Add new parameter Fast to createJIT to enable the fast codegen path. 2008-08-08 08:11:34 +00:00
JITDwarfEmitter.cpp
JITDwarfEmitter.h
JITEmitter.cpp Some fixes for x86-64 JIT. Make it use small code 2008-08-11 23:46:25 +00:00
JITMemoryManager.cpp
Makefile
TargetSelect.cpp Add new parameter Fast to createJIT to enable the fast codegen path. 2008-08-08 08:11:34 +00:00