Add explicit keywords.
[oota-llvm.git] / include / llvm / Bitcode / BitstreamWriter.h
2007-10-08 Dan GohmanAdd explicit keywords.
2007-05-06 Chris Lattnerallow zero-length arrays
2007-05-06 Jeff CohenUnbreak VC++.
2007-05-05 Chris Lattnerfix a bug I introduced when I merged some code together
2007-05-05 Chris Lattneradd a 6-bit encoding type for strings.
2007-05-05 Chris LattnerImplement support for globally associating abbrevs...
2007-05-04 Chris Lattneruse a template to eliminate manual code duplication
2007-05-04 Chris Lattneradd support for array abbreviations.
2007-05-04 Chris Lattnerminor cleanups. Add provisions for a new standard...
2007-05-04 Chris Lattnerrefcount BitCodeAbbrev objects
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...