aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode/BitstreamReader.h
AgeCommit message (Expand)Author
2009-08-27Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif
2009-07-07fix some type confusion in ReadVBR64: "Piece" should be only 32 bits,Chris Lattner
2009-06-29Fix three MSVC 2008 warnings that completely clutter the build output.Sebastian Redl
2009-04-27give bitstreamreader an API to ignore names for blocks/records,Chris Lattner
2009-04-26Add two new record types to the blockinfo block:Chris Lattner
2009-04-26make BitstreamCursor's copyable and assignable.Chris Lattner
2009-04-26Make a major API change to BitstreamReader: split all the readingChris Lattner
2009-04-15Allow jumping to the end of a bitstream while readingDouglas Gregor
2009-04-08Fix BitstreamReader's GetCurrentBitNo to return the correct bit number, and s...Douglas Gregor
2009-04-07Add an API for the bitstream reader to read blobs and returnChris Lattner
2009-04-06allow clients to look up abbrev id'sChris Lattner
2009-04-06add a new Blob encoding abbreviation for bitcode files that emitsChris Lattner
2009-04-06split ReadAbbreviatedLiteral out of ReadAbbreviatedField.Chris Lattner
2009-04-06reduce indentation with early-outChris Lattner
2009-04-01Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman
2009-02-20Removed trailing whitespace.Misha Brukman
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-11-30Fixed potential bug where CurWord is not zeroed out in JumpToBit.Ted Kremenek
2007-11-10Made Deserializer a friend class of BitstreamReader.Ted Kremenek
2007-10-24Silenced a VC++ warning.Hartmut Kaiser
2007-05-06we aren't at the end of stream until we've consumed all the bytes AND allChris Lattner
2007-05-06Make code more 64-bit aware.Jeff Cohen
2007-05-06Unbreak VC++.Jeff Cohen
2007-05-06Fix a subtle bug that prevented round-tripping 470.lbmChris Lattner
2007-05-05minor bugfixChris 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-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-05-01several bitfixes to JumpToBitChris Lattner
2007-05-01add JumpToBit, an explicit init method, and a default ctor.Chris Lattner
2007-04-29add some helpersChris Lattner
2007-04-29compute this value correctlyChris Lattner
2007-04-29add a methodChris Lattner
2007-04-29make this file self-containedChris Lattner
2007-04-23implement reading of abbrevsChris Lattner
2007-04-23first part of implementation of abbrevs. The writer isn't fully there yet an...Chris Lattner
2007-04-22Terminate with newline.Reid Spencer
2007-04-22Teach Visual Studio about Bitcode.Jeff Cohen
2007-04-22Define the content-independent interfaces to read/write bitcode files andChris Lattner