summaryrefslogtreecommitdiff
path: root/lib/Bitcode/Reader/BitstreamReader.cpp
Commit message (Expand)AuthorAge
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-18
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Micro-optimization: don't shift an entire bitcode record over to get the code.Jordan Rose2013-05-10
* Whitespace cleanupJoe Abbey2013-04-01
* Simplify code. No functionality change.Jakub Staszak2013-02-19
* Fix the underlying problem that was causing read(0) to be called: sometimes theChris Lattner2013-02-09
* Code Custodian (trivial whitespace cleanup)Joe Abbey2013-02-06
* Fix a heinous inefficiency introduced in r149918, wherein reading each byte of aChris Lattner2013-01-21
* wean Blob handling logic off of banging on NextChar directly. Instead, makeChris Lattner2013-01-21
* rename "SkipToWord" to "SkipToFourByteBoundary" since a word is not always 4 ...Chris Lattner2013-01-21
* convert the bitstream reader itself and the IR .bc file parser to use the new...Chris Lattner2013-01-20
* stringref'ize readRecord and properly capitalize it. Add a compatibility met...Chris Lattner2013-01-20
* move some private methods out of line, add a skipRecord() method.Chris Lattner2013-01-20
* Add a new BitstreamEntry concept, and add two helper methods for walkingChris Lattner2013-01-19
* BitstreamReader hasn't aged well. It's been hacked on by various people andChris Lattner2013-01-19