llvm-6502/lib/Bytecode/Writer
Chris Lattner cf3e67f70a Add support for writing 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@10915 91177308-0d34-0410-b5e6-96231b3b80d8
2004-01-18 21:08:52 +00:00
..
ConstantWriter.cpp Add support for writing bytecode files with compactiontables for bytecode files. 2004-01-18 21:08:52 +00:00
InstructionWriter.cpp Add support for writing bytecode files with compactiontables for bytecode files. 2004-01-18 21:08:52 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
SlotCalculator.cpp Add support for building the compactiontable for bytecode files. This shrinks 2004-01-18 21:07:07 +00:00
SlotCalculator.h Add support for representing the "compaction table" 2004-01-18 21:03:49 +00:00
Writer.cpp Add support for writing bytecode files with compactiontables for bytecode files. 2004-01-18 21:08:52 +00:00
WriterInternals.h Add support for writing bytecode files with compactiontables for bytecode files. 2004-01-18 21:08:52 +00:00
WriterPrimitives.h Remove the optimization that depends on ENDIAN_LITTLE: it's not worth it. 2004-01-15 06:11:30 +00:00