1. 6a86e25 Pass a reference to a module to the bitcode writer. by Rafael Espindola · 8 years ago
  2. 5c0ab47 Remove redundant includes from unittests. by Michael Zolotukhin · 8 years ago
  3. d9445c4 Bitcode: Change module reader functions to return an llvm::Expected. by Peter Collingbourne · 9 years ago
  4. ad17679 Split Bitcode/ReaderWriter.h into separate reader and writer headers by Teresa Johnson · 9 years ago
  5. 7f00d0a Bitcode: Change the materializer interface to return llvm::Error. by Peter Collingbourne · 9 years ago
  6. e2dcf7c IR, Bitcode: Change bitcode reader to no longer own its memory buffer. by Peter Collingbourne · 9 years ago
  7. 028eb5a Bitcode: Change reader interface to take memory buffers. by Peter Collingbourne · 9 years ago
  8. 03b42e4 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 9 years ago
  9. 18c63b0 Drop support for dematerializing. by Rafael Espindola · 10 years ago
  10. 438ec14a Fix memory leak in unit test of Bitcode/BitReaderTest.cpp by Derek Schuff · 10 years ago
  11. b4c1c28 Fix testing for end of stream in bitstream reader. by Derek Schuff · 10 years ago
  12. f229a03 Try to fix the MSVC build. by Rafael Espindola · 10 years ago
  13. 456baad Handle forward referenced function when streaming bitcode. by Rafael Espindola · 10 years ago
  14. dcd1dca Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC. by Rafael Espindola · 10 years ago
  15. 97cb565 While in GlobalValue fix the function(s) that don't follow the by Eric Christopher · 10 years ago
  16. 5d8dfd3 Add bitcode test to verify functions can be materialized out of order. by Derek Schuff · 10 years ago
  17. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  18. 5a52e6d Modernize the error handling of the Materialize function. by Rafael Espindola · 11 years ago
  19. 7480e4d Do not destroy external linkage when deleting function body by Petar Jovanovic · 11 years ago
  20. 6881215 Pass a && to getLazyBitcodeModule. by Rafael Espindola · 11 years ago
  21. 3560ff2 Return a std::unique_ptr when creating a new MemoryBuffer. by Rafael Espindola · 11 years ago
  22. e2c1d77 Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule. by Rafael Espindola · 11 years ago
  23. 11c07d7 Modernize the .ll parsing interface. by Rafael Espindola · 11 years ago
  24. 908d809 BitcodeReader: Fix some BlockAddress forward reference corner cases by Duncan P. N. Exon Smith · 11 years ago
  25. 7a2990c Rewrite BitReaderTest, NFC by Duncan P. N. Exon Smith · 11 years ago
  26. 6ef5f28 verify-di: Implement DebugInfoVerifier by Duncan P. N. Exon Smith · 11 years ago
  27. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  28. 5b6c1e8 Update getLazyBitcodeModule to use ErrorOr for error handling. by Rafael Espindola · 12 years ago
  29. 5ad5f15 [cleanup] Move the Dominators.h and Verifier.h headers into the IR by Chandler Carruth · 12 years ago
  30. 508baf7 llvm/unittests: Use OwningPtr to fix --vg-leak. by NAKAMURA Takumi · 13 years ago
  31. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  32. 5fa5ecf Bitcode: Don't expose WriteBitcodeToStream to clients. by Daniel Dunbar · 14 years ago
  33. e517273 Undo the hack in r147427 and move this unittest to a better home. This by Chandler Carruth · 14 years ago[Renamed (92%) from llvm/unittests/VMCore/pr11677.cpp]
  34. b799346 Materialize functions whose basic blocks are used by global variables. Fixes by Rafael Espindola · 14 years ago