summaryrefslogtreecommitdiffstats
path: root/llvm/lib/LTO/ThinLTOCodeGenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[LTO] Support filtering by hotness threshold"Bob Haarman2018-03-081-3/+1
* [LTO] Support filtering by hotness thresholdAdam Nemet2018-02-261-1/+3
* Pass a reference to a module to the bitcode writer.Rafael Espindola2018-02-141-2/+2
* [ThinLTO] - Stop internalizing and drop non-prevailing symbols.George Rimar2018-01-291-4/+16
* [ThinLTO] Re-commit of dot dumper after test fixEugene Leviant2018-01-221-1/+1
* Temporarily revert r323062 to investigate buildbot failuresEugene Leviant2018-01-211-1/+1
* [ThinLTO] Implement summary visualizerEugene Leviant2018-01-211-1/+1
* [ThinLTO] - Remove code duplication. NFC.George Rimar2018-01-171-22/+17
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-281-1/+1
* Move the stripping of invalid debug info from the Verifier to AutoUpgrade.Adrian Prantl2017-10-021-3/+1
* Revert "[ThinLTO] Avoid archive member collisions with old API"Johan Engelen2017-09-171-3/+1
* [ThinLTO] Avoid archive member collisions with old APIJohan Engelen2017-09-171-1/+3
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-3/+3
* [ThinLTO] Remove unnecessary include of Linker.h (NFC)Teresa Johnson2017-06-221-1/+0
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* (NFC) Track global summary liveness in GVFlags.Evgeniy Stepanov2017-06-011-8/+8
* Revert "Revert "ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenera...Adrian Prantl2017-05-201-1/+33
* Revert "ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenerator."Adrian Prantl2017-05-191-33/+2
* ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenerator.Adrian Prantl2017-05-191-2/+33
* [ThinLTO] Do not assert when adding a module with a different butAkira Hatanaka2017-05-181-21/+17
* [LTO] Print time-passes information at conclusion of LTO codegenJames Henderson2017-05-161-0/+1
* Ensure non-null ProfileSummaryInfo passed to ModuleSummaryIndex builderTeresa Johnson2017-05-101-1/+1
* Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...Peter Collingbourne2017-05-041-2/+3
* Revert "IR: Use pointers instead of GUIDs to represent edges in the module su...Eric Liu2017-05-041-3/+2
* IR: Use pointers instead of GUIDs to represent edges in the module summary. N...Peter Collingbourne2017-05-041-2/+3
* Bitcode: Make the summary reader responsible for merging. NFCI.Peter Collingbourne2017-05-011-10/+5
* Object: Remove ModuleSummaryIndexObjectFile class.Peter Collingbourne2017-05-011-10/+7
* Support: Add a VCSRevision.h header file.Peter Collingbourne2017-04-131-5/+2
* Add support for -fno-builtin to LTO and ThinLTO to libLTOMehdi Amini2017-03-281-7/+10
* Support, LTO: When pruning a directory, ignore files matching a prefix.Peter Collingbourne2017-03-201-1/+4
* Support: Simplify the CachePruning API. NFCI.Peter Collingbourne2017-03-151-5/+1
* [ThinLTO] Make a copy of buffer identifier in ThinLTOCodeGeneratorMehdi Amini2017-02-141-14/+17
* [LTO] Share the optimization remarks setup between Thin/Full LTO.Davide Italiano2017-02-101-22/+2
* Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini2017-02-031-34/+26
* [ThinLTO] Add an auto-hide featureMehdi Amini2017-02-031-26/+34
* Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini2017-02-021-34/+26
* [ThinLTO] Add an auto-hide featureMehdi Amini2017-02-021-26/+34
* Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini2017-02-021-30/+22
* [ThinLTO] Add an auto-hide featureMehdi Amini2017-02-021-22/+30
* [ThinLTO] The "codegen only" path didn't honor the recently added file-based APIMehdi Amini2017-01-201-15/+19
* [ThinLTO] Hash more part of the config to build cache entriesMehdi Amini2017-01-101-2/+34
* [ThinLTO] Expected<> return values need to be handled to avoid an assertionMehdi Amini2017-01-081-1/+8
* ThinLTO: add early "dead-stripping" on the IndexTeresa Johnson2017-01-051-13/+29
* [ThinLTO] Honor -O{0,1,2,4} passed through the libLTO interface for ThinLTOMehdi Amini2016-12-281-6/+8
* [ThinLTO] Import composite types as declarationsTeresa Johnson2016-12-161-7/+10
* [ThinLTO] Add an API to trigger file-based API for returning objects to the l...Mehdi Amini2016-12-141-19/+86
* [LTOs] Allow generation of hotness informationAdam Nemet2016-12-021-0/+4
* LTO: Remove ModuleLoader, make loadModuleFromBuffer static and move into its ...Peter Collingbourne2016-12-011-1/+24
* [ThinLTO] Implement -pass-remarks-output in ThinLTOCodeGeneratorMehdi Amini2016-11-191-0/+27
* [ThinLTO] Only promote exported locals as marked in indexTeresa Johnson2016-11-141-0/+15
OpenPOWER on IntegriCloud