where possible, encode symtab names with 7 bits per char instead of 8. This
[oota-llvm.git] / lib / Bitcode / Writer / ValueEnumerator.h
2007-05-04 Chris Lattneroptimize constant layout. This fixes encoding of 181...
2007-05-04 Chris Lattnerpass by reference, not by value
2007-05-03 Chris Lattnerenumerate parameter attr lists.
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-24 Chris LattnerEmit module-level constants.
2007-04-23 Chris Lattnerfix off-by one
2007-04-22 Chris LattnerInitial support for writing bitcode files. This curren...