summaryrefslogtreecommitdiff
path: root/unittests/Bitcode
AgeCommit message (Expand)Author
2018-02-14Pass a reference to a module to the bitcode writer.Rafael Espindola
2017-12-13Remove redundant includes from unittests.Michael Zolotukhin
2017-06-06Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth
2017-01-04Reapply "Make BitCodeAbbrev ownership explicit using shared_ptr rather than I...David Blaikie
2017-01-04Revert "Make BitCodeAbbrev ownership explicit using shared_ptr rather than In...David Blaikie
2017-01-04Make BitCodeAbbrev ownership explicit using shared_ptr rather than IntrusiveR...David Blaikie
2016-11-13Bitcode: Change module reader functions to return an llvm::Expected.Peter Collingbourne
2016-11-11Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson
2016-11-09Bitcode: Change the materializer interface to return llvm::Error.Peter Collingbourne
2016-11-08IR, Bitcode: Change bitcode reader to no longer own its memory buffer.Peter Collingbourne
2016-11-08Bitcode: Decouple block info block state from reader.Peter Collingbourne
2016-11-02Bitcode: Fix short read implementation.Peter Collingbourne
2016-11-02Bitcode: Change reader interface to take memory buffers.Peter Collingbourne
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2016-03-28Explicitly test BitstreamReader::setArtificialByteLimit, NFCDuncan P. N. Exon Smith
2016-03-28Remove accidentally duplicated testDuncan P. N. Exon Smith
2016-03-27Bitcode: Fix MSVC bot failure from r264549Duncan P. N. Exon Smith
2016-03-27BitcodeWriter: Simplify and test writing blobs, NFCDuncan P. N. Exon Smith
2016-03-27Support: Implement StreamingMemoryObject::getPointerDuncan P. N. Exon Smith
2016-03-27Bitcode: Add SimpleBitstreamCursor::setArtificialByteLimitDuncan P. N. Exon Smith
2016-03-27Bitcode: Add SimpleBitstreamCursor::getPointerToByte, etc.Duncan P. N. Exon Smith
2016-01-26Remove autoconf supportChris Bieneman
2015-12-18Drop support for dematerializing.Rafael Espindola
2015-08-03Fix memory leak in unit test of Bitcode/BitReaderTest.cppDerek Schuff
2015-08-03Fix testing for end of stream in bitstream reader.Derek Schuff
2015-06-17Try to fix the MSVC build.Rafael Espindola
2015-06-17Handle forward referenced function when streaming bitcode.Rafael Espindola
2015-06-16Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.Rafael Espindola
2015-05-15While in GlobalValue fix the function(s) that don't follow theEric Christopher
2015-05-06Add bitcode test to verify functions can be materialized out of order.Derek Schuff
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-11-13[Bitcode] AtEndOfStream should only check against the size if it's known.Jordan Rose
2014-10-24Modernize the error handling of the Materialize function.Rafael Espindola
2014-09-23Do not destroy external linkage when deleting function bodyPetar Jovanovic
2014-09-03Pass a && to getLazyBitcodeModule.Rafael Espindola
2014-08-27Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola
2014-08-26Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.Rafael Espindola
2014-08-19Modernize the .ll parsing interface.Rafael Espindola
2014-08-02BitcodeTests: Fix LINK_COMPONENTS.NAKAMURA Takumi
2014-08-01BitcodeReader: Fix some BlockAddress forward reference corner casesDuncan P. N. Exon Smith
2014-08-01Try to fix configure+make after r214556Duncan P. N. Exon Smith
2014-08-01Rewrite BitReaderTest, NFCDuncan P. N. Exon Smith
2014-04-15verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-01-13Update getLazyBitcodeModule to use ErrorOr for error handling.Rafael Espindola
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi
2013-01-23llvm/unittests: Use OwningPtr to fix --vg-leak.NAKAMURA Takumi
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-06-21llvm/unittests: Simplify LINK_COMPONENTS.NAKAMURA Takumi