summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* Add AutoUpgrade function to add new address space datalayout string to existi...Amy Huang2019-09-182-0/+60
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-033-227/+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-193-12/+9
* Pass a reference to a module to the bitcode writer.Rafael Espindola2018-02-141-1/+1
* Remove redundant includes from unittests.Michael Zolotukhin2017-12-131-4/+0
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-062-2/+2
* 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: Change module reader functions to return an llvm::Expected.Peter Collingbourne2016-11-131-1/+3
* Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson2016-11-111-2/+3
* Bitcode: Change the materializer interface to return llvm::Error.Peter Collingbourne2016-11-091-4/+5
* IR, Bitcode: Change bitcode reader to no longer own its memory buffer.Peter Collingbourne2016-11-081-3/+1
* 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-022-170/+11
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-5/+5
* 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
* BitcodeWriter: Simplify and test writing blobs, NFCDuncan P. N. Exon Smith2016-03-272-0/+60
* 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
* Remove autoconf supportChris Bieneman2016-01-261-15/+0
* Drop support for dematerializing.Rafael Espindola2015-12-181-38/+0
* Fix memory leak in unit test of Bitcode/BitReaderTest.cppDerek Schuff2015-08-031-1/+3
* Fix testing for end of stream in bitstream reader.Derek Schuff2015-08-031-0/+35
* Try to fix the MSVC build.Rafael Espindola2015-06-171-1/+1
* Handle forward referenced function when streaming bitcode.Rafael Espindola2015-06-171-0/+45
* Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.Rafael Espindola2015-06-161-2/+2
* While in GlobalValue fix the function(s) that don't follow theEric Christopher2015-05-151-4/+4
* Add bitcode test to verify functions can be materialized out of order.Derek Schuff2015-05-061-0/+64
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* [Bitcode] AtEndOfStream should only check against the size if it's known.Jordan Rose2014-11-132-0/+57
* Modernize the error handling of the Materialize function.Rafael Espindola2014-10-241-3/+3
* Do not destroy external linkage when deleting function bodyPetar Jovanovic2014-09-231-0/+24
* Pass a && to getLazyBitcodeModule.Rafael Espindola2014-09-031-1/+2
* Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola2014-08-271-2/+2
* Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.Rafael Espindola2014-08-261-1/+2
* Modernize the .ll parsing interface.Rafael Espindola2014-08-191-5/+3
* BitcodeTests: Fix LINK_COMPONENTS.NAKAMURA Takumi2014-08-022-2/+3
* BitcodeReader: Fix some BlockAddress forward reference corner casesDuncan P. N. Exon Smith2014-08-011-0/+68
* Try to fix configure+make after r214556Duncan P. N. Exon Smith2014-08-011-1/+1
* Rewrite BitReaderTest, NFCDuncan P. N. Exon Smith2014-08-012-32/+40
* verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith2014-04-151-0/+1
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+2
* Update getLazyBitcodeModule to use ErrorOr for error handling.Rafael Espindola2014-01-131-2/+3
OpenPOWER on IntegriCloud