aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Bitcode/BitReaderTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-24Modernize the error handling of the Materialize function.Rafael Espindola1-3/+3
2014-09-23Do not destroy external linkage when deleting function bodyPetar Jovanovic1-0/+24
2014-09-03Pass a && to getLazyBitcodeModule.Rafael Espindola1-1/+2
2014-08-27Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola1-2/+2
2014-08-26Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.Rafael Espindola1-1/+2
2014-08-19Modernize the .ll parsing interface.Rafael Espindola1-5/+3
2014-08-01BitcodeReader: Fix some BlockAddress forward reference corner casesDuncan P. N. Exon Smith1-0/+68
2014-08-01Rewrite BitReaderTest, NFCDuncan P. N. Exon Smith1-31/+39
2014-04-15verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith1-0/+1
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-2/+2
2014-01-13Update getLazyBitcodeModule to use ErrorOr for error handling.Rafael Espindola1-2/+3
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth1-1/+1
2013-01-23llvm/unittests: Use OwningPtr to fix --vg-leak.NAKAMURA Takumi1-3/+3
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-4/+4
2012-02-29Bitcode: Don't expose WriteBitcodeToStream to clients.Daniel Dunbar1-6/+6
2012-01-02Undo the hack in r147427 and move this unittest to a better home. ThisChandler Carruth1-0/+65