summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/FunctionImport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* [thinlto] Don't decay threshold for hot callsitesPiotr Padlewski2016-09-301-5/+22
* [thinlto] Add cold-callsite import heuristicPiotr Padlewski2016-09-291-6/+16
* [thinlto] Basic thinlto fdo heuristicPiotr Padlewski2016-09-261-3/+12
* FunctionImport: missed one occurence of ImportListForModule to rename (NFC)Mehdi Amini2016-08-161-1/+1
* FunctionImport: rename ImportsForModule to ImportList for consistency (NFC)Mehdi Amini2016-08-161-7/+7
* [LTO] Simplify APIs and constify (NFC)Mehdi Amini2016-08-161-21/+16
* [ThinLTO] Remove functions resolved to available_externally from comdatsTeresa Johnson2016-08-151-0/+9
* Don't import variadic functionsPiotr Padlewski2016-08-111-0/+4
* Consistently use ModuleAnalysisManagerSean Silva2016-08-091-1/+1
* [PM] Port FunctionImport Pass to new PMTeresa Johnson2016-07-181-45/+54
* Add 'thinlto_src_module' md with asserts or -enable-import-metadataPiotr Padlewski2016-07-081-6/+19
* Revert "Add 'thinlto_src_module' md with asserts or -enable-import-metadata"Piotr Padlewski2016-07-081-19/+6
* Add 'thinlto_src_module' md with asserts or -enable-import-metadataPiotr Padlewski2016-07-081-6/+19
* Add 'thinlto_src_module' metadata to imported functionPiotr Padlewski2016-07-061-0/+6
* NFC changed names in FunctionImportPiotr Padlewski2016-07-061-14/+14
* Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...Benjamin Kramer2016-06-171-3/+3
* [ThinLTO/gold] Enable summary-based internalizationTeresa Johnson2016-06-091-2/+13
* [ThinLTO] Refactor ODR resolution and internalization (NFC)Teresa Johnson2016-05-251-0/+77
* [ThinLTO] Don't re-analyze callee at same threshold unnecessarilyTeresa Johnson2016-05-111-1/+1
* Delete mayBeOverridden.Rafael Espindola2016-05-111-1/+1
* [ThinLTO] Add option to emit imports files for distributed backendsTeresa Johnson2016-05-101-0/+15
* Restore "[ThinLTO] Emit individual index files for distributed backends"Teresa Johnson2016-05-101-0/+27
* Revert "[ThinLTO] Emit individual index files for distributed backends"Vitaly Buka2016-05-051-27/+0
* [ThinLTO] Emit individual index files for distributed backendsTeresa Johnson2016-05-051-0/+27
* ThinLTO: do not import function whose linkage prevents inlining.Mehdi Amini2016-05-031-2/+2
* Revert "ThinLTO: do not import function whose linkage prevents inlining."Mehdi Amini2016-05-021-2/+2
* ThinLTO: do not import function whose linkage prevents inlining.Mehdi Amini2016-05-021-2/+2
* ThinLTO: do not promote GlobalVariable that have a specific section.Mehdi Amini2016-04-271-4/+70
* [ThinLTO] Introduce typedef for commonly-used map type (NFC)Teresa Johnson2016-04-251-7/+4
* [ThinLTO] Remove GlobalValueInfo class from indexTeresa Johnson2016-04-241-32/+29
* Always traverse GlobalVariable initializer when computing the export listMehdi Amini2016-04-231-21/+50
* Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor2016-04-221-0/+3
* Revert "Initial implementation of optimization bisect support."Vedant Kumar2016-04-221-3/+0
* Initial implementation of optimization bisect support.Andrew Kaylor2016-04-211-0/+3
* ThinLTO/ModuleLinker: add a flag to not always pull-in linkonce when performi...Mehdi Amini2016-04-211-4/+16
* FunctionImport: make sure we always select the right callee in presence of aliasMehdi Amini2016-04-201-14/+16
* ThinLTO: Move alias importing decision on the summaryMehdi Amini2016-04-201-5/+16
* Minor improvement to debug output for Function Importer (NFC)Mehdi Amini2016-04-191-9/+9
* ThinLTO: Move the ODR resolution to be based purely on the summary.Mehdi Amini2016-04-161-38/+19
* ThinLTO: Make aliases explicit in the summaryMehdi Amini2016-04-161-32/+54
* Revert "Make aliases explicit in the summary"Mehdi Amini2016-04-131-54/+32
* Make aliases explicit in the summaryMehdi Amini2016-04-131-32/+54
* Fix FunctionImport export list computation: need to take a reference to a map...Mehdi Amini2016-04-131-1/+1
* [ThinLTO] Only compute imports for current module in FunctionImport passTeresa Johnson2016-04-121-24/+48
* [ThinLTO] Move summary computation from BitcodeWriter to new passTeresa Johnson2016-04-111-3/+4
* [ThinLTO] Remove unused parameter (NFC)Teresa Johnson2016-04-101-9/+7
* [ThinLTO] Augment FunctionImport dump with value name to GUID mapTeresa Johnson2016-04-041-3/+18
* Create a typedef GlobalValue::GUID for uint64_t and RAUW (NFC)Mehdi Amini2016-04-021-6/+8
* Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini2016-04-011-1/+1
OpenPOWER on IntegriCloud