| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Pass a reference to a module to the bitcode writer. | Rafael Espindola | 2018-02-14 | 1 | -1/+1 |
| * | Remove redundant includes from unittests. | Michael Zolotukhin | 2017-12-13 | 1 | -4/+0 |
| * | Bitcode: Change module reader functions to return an llvm::Expected. | Peter Collingbourne | 2016-11-13 | 1 | -1/+3 |
| * | Split Bitcode/ReaderWriter.h into separate reader and writer headers | Teresa Johnson | 2016-11-11 | 1 | -2/+3 |
| * | Bitcode: Change the materializer interface to return llvm::Error. | Peter Collingbourne | 2016-11-09 | 1 | -4/+5 |
| * | IR, Bitcode: Change bitcode reader to no longer own its memory buffer. | Peter Collingbourne | 2016-11-08 | 1 | -3/+1 |
| * | Bitcode: Change reader interface to take memory buffers. | Peter Collingbourne | 2016-11-02 | 1 | -80/+1 |
| * | Remove every uses of getGlobalContext() in LLVM (but the C API) | Mehdi Amini | 2016-04-14 | 1 | -5/+5 |
| * | Drop support for dematerializing. | Rafael Espindola | 2015-12-18 | 1 | -38/+0 |
| * | Fix memory leak in unit test of Bitcode/BitReaderTest.cpp | Derek Schuff | 2015-08-03 | 1 | -1/+3 |
| * | Fix testing for end of stream in bitstream reader. | Derek Schuff | 2015-08-03 | 1 | -0/+35 |
| * | Try to fix the MSVC build. | Rafael Espindola | 2015-06-17 | 1 | -1/+1 |
| * | Handle forward referenced function when streaming bitcode. | Rafael Espindola | 2015-06-17 | 1 | -0/+45 |
| * | Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC. | Rafael Espindola | 2015-06-16 | 1 | -2/+2 |
| * | While in GlobalValue fix the function(s) that don't follow the | Eric Christopher | 2015-05-15 | 1 | -4/+4 |
| * | Add bitcode test to verify functions can be materialized out of order. | Derek Schuff | 2015-05-06 | 1 | -0/+64 |
| * | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -1/+1 |
| * | Modernize the error handling of the Materialize function. | Rafael Espindola | 2014-10-24 | 1 | -3/+3 |
| * | Do not destroy external linkage when deleting function body | Petar Jovanovic | 2014-09-23 | 1 | -0/+24 |
| * | Pass a && to getLazyBitcodeModule. | Rafael Espindola | 2014-09-03 | 1 | -1/+2 |
| * | Return a std::unique_ptr when creating a new MemoryBuffer. | Rafael Espindola | 2014-08-27 | 1 | -2/+2 |
| * | Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule. | Rafael Espindola | 2014-08-26 | 1 | -1/+2 |
| * | Modernize the .ll parsing interface. | Rafael Espindola | 2014-08-19 | 1 | -5/+3 |
| * | BitcodeReader: Fix some BlockAddress forward reference corner cases | Duncan P. N. Exon Smith | 2014-08-01 | 1 | -0/+68 |
| * | Rewrite BitReaderTest, NFC | Duncan P. N. Exon Smith | 2014-08-01 | 1 | -31/+39 |
| * | verify-di: Implement DebugInfoVerifier | Duncan P. N. Exon Smith | 2014-04-15 | 1 | -0/+1 |
| * | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -2/+2 |
| * | Update getLazyBitcodeModule to use ErrorOr for error handling. | Rafael Espindola | 2014-01-13 | 1 | -2/+3 |
| * | [cleanup] Move the Dominators.h and Verifier.h headers into the IR | Chandler Carruth | 2014-01-13 | 1 | -1/+1 |
| * | llvm/unittests: Use OwningPtr to fix --vg-leak. | NAKAMURA Takumi | 2013-01-23 | 1 | -3/+3 |
| * | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -4/+4 |
| * | Bitcode: Don't expose WriteBitcodeToStream to clients. | Daniel Dunbar | 2012-02-29 | 1 | -6/+6 |
| * | Undo the hack in r147427 and move this unittest to a better home. This | Chandler Carruth | 2012-01-02 | 1 | -0/+65 |