summaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode/BitstreamReader.h
Commit message (Expand)AuthorAge
* Change encoding of instruction operands in bitcode binaries to be relativeJan Wen Voung2012-10-11
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Bitcode/BitstreamReader.h: Tweak for big endian hosts.NAKAMURA Takumi2012-02-07
* System headers after llvm headers.Nick Lewycky2012-02-06
* Enable streaming of bitcodeDerek Schuff2012-02-06
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* fix a really bad bug that would cause nested cursors to break,Chris Lattner2011-07-09
* Enhance the sanity check for block sizes; check that the resulting pointer isNick Lewycky2011-06-25
* Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif2009-08-27
* fix some type confusion in ReadVBR64: "Piece" should be only 32 bits,Chris Lattner2009-07-07
* Fix three MSVC 2008 warnings that completely clutter the build output.Sebastian Redl2009-06-29
* give bitstreamreader an API to ignore names for blocks/records,Chris Lattner2009-04-27
* Add two new record types to the blockinfo block:Chris Lattner2009-04-26
* make BitstreamCursor's copyable and assignable.Chris Lattner2009-04-26
* Make a major API change to BitstreamReader: split all the readingChris Lattner2009-04-26
* Allow jumping to the end of a bitstream while readingDouglas Gregor2009-04-15
* Fix BitstreamReader's GetCurrentBitNo to return the correct bit number, and s...Douglas Gregor2009-04-08
* Add an API for the bitstream reader to read blobs and returnChris Lattner2009-04-07
* allow clients to look up abbrev id'sChris Lattner2009-04-06
* add a new Blob encoding abbreviation for bitcode files that emitsChris Lattner2009-04-06
* split ReadAbbreviatedLiteral out of ReadAbbreviatedField.Chris Lattner2009-04-06
* reduce indentation with early-outChris Lattner2009-04-06
* Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman2009-04-01
* Removed trailing whitespace.Misha Brukman2009-02-20
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Fixed potential bug where CurWord is not zeroed out in JumpToBit.Ted Kremenek2007-11-30
* Made Deserializer a friend class of BitstreamReader.Ted Kremenek2007-11-10
* Silenced a VC++ warning.Hartmut Kaiser2007-10-24
* we aren't at the end of stream until we've consumed all the bytes AND allChris Lattner2007-05-06
* Make code more 64-bit aware.Jeff Cohen2007-05-06
* Unbreak VC++.Jeff Cohen2007-05-06
* Fix a subtle bug that prevented round-tripping 470.lbmChris Lattner2007-05-06
* minor bugfixChris Lattner2007-05-05
* add a 6-bit encoding type for strings.Chris Lattner2007-05-05
* Implement support for globally associating abbrevs with block IDs, whichChris Lattner2007-05-05
* add support for array abbreviations.Chris Lattner2007-05-04
* minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCKChris Lattner2007-05-04
* refcount BitCodeAbbrev objectsChris Lattner2007-05-04
* several bitfixes to JumpToBitChris Lattner2007-05-01
* add JumpToBit, an explicit init method, and a default ctor.Chris Lattner2007-05-01
* add some helpersChris Lattner2007-04-29
* compute this value correctlyChris Lattner2007-04-29
* add a methodChris Lattner2007-04-29
* make this file self-containedChris Lattner2007-04-29
* implement reading of abbrevsChris Lattner2007-04-23
* first part of implementation of abbrevs. The writer isn't fully there yet an...Chris Lattner2007-04-23
* Terminate with newline.Reid Spencer2007-04-22
* Teach Visual Studio about Bitcode.Jeff Cohen2007-04-22
* Define the content-independent interfaces to read/write bitcode files andChris Lattner2007-04-22