llvm-mirror/lib
Nate Begeman 7ed816f900 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.

llvm-svn: 27947
2006-04-22 18:53:45 +00:00
..
Analysis Another simple case type merge case to try 2006-04-19 15:34:34 +00:00
AsmParser Make sure CVS versions of yacc and lex files get distributed. 2006-04-12 20:57:05 +00:00
Bytecode use isValidOperands instead of duplicating checks 2006-04-08 04:09:19 +00:00
CodeGen JumpTable support! What this represents is working asm and jit support for 2006-04-22 18:53:45 +00:00
Debugger Add the README files to the distribution. 2006-04-13 06:39:24 +00:00
ExecutionEngine JumpTable support! What this represents is working asm and jit support for 2006-04-22 18:53:45 +00:00
Linker Add shufflevector support 2006-04-08 01:19:47 +00:00
Support Qualify dwarf namespace inside llvm namespace. 2006-02-27 22:37:23 +00:00
System Add checks for __OpenBSD__. 2006-04-17 17:55:41 +00:00
Target JumpTable support! What this represents is working asm and jit support for 2006-04-22 18:53:45 +00:00
Transforms Fix Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll 2006-04-20 20:48:50 +00:00
VMCore Remove a hack required by V9. 2006-04-21 15:33:35 +00:00
Makefile