start code for writing out instructions. Separate BB#s from normal value
[oota-llvm.git] / lib / Bitcode / Writer / BitcodeWriter.cpp
2007-04-26 Chris Lattnerstart code for writing out instructions. Separate...
2007-04-26 Chris Lattneradd support for incorporating and purging functions...
2007-04-26 Chris Lattnerimprove a comment
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 Lattnerimplement reading and writing of constant exprs.
2007-04-24 Chris Lattnerfix off-by-one computing size for section abbrevs
2007-04-24 Chris LattnerEmit module-level constants.
2007-04-23 Chris Lattnerwrite out the symtab for globals.
2007-04-23 Chris Lattnerimplement reading of abbrevs, and writing of abbreviate...
2007-04-23 Chris Lattnerfirst part of implementation of abbrevs. The writer...
2007-04-23 Chris Lattnerpromote LLVMBitCodes to be a public header
2007-04-22 Chris LattnerInitial support for writing bitcode files. This curren...