aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Bitcode/BitstreamReaderTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-03-28Explicitly test BitstreamReader::setArtificialByteLimit, NFCDuncan P. N. Exon Smith1-1/+7
2016-03-28Remove accidentally duplicated testDuncan P. N. Exon Smith1-13/+0
2016-03-27Bitcode: Fix MSVC bot failure from r264549Duncan P. N. Exon Smith1-2/+3
2016-03-27Support: Implement StreamingMemoryObject::getPointerDuncan P. N. Exon Smith1-0/+79
2016-03-27Bitcode: Add SimpleBitstreamCursor::setArtificialByteLimitDuncan P. N. Exon Smith1-0/+69
2016-03-27Bitcode: Add SimpleBitstreamCursor::getPointerToByte, etc.Duncan P. N. Exon Smith1-0/+43
2014-11-13[Bitcode] AtEndOfStream should only check against the size if it's known.Jordan Rose1-0/+56