aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode/BitstreamReader.h
AgeCommit message (Expand)Author
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