summaryrefslogtreecommitdiff
path: root/lib/LTO/ThinLTOCodeGenerator.cpp
AgeCommit message (Expand)Author
2017-12-28Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer
2017-10-02Move the stripping of invalid debug info from the Verifier to AutoUpgrade.Adrian Prantl
2017-09-17Revert "[ThinLTO] Avoid archive member collisions with old API"Johan Engelen
2017-09-17[ThinLTO] Avoid archive member collisions with old APIJohan Engelen
2017-08-03Delete Default and JITDefault code modelsRafael Espindola
2017-06-22[ThinLTO] Remove unnecessary include of Linker.h (NFC)Teresa Johnson
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-06-01(NFC) Track global summary liveness in GVFlags.Evgeniy Stepanov
2017-05-20Revert "Revert "ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenera...Adrian Prantl
2017-05-19Revert "ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenerator."Adrian Prantl
2017-05-19ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenerator.Adrian Prantl
2017-05-18[ThinLTO] Do not assert when adding a module with a different butAkira Hatanaka
2017-05-16[LTO] Print time-passes information at conclusion of LTO codegenJames Henderson
2017-05-10Ensure non-null ProfileSummaryInfo passed to ModuleSummaryIndex builderTeresa Johnson
2017-05-04Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...Peter Collingbourne
2017-05-04Revert "IR: Use pointers instead of GUIDs to represent edges in the module su...Eric Liu
2017-05-04IR: Use pointers instead of GUIDs to represent edges in the module summary. N...Peter Collingbourne
2017-05-01Bitcode: Make the summary reader responsible for merging. NFCI.Peter Collingbourne
2017-05-01Object: Remove ModuleSummaryIndexObjectFile class.Peter Collingbourne
2017-04-13Support: Add a VCSRevision.h header file.Peter Collingbourne
2017-03-28Add support for -fno-builtin to LTO and ThinLTO to libLTOMehdi Amini
2017-03-20Support, LTO: When pruning a directory, ignore files matching a prefix.Peter Collingbourne
2017-03-15Support: Simplify the CachePruning API. NFCI.Peter Collingbourne
2017-02-14[ThinLTO] Make a copy of buffer identifier in ThinLTOCodeGeneratorMehdi Amini
2017-02-10[LTO] Share the optimization remarks setup between Thin/Full LTO.Davide Italiano
2017-02-03Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini
2017-02-03[ThinLTO] Add an auto-hide featureMehdi Amini
2017-02-02Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini
2017-02-02[ThinLTO] Add an auto-hide featureMehdi Amini
2017-02-02Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini
2017-02-02[ThinLTO] Add an auto-hide featureMehdi Amini
2017-01-20[ThinLTO] The "codegen only" path didn't honor the recently added file-based APIMehdi Amini
2017-01-10[ThinLTO] Hash more part of the config to build cache entriesMehdi Amini
2017-01-08[ThinLTO] Expected<> return values need to be handled to avoid an assertionMehdi Amini
2017-01-05ThinLTO: add early "dead-stripping" on the IndexTeresa Johnson
2016-12-28[ThinLTO] Honor -O{0,1,2,4} passed through the libLTO interface for ThinLTOMehdi Amini
2016-12-16[ThinLTO] Import composite types as declarationsTeresa Johnson
2016-12-14[ThinLTO] Add an API to trigger file-based API for returning objects to the l...Mehdi Amini
2016-12-02[LTOs] Allow generation of hotness informationAdam Nemet
2016-12-01LTO: Remove ModuleLoader, make loadModuleFromBuffer static and move into its ...Peter Collingbourne
2016-11-19[ThinLTO] Implement -pass-remarks-output in ThinLTOCodeGeneratorMehdi Amini
2016-11-14[ThinLTO] Only promote exported locals as marked in indexTeresa Johnson
2016-11-11Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected.Peter Collingbourne
2016-11-11Bitcode: Clean up error handling for certain bitcode query functions.Peter Collingbourne
2016-11-11Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson
2016-11-09Bitcode: Change the materializer interface to return llvm::Error.Peter Collingbourne
2016-10-24Remove TimeValue usage from llvm/SupportPavel Labath
2016-10-19[ThinLTO] Default backend threads to heavyweight_hardware_concurrencyTeresa Johnson
2016-10-08ThinLTO: don't perform incremental LTO on module without a hashMehdi Amini
2016-10-08ThinLTO: handles modules with empty summariesMehdi Amini