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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+465