1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. 9a45114 CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up to dwo output. by Peter Collingbourne · 7 years ago
  3. 6a86e25 Pass a reference to a module to the bitcode writer. by Rafael Espindola · 8 years ago
  4. c468b64 Remove redundant includes from lib/CodeGen. by Michael Zolotukhin · 8 years ago
  5. d9445c4 Bitcode: Change module reader functions to return an llvm::Expected. by Peter Collingbourne · 9 years ago
  6. ad17679 Split Bitcode/ReaderWriter.h into separate reader and writer headers by Teresa Johnson · 9 years ago
  7. 1afc1de Apply another batch of fixes from clang-tidy's performance-unnecessary-value-param. by Benjamin Kramer · 9 years ago
  8. caa1169 [ParallelCG] SmallVector<char> -> SmallString. by Davide Italiano · 10 years ago
  9. 3c1c987 Keep only the splitCodegen version that takes a factory. by Rafael Espindola · 10 years ago
  10. 7950b12 [ParallelCG] Add a new splitCodeGen() API which takes a TargetMachineFactory. by Davide Italiano · 10 years ago
  11. 2abf2e7 Revert "[LTO] Add a new splitCodeGen() API which takes a TargetMachineFactory." by Davide Italiano · 10 years ago
  12. 3fdd27d [LTO] Add a new splitCodeGen() API which takes a TargetMachineFactory. by Davide Italiano · 10 years ago
  13. 268826a [gold] Save bitcode for module partitions (save-temps + split codegen). by Evgeniy Stepanov · 10 years ago
  14. d84c7de Change split code gen to use ThreadPool by Teresa Johnson · 10 years ago
  15. d19d4d3 Add to the split module utility an SCC based method which allows not to globalize any local variables. by Sergei Larin · 10 years ago
  16. 4d45090 [LTO] Add option to emit assembly from LTOCodeGenerator by Tobias Edler von Koch · 10 years ago
  17. 592ee15 Support: Support LLVM_ENABLE_THREADS=0 in llvm/Support/thread.h. by Peter Collingbourne · 10 years ago
  18. c269ed5 CodeGen: Introduce splitCodeGen and teach LTOCodeGenerator to use it. by Peter Collingbourne · 10 years ago