summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Bitcode/BitstreamReaderTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-031-167/+0
* BitStream reader: propagate errorsJF Bastien2019-06-261-11/+25
* Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>Serge Guelton2019-01-201-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* Reapply "Make BitCodeAbbrev ownership explicit using shared_ptr rather than I...David Blaikie2017-01-041-2/+2
* Revert "Make BitCodeAbbrev ownership explicit using shared_ptr rather than In...David Blaikie2017-01-041-2/+2
* Make BitCodeAbbrev ownership explicit using shared_ptr rather than IntrusiveR...David Blaikie2017-01-041-2/+2
* Bitcode: Decouple block info block state from reader.Peter Collingbourne2016-11-081-27/+8
* Bitcode: Fix short read implementation.Peter Collingbourne2016-11-021-0/+9
* Bitcode: Change reader interface to take memory buffers.Peter Collingbourne2016-11-021-90/+10
* Explicitly test BitstreamReader::setArtificialByteLimit, NFCDuncan P. N. Exon Smith2016-03-281-1/+7
* Remove accidentally duplicated testDuncan P. N. Exon Smith2016-03-281-13/+0
* Bitcode: Fix MSVC bot failure from r264549Duncan P. N. Exon Smith2016-03-271-2/+3
* Support: Implement StreamingMemoryObject::getPointerDuncan P. N. Exon Smith2016-03-271-0/+79
* Bitcode: Add SimpleBitstreamCursor::setArtificialByteLimitDuncan P. N. Exon Smith2016-03-271-0/+69
* Bitcode: Add SimpleBitstreamCursor::getPointerToByte, etc.Duncan P. N. Exon Smith2016-03-271-0/+43
* [Bitcode] AtEndOfStream should only check against the size if it's known.Jordan Rose2014-11-131-0/+56
OpenPOWER on IntegriCloud