llvm-6502/lib
Chris Lattner 89e025387e Add support for reading bytecode files with compactiontables for bytecode files.
This shrinks the bytecode file for 176.gcc by about 200K (10%), and 254.gap by
about 167K, a 25% reduction.  There is still a lot of room for improvement in
the encoding of the compaction table.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10914 91177308-0d34-0410-b5e6-96231b3b80d8
2004-01-18 21:08:15 +00:00
..
Analysis
Archive
AsmParser
Bytecode Add support for reading bytecode files with compactiontables for bytecode files. 2004-01-18 21:08:15 +00:00
CodeGen Handle printing of intervals that are not assign to any physical 2004-01-16 20:33:13 +00:00
Debugger "fix" a nasty race condition 2004-01-14 21:18:03 +00:00
ExecutionEngine Don't pass anything to the IntrinsicLowering class that is not_intrinsic, 2004-01-14 06:02:53 +00:00
Linker
Support This file goes away 2004-01-17 19:35:57 +00:00
Target Use the LLVM standard name mangling infrastructure instead of reinventing the 2004-01-15 22:44:19 +00:00
Transforms Fix InstCombine/2004-01-13-InstCombineInvokePHI.ll, which also fixes lots 2004-01-14 06:06:08 +00:00
VMCore Add support for building the compactiontable for bytecode files. This shrinks 2004-01-18 21:07:07 +00:00
Makefile