Merging r261258:
[oota-llvm.git] / unittests / Bitcode /
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...