summaryrefslogtreecommitdiff
path: root/lib/LTO/LTO.cpp
AgeCommit message (Expand)Author
2017-06-05Symbols re-defined with -wrap and -defsym need to be excluded from inter-Dmitry Mikulin
2017-06-02Move summary dead stripping before regular LTO.Evgeniy Stepanov
2017-06-01[ThinLTO] Move -lto-use-new-pm to llvm-lto2, and change it to -use-new-pm.Tim Shen
2017-06-01(NFC) Track global summary liveness in GVFlags.Evgeniy Stepanov
2017-05-26[lib/LTO] Don't reinvent the code for switching linkage.Davide Italiano
2017-05-25LTO: Do summary-based prevailing symbol resolution at --lto-O0.Peter Collingbourne
2017-05-22Infer relocation model from module flags in relocatable LTO link.Evgeniy Stepanov
2017-05-16IR: Give function GlobalValue::getRealLinkageName() a less misleading name: d...Peter Collingbourne
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-26LTO: Mark undefined module asm symbols as used.Peter Collingbourne
2017-04-14Object, LTO: Add target triple to irsymtab and LTO API.Peter Collingbourne
2017-04-13Support: Add a VCSRevision.h header file.Peter Collingbourne
2017-03-31LTO: call getRealLinkageName on IRNames before feeding to getGUIDBob Haarman
2017-03-31Re-apply r299168 and r299169 now that the libdeps are fixed.Peter Collingbourne
2017-03-31Move llvm::emitLinkerFlagsForGlobalCOFF() to Mangler.Peter Collingbourne
2017-03-31Revert r299168 and r299169 due to library dependency issues.Peter Collingbourne
2017-03-31LTO: Reduce memory consumption by creating an in-memory symbol table for Inpu...Peter Collingbourne
2017-03-28More accurate header inclusions. NFC.Peter Collingbourne
2017-03-28LTO: Replace InputFile::Symbol::getFlags() with predicate accessors. NFC.Peter Collingbourne
2017-03-10LTO: Hash type identifier resolutions for WholeProgramDevirt.Peter Collingbourne
2017-03-10LTO: Hash type identifier resolutions for LowerTypeTests.Peter Collingbourne
2017-03-03LTO: Hash the set of imported symbols for each module.Peter Collingbourne
2017-02-15[LTO] Add ability to emit assembly to new LTO APITobias Edler von Koch
2017-02-10[LTO] Share the optimization remarks setup between Thin/Full LTO.Davide Italiano
2017-02-03IRMover: Merge flags LinkModuleInlineAsm and IsPerformingImport.Peter Collingbourne
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[lto] add getLinkerOpts()Bob Haarman
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-02-02LTO: Link non-prevailing weak_odr or linkonce_odr globals into the combined m...Peter Collingbourne
2017-02-02Linker: Move special casing for available_externally in IRMover to clients. N...Peter Collingbourne
2017-01-20[ThinLTO] Don't perform computeDeadSymbols during O0 link, as the result is n...Mehdi Amini
2017-01-20IPO, LTO: Plumb the summary from the LTO API into the pass manager.Peter Collingbourne
2017-01-20[ThinLTO] Drop non-prevailing non-ODR weak to declarationsTeresa Johnson
2017-01-19LTO: Flush the resolution file after writing to it.Peter Collingbourne
2017-01-05ThinLTO: add early "dead-stripping" on the IndexTeresa Johnson
2017-01-04[lib/LTO] Simplify logic removing set but unused variable. NFCI.Davide Italiano
2016-12-16[ThinLTO] Import composite types as declarationsTeresa Johnson
2016-12-16Pass sample pgo flags to thinlto.Dehao Chen
2016-12-14[LTO] Reject modules without datalayout.Davide Italiano
2016-12-14LTO: Add support for multi-module bitcode files.Peter Collingbourne
2016-12-13LTO: Port the new LTO API to ModuleSymbolTable.Peter Collingbourne
2016-12-12[ThinLTO] Import only necessary DICompileUnit fieldsTeresa Johnson