verify-di: Implement DebugInfoVerifier
[oota-llvm.git] / unittests / Bitcode / BitReaderTest.cpp
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...