aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bitcode/BitstreamReader.h
Commit message (Expand)AuthorAgeFilesLines
* 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