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