| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move CodeGenFileType enum to Support/CodeGen.h | Reid Kleckner | 2019-11-13 | 1 | -2/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up... | Peter Collingbourne | 2018-05-21 | 1 | -1/+1 |
| * | Pass a reference to a module to the bitcode writer. | Rafael Espindola | 2018-02-14 | 1 | -2/+2 |
| * | Remove redundant includes from lib/CodeGen. | Michael Zolotukhin | 2017-12-13 | 1 | -1/+0 |
| * | Bitcode: Change module reader functions to return an llvm::Expected. | Peter Collingbourne | 2016-11-13 | 1 | -1/+1 |
| * | Split Bitcode/ReaderWriter.h into separate reader and writer headers | Teresa Johnson | 2016-11-11 | 1 | -1/+2 |
| * | Apply another batch of fixes from clang-tidy's performance-unnecessary-value-... | Benjamin Kramer | 2016-06-17 | 1 | -4/+3 |
| * | [ParallelCG] SmallVector<char> -> SmallString. | Davide Italiano | 2016-04-17 | 1 | -2/+2 |
| * | Keep only the splitCodegen version that takes a factory. | Rafael Espindola | 2016-04-17 | 1 | -19/+0 |
| * | [ParallelCG] Add a new splitCodeGen() API which takes a TargetMachineFactory. | Davide Italiano | 2016-04-15 | 1 | -21/+27 |
| * | Revert "[LTO] Add a new splitCodeGen() API which takes a TargetMachineFactory." | Davide Italiano | 2016-04-15 | 1 | -26/+20 |
| * | [LTO] Add a new splitCodeGen() API which takes a TargetMachineFactory. | Davide Italiano | 2016-04-15 | 1 | -20/+26 |
| * | [gold] Save bitcode for module partitions (save-temps + split codegen). | Evgeniy Stepanov | 2016-04-06 | 1 | -9/+17 |
| * | Change split code gen to use ThreadPool | Teresa Johnson | 2016-03-04 | 1 | -32/+40 |
| * | Add to the split module utility an SCC based method which allows not to g... | Sergei Larin | 2016-01-18 | 1 | -2/+3 |
| * | [LTO] Add option to emit assembly from LTOCodeGenerator | Tobias Edler von Koch | 2015-11-19 | 1 | -7/+8 |
| * | Support: Support LLVM_ENABLE_THREADS=0 in llvm/Support/thread.h. | Peter Collingbourne | 2015-08-31 | 1 | -2/+2 |
| * | CodeGen: Introduce splitCodeGen and teach LTOCodeGenerator to use it. | Peter Collingbourne | 2015-08-27 | 1 | -0/+95 |