summaryrefslogtreecommitdiff
path: root/llvm/unittests/Bitcode/BitReaderTest.cpp
AgeCommit message (Expand)Author
2024-09-13[llvm][unittests] Strip unneeded uses of raw_string_ostream::str() (NFC)JOE1994
2024-04-10[FPEnv][BitcodeReader] Correct strictfp test.Kevin P. Neal
2023-11-10[llvm] Stop including llvm/ADT/MapVector.h (NFC)Kazu Hirata
2023-01-18[BitcodeReader] Allow reading pointer types from old IRSebastian Neubauer
2023-01-18Revert "[BitcodeReader] Allow reading pointer types from old IR"Nikita Popov
2023-01-17[BitcodeReader] Allow reading pointer types from old IRSebastian Neubauer
2020-06-15[strictfp] Replace dangling strictfp attrs with nobuiltinKevin P. Neal
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-02-14Pass a reference to a module to the bitcode writer.Rafael Espindola
2017-12-13Remove redundant includes from unittests.Michael Zolotukhin
2016-11-13Bitcode: Change module reader functions to return an llvm::Expected.Peter Collingbourne
2016-11-11Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson
2016-11-09Bitcode: Change the materializer interface to return llvm::Error.Peter Collingbourne
2016-11-08IR, Bitcode: Change bitcode reader to no longer own its memory buffer.Peter Collingbourne
2016-11-02Bitcode: Change reader interface to take memory buffers.Peter Collingbourne
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2015-12-18Drop support for dematerializing.Rafael Espindola
2015-08-03Fix memory leak in unit test of Bitcode/BitReaderTest.cppDerek Schuff
2015-08-03Fix testing for end of stream in bitstream reader.Derek Schuff
2015-06-17Try to fix the MSVC build.Rafael Espindola
2015-06-17Handle forward referenced function when streaming bitcode.Rafael Espindola
2015-06-16Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.Rafael Espindola
2015-05-15While in GlobalValue fix the function(s) that don't follow theEric Christopher
2015-05-06Add bitcode test to verify functions can be materialized out of order.Derek Schuff
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-10-24Modernize the error handling of the Materialize function.Rafael Espindola
2014-09-23Do not destroy external linkage when deleting function bodyPetar Jovanovic
2014-09-03Pass a && to getLazyBitcodeModule.Rafael Espindola
2014-08-27Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola
2014-08-26Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.Rafael Espindola
2014-08-19Modernize the .ll parsing interface.Rafael Espindola
2014-08-01BitcodeReader: Fix some BlockAddress forward reference corner casesDuncan P. N. Exon Smith
2014-08-01Rewrite BitReaderTest, NFCDuncan P. N. Exon Smith
2014-04-15verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-01-13Update getLazyBitcodeModule to use ErrorOr for error handling.Rafael Espindola
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth
2013-01-23llvm/unittests: Use OwningPtr to fix --vg-leak.NAKAMURA Takumi
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-02-29Bitcode: Don't expose WriteBitcodeToStream to clients.Daniel Dunbar
2012-01-02Undo the hack in r147427 and move this unittest to a better home. ThisChandler Carruth