OSDN Git Service

[DWARF] Fix DWARFVerifier::DieRangeInfo::intersects
[android-x86/external-llvm.git] / unittests / Bitcode /
2019-01-20 Serge GueltonReplace llvm::isPodLike<...> by llvm::is_trivially_cop...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-02-14 Rafael EspindolaPass a reference to a module to the bitcode writer.
2017-12-13 Michael ZolotukhinRemove redundant includes from unittests.
2017-06-06 Chandler CarruthRe-sort #include lines for unittests. This uses a sligh...
2017-01-04 David BlaikieReapply "Make BitCodeAbbrev ownership explicit using...
2017-01-04 David BlaikieRevert "Make BitCodeAbbrev ownership explicit using...
2017-01-04 David BlaikieMake BitCodeAbbrev ownership explicit using shared_ptr...
2016-11-13 Peter CollingbourneBitcode: Change module reader functions to return an...
2016-11-11 Teresa JohnsonSplit Bitcode/ReaderWriter.h into separate reader and...
2016-11-09 Peter CollingbourneBitcode: Change the materializer interface to return...
2016-11-08 Peter CollingbourneIR, Bitcode: Change bitcode reader to no longer own...
2016-11-08 Peter CollingbourneBitcode: Decouple block info block state from reader.
2016-11-02 Peter CollingbourneBitcode: Fix short read implementation.
2016-11-02 Peter CollingbourneBitcode: Change reader interface to take memory buffers.
2016-04-14 Mehdi AminiRemove every uses of getGlobalContext() in LLVM (but...
2016-03-28 Duncan P. N. Exon... Explicitly test BitstreamReader::setArtificialByteLimit...
2016-03-28 Duncan P. N. Exon... Remove accidentally duplicated test
2016-03-27 Duncan P. N. Exon... Bitcode: Fix MSVC bot failure from r264549
2016-03-27 Duncan P. N. Exon... BitcodeWriter: Simplify and test writing blobs, NFC
2016-03-27 Duncan P. N. Exon... Support: Implement StreamingMemoryObject::getPointer
2016-03-27 Duncan P. N. Exon... Bitcode: Add SimpleBitstreamCursor::setArtificialByteLimit
2016-03-27 Duncan P. N. Exon... Bitcode: Add SimpleBitstreamCursor::getPointerToByte...
2016-01-26 Chris BienemanRemove autoconf support
2015-12-18 Rafael EspindolaDrop support for dematerializing.
2015-08-03 Derek SchuffFix memory leak in unit test of Bitcode/BitReaderTest.cpp
2015-08-03 Derek SchuffFix testing for end of stream in bitstream reader.
2015-06-17 Rafael EspindolaTry to fix the MSVC build.
2015-06-17 Rafael EspindolaHandle forward referenced function when streaming bitcode.
2015-06-16 Rafael EspindolaReturn a unique_ptr from getLazyBitcodeModule and parse...
2015-05-15 Eric ChristopherWhile in GlobalValue fix the function(s) that don't...
2015-05-06 Derek SchuffAdd bitcode test to verify functions can be materialize...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-11-13 Jordan Rose[Bitcode] AtEndOfStream should only check against the...
2014-10-24 Rafael EspindolaModernize the error handling of the Materialize function.
2014-09-23 Petar JovanovicDo not destroy external linkage when deleting function...
2014-09-03 Rafael EspindolaPass a && to getLazyBitcodeModule.
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
2014-08-26 Rafael EspindolaPass a std::unique_ptr<MemoryBuffer>& to getLazyBitcode...
2014-08-19 Rafael EspindolaModernize the .ll parsing interface.
2014-08-02 NAKAMURA TakumiBitcodeTests: Fix LINK_COMPONENTS.
2014-08-01 Duncan P. N. Exon... BitcodeReader: Fix some BlockAddress forward reference...
2014-08-01 Duncan P. N. Exon... Try to fix configure+make after r214556
2014-08-01 Duncan P. N. Exon... Rewrite BitReaderTest, NFC
2014-04-15 Duncan P. N. Exon... verify-di: Implement DebugInfoVerifier
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-01-13 Rafael EspindolaUpdate getLazyBitcodeModule to use ErrorOr for error...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-01-23 NAKAMURA Takumillvm/unittests: Use OwningPtr to fix --vg-leak.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-06-21 NAKAMURA Takumillvm/unittests: Simplify LINK_COMPONENTS.
2012-06-21 Chandler CarruthCompletely refactor the structuring of unittest CMake...
2012-02-29 Daniel DunbarBitcode: Don't expose WriteBitcodeToStream to clients.
2012-01-02 Chandler CarruthUndo the hack in r147427 and move this unittest to...