1. 05da2fe Sink all InitializePasses.h includes by Reid Kleckner · 6 years ago
  2. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  3. adbd27a [Debugify] Don't apply DI before the bitcode writer pass by Vedant Kumar · 7 years ago
  4. 6a86e25 Pass a reference to a module to the bitcode writer. by Rafael Espindola · 8 years ago
  5. ad17679 Split Bitcode/ReaderWriter.h into separate reader and writer headers by Teresa Johnson · 9 years ago
  6. 117296c Use StringRef in Pass/PassManager APIs (NFC) by Mehdi Amini · 9 years ago
  7. f93b246 [PM] Port ModuleSummaryIndex analysis to new pass manager by Teresa Johnson · 9 years ago
  8. 164a2aa6 [PM] Remove support for omitting the AnalysisManager argument to new by Chandler Carruth · 9 years ago
  9. 2d5487c [ThinLTO] Move summary computation from BitcodeWriter to new pass by Teresa Johnson · 9 years ago
  10. f9e4576 Plumb the option to emit the `ModuleHash` in the bitcode through the bitcode writer APIs by Mehdi Amini · 9 years ago
  11. 26ab577 [ThinLTO] Renaming of function index to module summary index (NFC) by Teresa Johnson · 10 years ago
  12. cec0cae Revert "[ThinLTO] Renaming of function index to module summary index (NFC)" by Teresa Johnson · 10 years ago
  13. 892920b [ThinLTO] Renaming of function index to module summary index (NFC) by Teresa Johnson · 10 years ago
  14. 403a787 Support for function summary index bitcode sections and files. by Teresa Johnson · 10 years ago
  15. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  16. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  17. 8a7b84b uselistorder: Remove the global bits by Duncan P. N. Exon Smith · 10 years ago
  18. 679db33 uselistorder: Pull bit through BitcodeWriterPass by Duncan P. N. Exon Smith · 10 years ago
  19. a052ed6 uselistorder: Pull the bit through WriteToBitcodFile() by Duncan P. N. Exon Smith · 10 years ago
  20. d174ce4 [PM] Switch the new pass manager to use a reference-based API for IR units. by Chandler Carruth · 11 years ago
  21. 8548299 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  22. b7bdfd6 [PM] Wire up support for writing bitcode with new PM. by Chandler Carruth · 12 years ago
  23. 2ad8df2 Code Custodian: by Joe Abbey · 13 years ago
  24. a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  25. bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  26. 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  27. 6973395 eliminate the std::ostream forms of the bitcode writing APIs. by Chris Lattner · 16 years ago
  28. 890d0de Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass. by Daniel Dunbar · 17 years ago
  29. a79db30 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  30. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  31. d320810 Add explicit keywords. by Dan Gohman · 18 years ago
  32. 35f398a Deleting -emitbitcode option which did nothing. by Gordon Henriksen · 18 years ago
  33. 7ef4171 add a new CreateBitcodeWriterPass method, which creates a bitcode writer as by Chris Lattner · 18 years ago