llvm/lib/ExecutionEngine/JIT
Nate Begeman 37efe67645 JumpTable support! What this represents is working asm and jit support for
x86 and ppc for 100% dense switch statements when relocations are non-PIC.
This support will be extended and enhanced in the coming days to support
PIC, and less dense forms of jump tables.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27947 91177308-0d34-0410-b5e6-96231b3b80d8
2006-04-22 18:53:45 +00:00
..
Intercept.cpp
JIT.cpp Get JIT/Interpreter working on Windows again. 2006-03-24 02:53:49 +00:00
JIT.h remove the intrinsiclowering hook 2006-03-23 05:22:51 +00:00
JITEmitter.cpp JumpTable support! What this represents is working asm and jit support for 2006-04-22 18:53:45 +00:00
Makefile
TargetSelect.cpp remove always-null IntrinsicLowering argument. 2006-03-23 05:28:02 +00:00