Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / Bitcode / BitstreamWriter.h
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-25 Joe AbbeyCode Custodian:
2012-08-21 Duncan SandsPacify PVS-Studio by changing the type rather than...
2012-08-21 Duncan SandsPVS-Studio noticed that EmitVBR64 would perform undefin...
2012-03-21 Jan SjödinFix windows compilation warning. Patch by Micah.
2012-02-29 Daniel DunbarBitstreamWriter: Use SmallVector::append instead of...
2012-02-29 Daniel DunbarBitstreamWriter: Change primary output buffer to be...
2012-02-29 Daniel DunbarBitstreamWriter: Isolate access to the underlying buffer.
2012-02-29 Daniel DunbarBitcodeWriter: Expose less implementation details ...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2010-08-18 Chris Lattnerdon't emit zero bit fields with Emit, fixing undefined...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2009-11-06 Daniel DunbarPass StringRef by value.
2009-08-24 Daniel DunbarAdd StringRef based APIs to BitstreamWriter.
2009-04-08 Douglas GregorUse 8 instead of CHAR_BIT
2009-04-08 Douglas GregorAdd BitstreamWriter::GetCurrentBitNo, to report where...
2009-04-06 Chris LattnerAdd a new EmitRecordWithBlob API that allows a blob...
2009-04-06 Chris Lattneradd a new Blob encoding abbreviation for bitcode files...
2009-04-06 Chris Lattnersimplify code a bit.
2009-04-06 Chris Lattnersimplify to reduce indentation.
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2008-12-19 Chris LattnerAdd support for writing LLVM IR to a specified Bitstrea...
2008-07-09 Chris LattnerAdd a little wrapper header that is put around bc files...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
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...