llvm-6502/lib
Nate Begeman 52a51e38dc Emit .set directives for jump table entries when possible, which reduces
the number of relocations in object files, shrinkifying them.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29650 91177308-0d34-0410-b5e6-96231b3b80d8
2006-08-12 21:29:52 +00:00
..
Analysis Make Loop::getExitBlocks significantly faster for large loops. Instead of 2006-08-12 05:02:03 +00:00
Archive
AsmParser
Bytecode
CodeGen Emit .set directives for jump table entries when possible, which reduces 2006-08-12 21:29:52 +00:00
Debugger
ExecutionEngine
Linker Remove a redundant syscall. 2006-07-28 22:52:11 +00:00
Support remove IncludeFile turds in MathExtras.h, which bloats every .o file that 2006-08-11 23:52:54 +00:00
System Remove extraneous #include. 2006-08-07 05:36:24 +00:00
Target Emit .set directives for jump table entries when possible, which reduces 2006-08-12 21:29:52 +00:00
Transforms Don't attempt to split subloops out of a loop with a huge number of backedges. 2006-08-12 05:25:00 +00:00
VMCore Add dominates/properlyDominates queries to IDom. 2006-08-01 22:24:47 +00:00
Makefile