aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode/BitstreamWriter.h
AgeCommit message (Expand)Author
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