summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/ParallelCG.cpp
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up...Peter Collingbourne2018-05-211-1/+1
* Pass a reference to a module to the bitcode writer.Rafael Espindola2018-02-141-2/+2
* Remove redundant includes from lib/CodeGen.Michael Zolotukhin2017-12-131-1/+0
* Bitcode: Change module reader functions to return an llvm::Expected.Peter Collingbourne2016-11-131-1/+1
* Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson2016-11-111-1/+2
* Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...Benjamin Kramer2016-06-171-4/+3
* [ParallelCG] SmallVector<char> -> SmallString.Davide Italiano2016-04-171-2/+2
* Keep only the splitCodegen version that takes a factory.Rafael Espindola2016-04-171-19/+0
* [ParallelCG] Add a new splitCodeGen() API which takes a TargetMachineFactory.Davide Italiano2016-04-151-21/+27
* Revert "[LTO] Add a new splitCodeGen() API which takes a TargetMachineFactory."Davide Italiano2016-04-151-26/+20
* [LTO] Add a new splitCodeGen() API which takes a TargetMachineFactory.Davide Italiano2016-04-151-20/+26
* [gold] Save bitcode for module partitions (save-temps + split codegen).Evgeniy Stepanov2016-04-061-9/+17
* Change split code gen to use ThreadPoolTeresa Johnson2016-03-041-32/+40
* Add to the split module utility an SCC based method which allows not to g...Sergei Larin2016-01-181-2/+3
* [LTO] Add option to emit assembly from LTOCodeGeneratorTobias Edler von Koch2015-11-191-7/+8
* Support: Support LLVM_ENABLE_THREADS=0 in llvm/Support/thread.h.Peter Collingbourne2015-08-311-2/+2
* CodeGen: Introduce splitCodeGen and teach LTOCodeGenerator to use it.Peter Collingbourne2015-08-271-0/+95
OpenPOWER on IntegriCloud