Fix a bug in bitstream writer handling abbrevs, add value symtab
[oota-llvm.git] / include / llvm / Bitcode / BitstreamWriter.h
2007-04-23 Chris LattnerFix a bug in bitstream writer handling abbrevs, add...
2007-04-23 Chris Lattnerminor cleanups
2007-04-23 Chris Lattnerfinish implementation of basic abbrev writing.
2007-04-23 Chris Lattnerfirst part of implementation of abbrevs. The writer...
2007-04-22 Jeff CohenTeach Visual Studio about Bitcode.
2007-04-22 Chris LattnerDefine the content-independent interfaces to read/write...