aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitstreamReader.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-21Fix a heinous inefficiency introduced in r149918, wherein reading each byte of aChris Lattner1-9/+8
2013-01-21wean Blob handling logic off of banging on NextChar directly. Instead, makeChris Lattner1-10/+13
2013-01-21rename "SkipToWord" to "SkipToFourByteBoundary" since a word is not always 4 ...Chris Lattner1-3/+3
2013-01-20convert the bitstream reader itself and the IR .bc file parser to use the new...Chris Lattner1-10/+14
2013-01-20stringref'ize readRecord and properly capitalize it. Add a compatibility met...Chris Lattner1-6/+7
2013-01-20move some private methods out of line, add a skipRecord() method.Chris Lattner1-3/+111
2013-01-19Add a new BitstreamEntry concept, and add two helper methods for walkingChris Lattner1-1/+1
2013-01-19BitstreamReader hasn't aged well. It's been hacked on by various people andChris Lattner1-0/+253