aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bitcode/BitstreamReader.h
Commit message (Expand)AuthorAgeFilesLines
* fix some type confusion in ReadVBR64: "Piece" should be only 32 bits,Chris Lattner2009-07-071-5/+8
* Fix three MSVC 2008 warnings that completely clutter the build output.Sebastian Redl2009-06-291-2/+2
* give bitstreamreader an API to ignore names for blocks/records,Chris Lattner2009-04-271-1/+16
* Add two new record types to the blockinfo block:Chris Lattner2009-04-261-4/+32
* make BitstreamCursor's copyable and assignable.Chris Lattner2009-04-261-2/+38
* Make a major API change to BitstreamReader: split all the readingChris Lattner2009-04-261-108/+139
* Allow jumping to the end of a bitstream while readingDouglas Gregor2009-04-151-1/+1
* Fix BitstreamReader's GetCurrentBitNo to return the correct bit number, and s...Douglas Gregor2009-04-081-2/+1
* Add an API for the bitstream reader to read blobs and returnChris Lattner2009-04-071-4/+17
* allow clients to look up abbrev id'sChris Lattner2009-04-061-3/+9
* add a new Blob encoding abbreviation for bitcode files that emitsChris Lattner2009-04-061-4/+25
* split ReadAbbreviatedLiteral out of ReadAbbreviatedField.Chris Lattner2009-04-061-6/+12
* reduce indentation with early-outChris Lattner2009-04-061-14/+14
* Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman2009-04-011-1/+2
* Removed trailing whitespace.Misha Brukman2009-02-201-66/+66
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-8/+15
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Fixed potential bug where CurWord is not zeroed out in JumpToBit.Ted Kremenek2007-11-301-0/+1
* Made Deserializer a friend class of BitstreamReader.Ted Kremenek2007-11-101-5/+14
* Silenced a VC++ warning.Hartmut Kaiser2007-10-241-1/+1
* we aren't at the end of stream until we've consumed all the bytes AND allChris Lattner2007-05-061-1/+3
* Make code more 64-bit aware.Jeff Cohen2007-05-061-3/+3
* Unbreak VC++.Jeff Cohen2007-05-061-6/+6
* Fix a subtle bug that prevented round-tripping 470.lbmChris Lattner2007-05-061-1/+1
* minor bugfixChris Lattner2007-05-051-0/+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-1/+101
* add support for array abbreviations.Chris Lattner2007-05-041-17/+35
* minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCKChris Lattner2007-05-041-1/+1
* refcount BitCodeAbbrev objectsChris Lattner2007-05-041-3/+3
* several bitfixes to JumpToBitChris Lattner2007-05-011-4/+7
* add JumpToBit, an explicit init method, and a default ctor.Chris Lattner2007-05-011-2/+28
* add some helpersChris Lattner2007-04-291-1/+4
* compute this value correctlyChris Lattner2007-04-291-2/+4
* add a methodChris Lattner2007-04-291-0/+6
* make this file self-containedChris Lattner2007-04-291-0/+1
* implement reading of abbrevsChris Lattner2007-04-231-6/+89
* first part of implementation of abbrevs. The writer isn't fully there yet an...Chris Lattner2007-04-231-3/+0
* Terminate with newline.Reid Spencer2007-04-221-2/+0
* Teach Visual Studio about Bitcode.Jeff Cohen2007-04-221-4/+6
* Define the content-independent interfaces to read/write bitcode files andChris Lattner2007-04-221-0/+220