where possible, encode symtab names with 7 bits per char instead of 8. This
[oota-llvm.git] / lib / Bitcode / Writer / ValueEnumerator.cpp
2007-05-04 Chris Lattneroptimize constant layout. This fixes encoding of 181...
2007-05-04 Chris Lattnersimple optimization for the type table
2007-05-03 Chris Lattnerenumerate parameter attr lists.
2007-05-03 Chris Lattnerfix encoding of BB names in the symtab
2007-04-26 Chris Lattnerstart code for writing out instructions. Separate...
2007-04-26 Chris Lattnerenumerate BB's separately from other function values.
2007-04-26 Chris Lattneradd support for incorporating and purging functions...
2007-04-26 Chris Lattnermove some code around, fix a bug in the reader reading...
2007-04-26 Chris Lattneradd bitcode alias support
2007-04-24 Chris LattnerEmit module-level constants.
2007-04-22 Chris LattnerInitial support for writing bitcode files. This curren...