summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/FunctionImport.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Windows bot failure in Transforms/FunctionImport/funcimport.llTeresa Johnson2016-02-101-1/+1
* FunctionImport: add a progressive heuristic to limit importing too deep in th...Mehdi Amini2016-02-101-26/+62
* Restore "[ThinLTO] Use MD5 hash in function index." with fixTeresa Johnson2016-02-101-8/+10
* Revert "[ThinLTO] Use MD5 hash in function index." due to bot failureTeresa Johnson2016-02-101-10/+8
* [ThinLTO] Use MD5 hash in function index.Teresa Johnson2016-02-101-8/+10
* [ThinLTO] Move global processing from Linker to TransformUtils (NFC)Teresa Johnson2016-02-101-0/+1
* [ThinLTO] Do metadata linking during batch function importingTeresa Johnson2016-01-221-27/+7
* [ThinLTO] Handle an external call from an import to an alias in destTeresa Johnson2016-01-121-0/+2
* [ThinLTO] Use new in-place symbol changes for exporting moduleTeresa Johnson2016-01-081-2/+7
* [ThinLTO] Delay metadata materializtion in function importerTeresa Johnson2016-01-081-4/+9
* [FunctionImport] Move pass into anonymous namespace.Benjamin Kramer2015-12-241-0/+2
* [ThinLTO] Metadata linking for imported functionsTeresa Johnson2015-12-171-1/+23
OpenPOWER on IntegriCloud