aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Reader/BitstreamReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Micro-optimization: don't shift an entire bitcode record over to get the code.Jordan Rose2013-05-101-3/+10
* Whitespace cleanupJoe Abbey2013-04-011-1/+1
* Simplify code. No functionality change.Jakub Staszak2013-02-191-14/+7
* Fix the underlying problem that was causing read(0) to be called: sometimes theChris Lattner2013-02-091-3/+14
* Code Custodian (trivial whitespace cleanup)Joe Abbey2013-02-061-39/+38
* Fix a heinous inefficiency introduced in r149918, wherein reading each byte of aChris Lattner2013-01-211-9/+8
* wean Blob handling logic off of banging on NextChar directly. Instead, makeChris Lattner2013-01-211-10/+13
* rename "SkipToWord" to "SkipToFourByteBoundary" since a word is not always 4 ...Chris Lattner2013-01-211-3/+3
* convert the bitstream reader itself and the IR .bc file parser to use the new...Chris Lattner2013-01-201-10/+14
* stringref'ize readRecord and properly capitalize it. Add a compatibility met...Chris Lattner2013-01-201-6/+7
* move some private methods out of line, add a skipRecord() method.Chris Lattner2013-01-201-3/+111
* Add a new BitstreamEntry concept, and add two helper methods for walkingChris Lattner2013-01-191-1/+1
* BitstreamReader hasn't aged well. It's been hacked on by various people andChris Lattner2013-01-191-0/+253