aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode/BitstreamWriter.h
AgeCommit message (Expand)Author
2013-04-01Whitespace cleanupJoe Abbey
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-11-25Code Custodian:Joe Abbey
2012-08-21Pacify PVS-Studio by changing the type rather than doing a cast, a tweakDuncan Sands
2012-08-21PVS-Studio noticed that EmitVBR64 would perform undefined behaviour if theDuncan Sands
2012-03-21Fix windows compilation warning. Patch by Micah.Jan Sjödin
2012-02-29BitstreamWriter: Use SmallVector::append instead of multiple push_back calls.Daniel Dunbar
2012-02-29BitstreamWriter: Change primary output buffer to be a SmallVector instead of anDaniel Dunbar
2012-02-29BitstreamWriter: Isolate access to the underlying buffer.Daniel Dunbar
2012-02-29BitcodeWriter: Expose less implementation details -- make BackpatchWord privateDaniel Dunbar
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2010-08-18don't emit zero bit fields with Emit, fixing undefined behavior,Chris Lattner
2010-02-10Fix "the the" and similar typos.Dan Gohman
2009-11-06Pass StringRef by value.Daniel Dunbar
2009-08-24Add StringRef based APIs to BitstreamWriter.Daniel Dunbar
2009-04-08Use 8 instead of CHAR_BITDouglas Gregor
2009-04-08Add BitstreamWriter::GetCurrentBitNo, to report where we are in the output bi...Douglas Gregor
2009-04-06Add a new EmitRecordWithBlob API that allows a blob to be emitted Chris Lattner
2009-04-06add a new Blob encoding abbreviation for bitcode files that emitsChris Lattner
2009-04-06simplify code a bit.Chris Lattner
2009-04-06simplify to reduce indentation.Chris Lattner
2009-02-20Removed trailing whitespace.Misha Brukman
2008-12-19Add support for writing LLVM IR to a specified BitstreamWriter.Chris Lattner
2008-07-09Add a little wrapper header that is put around bc files when emittingChris Lattner
2008-05-05Fix more -Wshorten-64-to-32 warnings.Evan Cheng
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-10-08Add explicit keywords.Dan Gohman
2007-05-06allow zero-length arraysChris Lattner
2007-05-06Unbreak VC++.Jeff Cohen
2007-05-05fix a bug I introduced when I merged some code togetherChris Lattner
2007-05-05add a 6-bit encoding type for strings.Chris Lattner
2007-05-05Implement support for globally associating abbrevs with block IDs, whichChris Lattner
2007-05-04use a template to eliminate manual code duplicationChris Lattner
2007-05-04add support for array abbreviations.Chris Lattner
2007-05-04minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCKChris Lattner
2007-05-04refcount BitCodeAbbrev objectsChris Lattner
2007-04-23Fix a bug in bitstream writer handling abbrevs, add value symtabChris Lattner
2007-04-23minor cleanupsChris Lattner
2007-04-23finish implementation of basic abbrev writing.Chris Lattner
2007-04-23first part of implementation of abbrevs. The writer isn't fully there yet an...Chris Lattner
2007-04-22Teach Visual Studio about Bitcode.Jeff Cohen
2007-04-22Define the content-independent interfaces to read/write bitcode files andChris Lattner