summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/FunctionImport.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert "Add support for computing SHA1 in LLVM"Mehdi Amini2016-04-011-1/+1
* Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini2016-04-011-1/+1
* [ThinLTO] Use new GlobalValue::getGUID helper (NFC)Teresa Johnson2016-03-291-2/+1
* [ThinLTO] Add optional import message and statisticsTeresa Johnson2016-03-271-0/+14
* [ThinLTO] Don't try to import alias unless aliasee can be importedTeresa Johnson2016-03-271-4/+4
* ThinLTO: use the callgraph from the combined index to drive the FunctionImporterMehdi Amini2016-03-261-249/+254
* Rework linkInModule(), making it oblivious to ThinLTOMehdi Amini2016-03-191-2/+4
* Move global ID computation from Function to GlobalValue (NFC)Teresa Johnson2016-03-151-1/+1
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-151-19/+20
* Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson2016-03-141-20/+19
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-141-19/+20
* [ThinLTO] Support for reference graph in per-module and combined summary.Teresa Johnson2016-03-111-2/+2
* FunctionIndex is not optional for renameModuleForThinLTO(), make it a referen...Mehdi Amini2016-03-091-1/+1
OpenPOWER on IntegriCloud