| Commit message (Expand) | Author | Age | Files | Lines |
| * | [LTO] Constify lto::Config reference passed to backends (NFC) | Teresa Johnson | 2020-01-13 | 1 | -11/+10 |
| * | [ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLoop/VectorizeSLP | Wei Mi | 2020-01-09 | 1 | -1/+1 |
| * | [ThinLTO] Show preserved symbols in DOT files | evgeny | 2019-12-18 | 1 | -17/+19 |
| * | [LTO] Support for embedding bitcode section during LTO | Teresa Johnson | 2019-12-12 | 1 | -0/+20 |
| * | [NewPM][PassInstrumentation] IR printing support for (Thin)LTO | Taewook Oh | 2019-08-15 | 1 | -1/+5 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -2/+2 |
| * | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -5/+5 |
| * | [Remarks] Extend -fsave-optimization-record to specify the format | Francis Visoiu Mistrih | 2019-06-17 | 1 | -4/+4 |
| * | [Clang] Harmonize Split DWARF options with llc | Aaron Puchert | 2019-06-15 | 1 | -3/+4 |
| * | Reland: [Remarks] Refactor optimization remarks setup | Francis Visoiu Mistrih | 2019-06-14 | 1 | -1/+2 |
| * | Revert "[Remarks] Refactor optimization remarks setup" | Francis Visoiu Mistrih | 2019-06-14 | 1 | -2/+1 |
| * | [Remarks] Refactor optimization remarks setup | Francis Visoiu Mistrih | 2019-06-13 | 1 | -1/+2 |
| * | [NewPassManager] Adding pass tuning options: loop vectorize. | Alina Sbirlea | 2019-04-19 | 1 | -1/+1 |
| * | Reland "[Remarks] Add -foptimization-record-passes to filter remark emission" | Francis Visoiu Mistrih | 2019-03-12 | 1 | -3/+5 |
| * | Revert "[Remarks] Add -foptimization-record-passes to filter remark emission" | Francis Visoiu Mistrih | 2019-03-12 | 1 | -5/+3 |
| * | [Remarks] Add -foptimization-record-passes to filter remark emission | Francis Visoiu Mistrih | 2019-03-12 | 1 | -3/+5 |
| * | [PGO] Context sensitive PGO (part 3) | Rong Xu | 2019-03-04 | 1 | -2/+14 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [LTO] Drop non-prevailing definitions only if linkage is not local or appending | Pirama Arumuga Nainar | 2018-11-08 | 1 | -1/+1 |
| * | [NewPM] teach -passes= to emit meaningful error messages | Fedor Sergeev | 2018-10-17 | 1 | -7/+7 |
| * | Revert "[NewPM] teach -passes= to emit meaningful error messages" | Fedor Sergeev | 2018-10-15 | 1 | -7/+7 |
| * | [NewPM] teach -passes= to emit meaningful error messages | Fedor Sergeev | 2018-10-15 | 1 | -7/+7 |
| * | Add a flag to remap manglings when reading profile data information. | Richard Smith | 2018-10-10 | 1 | -1/+2 |
| * | Pass code-model through Module IR to LTO which will use it. | Caroline Tice | 2018-09-21 | 1 | -1/+7 |
| * | [ThinLTO] Enable ThinLTO WholeProgramDevirt and LowerTypeTests in new PM | Teresa Johnson | 2018-07-19 | 1 | -4/+8 |
| * | IRGen: Write .dwo files when -split-dwarf-file is used together with -fthinlt... | Peter Collingbourne | 2018-05-31 | 1 | -1/+6 |
| * | Fix a make_unique ambiguity. | Peter Collingbourne | 2018-05-21 | 1 | -1/+1 |
| * | LTO: Replace split dwarf implementation that uses objcopy with one that uses ... | Peter Collingbourne | 2018-05-21 | 1 | -61/+17 |
| * | CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up... | Peter Collingbourne | 2018-05-21 | 1 | -2/+3 |
| * | [LTO] Handle Task=-1 passed to addSaveTemps | Teresa Johnson | 2018-05-05 | 1 | -3/+5 |
| * | [ThinLTO] Add support for optimization remarks to thinBackend | Teresa Johnson | 2018-05-03 | 1 | -15/+20 |
| * | Enable debug fission for thinLTO linked via gold-plugin | Yunlian Jiang | 2018-04-13 | 1 | -0/+67 |
| * | Revert "[LTO] Support filtering by hotness threshold" | Bob Haarman | 2018-03-08 | 1 | -2/+1 |
| * | [LTO] Support filtering by hotness threshold | Adam Nemet | 2018-02-26 | 1 | -1/+2 |
| * | Pass a reference to a module to the bitcode writer. | Rafael Espindola | 2018-02-14 | 1 | -2/+2 |
| * | [ThinLTO] Remove dead and dropped symbol declarations when possible | Teresa Johnson | 2018-02-06 | 1 | -6/+15 |
| * | [ThinLTO] Convert dead alias to declarations | Teresa Johnson | 2018-02-05 | 1 | -10/+6 |
| * | [LTO] - Simplify. NFC. | George Rimar | 2018-02-02 | 1 | -3/+2 |
| * | [ThinLTO] - Fix for "ThinLTO inlines variables that should be discarded". | George Rimar | 2018-02-02 | 1 | -6/+12 |
| * | [ThinLTO] - Stop internalizing and drop non-prevailing symbols. | George Rimar | 2018-01-29 | 1 | -0/+13 |
| * | [ThinLTO] Re-commit of dot dumper after test fix | Eugene Leviant | 2018-01-22 | 1 | -0/+6 |
| * | Temporarily revert r323062 to investigate buildbot failures | Eugene Leviant | 2018-01-21 | 1 | -6/+0 |
| * | [ThinLTO] Implement summary visualizer | Eugene Leviant | 2018-01-21 | 1 | -0/+6 |
| * | [Support] Rename tool_output_file to ToolOutputFile, NFC | Reid Kleckner | 2017-09-23 | 1 | -1/+1 |
| * | Fix the bug that parseAAPipeline is not invoked in runNewPMPasses in release ... | Dehao Chen | 2017-08-02 | 1 | -8/+9 |
| * | Update the new PM pipeline to make ICP aware if it is SamplePGO build. | Dehao Chen | 2017-08-02 | 1 | -4/+8 |
| * | [ThinLTO] Move -lto-use-new-pm to llvm-lto2, and change it to -use-new-pm. | Tim Shen | 2017-06-01 | 1 | -6/+1 |
| * | [PM/ThinLTO] Port the ThinLTO pipeline (both components) to the new PM. | Chandler Carruth | 2017-06-01 | 1 | -8/+7 |
| * | Infer relocation model from module flags in relocatable LTO link. | Evgeniy Stepanov | 2017-05-22 | 1 | -8/+13 |
| * | LTO: Mark undefined module asm symbols as used. | Peter Collingbourne | 2017-04-26 | 1 | -18/+0 |