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