summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Bitcode/BitReaderTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Pass a reference to a module to the bitcode writer.Rafael Espindola2018-02-141-1/+1
* Remove redundant includes from unittests.Michael Zolotukhin2017-12-131-4/+0
* Bitcode: Change module reader functions to return an llvm::Expected.Peter Collingbourne2016-11-131-1/+3
* Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson2016-11-111-2/+3
* Bitcode: Change the materializer interface to return llvm::Error.Peter Collingbourne2016-11-091-4/+5
* IR, Bitcode: Change bitcode reader to no longer own its memory buffer.Peter Collingbourne2016-11-081-3/+1
* Bitcode: Change reader interface to take memory buffers.Peter Collingbourne2016-11-021-80/+1
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-5/+5
* Drop support for dematerializing.Rafael Espindola2015-12-181-38/+0
* Fix memory leak in unit test of Bitcode/BitReaderTest.cppDerek Schuff2015-08-031-1/+3
* Fix testing for end of stream in bitstream reader.Derek Schuff2015-08-031-0/+35
* Try to fix the MSVC build.Rafael Espindola2015-06-171-1/+1
* Handle forward referenced function when streaming bitcode.Rafael Espindola2015-06-171-0/+45
* Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.Rafael Espindola2015-06-161-2/+2
* While in GlobalValue fix the function(s) that don't follow theEric Christopher2015-05-151-4/+4
* Add bitcode test to verify functions can be materialized out of order.Derek Schuff2015-05-061-0/+64
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Modernize the error handling of the Materialize function.Rafael Espindola2014-10-241-3/+3
* Do not destroy external linkage when deleting function bodyPetar Jovanovic2014-09-231-0/+24
* Pass a && to getLazyBitcodeModule.Rafael Espindola2014-09-031-1/+2
* Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola2014-08-271-2/+2
* Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.Rafael Espindola2014-08-261-1/+2
* Modernize the .ll parsing interface.Rafael Espindola2014-08-191-5/+3
* BitcodeReader: Fix some BlockAddress forward reference corner casesDuncan P. N. Exon Smith2014-08-011-0/+68
* Rewrite BitReaderTest, NFCDuncan P. N. Exon Smith2014-08-011-31/+39
* verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith2014-04-151-0/+1
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+2
* Update getLazyBitcodeModule to use ErrorOr for error handling.Rafael Espindola2014-01-131-2/+3
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* llvm/unittests: Use OwningPtr to fix --vg-leak.NAKAMURA Takumi2013-01-231-3/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Bitcode: Don't expose WriteBitcodeToStream to clients.Daniel Dunbar2012-02-291-6/+6
* Undo the hack in r147427 and move this unittest to a better home. ThisChandler Carruth2012-01-021-0/+65
OpenPOWER on IntegriCloud