rename "SkipToWord" to "SkipToFourByteBoundary" since a word is not always 4 bytes.
[oota-llvm.git] / lib / Bitcode / Reader / BitstreamReader.cpp
2013-01-21 Chris Lattnerrename "SkipToWord" to "SkipToFourByteBoundary" since...
2013-01-20 Chris Lattnerconvert the bitstream reader itself and the IR .bc...
2013-01-20 Chris Lattnerstringref'ize readRecord and properly capitalize it...
2013-01-20 Chris Lattnermove some private methods out of line, add a skipRecord...
2013-01-19 Chris LattnerAdd a new BitstreamEntry concept, and add two helper...
2013-01-19 Chris LattnerBitstreamReader hasn't aged well. It's been hacked...