aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bitcode/BitstreamWriter.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-26/+7
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Rewrite assert to avoid warning when the record element type is byte-sized.Jordan Rose2013-05-091-1/+2
* Whitespace cleanupJoe Abbey2013-04-011-1/+1
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Code Custodian:Joe Abbey2012-11-251-14/+14
* Pacify PVS-Studio by changing the type rather than doing a cast, a tweakDuncan Sands2012-08-211-1/+1
* PVS-Studio noticed that EmitVBR64 would perform undefined behaviour if theDuncan Sands2012-08-211-1/+3
* Fix windows compilation warning. Patch by Micah.Jan Sjödin2012-03-211-1/+1
* BitstreamWriter: Use SmallVector::append instead of multiple push_back calls.Daniel Dunbar2012-02-291-4/+6
* BitstreamWriter: Change primary output buffer to be a SmallVector instead of anDaniel Dunbar2012-02-291-2/+3
* BitstreamWriter: Isolate access to the underlying buffer.Daniel Dunbar2012-02-291-20/+32
* BitcodeWriter: Expose less implementation details -- make BackpatchWord privateDaniel Dunbar2012-02-291-11/+9
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-1/+1
* don't emit zero bit fields with Emit, fixing undefined behavior,Chris Lattner2010-08-181-3/+5
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* Pass StringRef by value.Daniel Dunbar2009-11-061-3/+3
* Add StringRef based APIs to BitstreamWriter.Daniel Dunbar2009-08-241-4/+18
* Use 8 instead of CHAR_BITDouglas Gregor2009-04-081-1/+1
* Add BitstreamWriter::GetCurrentBitNo, to report where we are in the output bi...Douglas Gregor2009-04-081-0/+3
* Add a new EmitRecordWithBlob API that allows a blob to be emitted Chris Lattner2009-04-061-30/+103
* add a new Blob encoding abbreviation for bitcode files that emitsChris Lattner2009-04-061-5/+21
* simplify code a bit.Chris Lattner2009-04-061-9/+19
* simplify to reduce indentation.Chris Lattner2009-04-061-33/+34
* Removed trailing whitespace.Misha Brukman2009-02-201-56/+56
* Add support for writing LLVM IR to a specified BitstreamWriter.Chris Lattner2008-12-191-0/+3
* Add a little wrapper header that is put around bc files when emittingChris Lattner2008-07-091-4/+10
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-12/+19
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Add explicit keywords.Dan Gohman2007-10-081-1/+1
* allow zero-length arraysChris Lattner2007-05-061-1/+1
* Unbreak VC++.Jeff Cohen2007-05-061-2/+2
* fix a bug I introduced when I merged some code togetherChris Lattner2007-05-051-1/+1
* add a 6-bit encoding type for strings.Chris Lattner2007-05-051-0/+3
* Implement support for globally associating abbrevs with block IDs, whichChris Lattner2007-05-051-9/+109
* use a template to eliminate manual code duplicationChris Lattner2007-05-041-47/+2
* add support for array abbreviations.Chris Lattner2007-05-041-37/+49
* minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCKChris Lattner2007-05-041-3/+3
* refcount BitCodeAbbrev objectsChris Lattner2007-05-041-1/+1
* Fix a bug in bitstream writer handling abbrevs, add value symtabChris Lattner2007-04-231-5/+6
* minor cleanupsChris Lattner2007-04-231-3/+5
* finish implementation of basic abbrev writing.Chris Lattner2007-04-231-4/+69
* first part of implementation of abbrevs. The writer isn't fully there yet an...Chris Lattner2007-04-231-7/+47
* Teach Visual Studio about Bitcode.Jeff Cohen2007-04-221-1/+2
* Define the content-independent interfaces to read/write bitcode files andChris Lattner2007-04-221-0/+219