Serializer no longer automatically emits a root-level block in the bitstream.
[oota-llvm.git] / lib / Bitcode / Writer / ValueEnumerator.cpp
2007-05-06 Chris LattnerFix a nasty problem where we would miss enumeration...
2007-05-06 Chris Lattnerenumerate the operands of a constant before we enumerat...
2007-05-06 Chris Lattnerimplement the 'string constant' optimization. This...
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...