[cleanup] Re-sort all the #include lines in LLVM using
[oota-llvm.git] / unittests / Bitcode / BitReaderTest.cpp
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
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-01 Duncan P. N. Exon... BitcodeReader: Fix some BlockAddress forward reference...
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-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-02-29 Daniel DunbarBitcode: Don't expose WriteBitcodeToStream to clients.
2012-01-02 Chandler CarruthUndo the hack in r147427 and move this unittest to...