summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/FunctionImport/funcimport.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+162
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-162/+0
* [ThinLTO] Allow importing of functions with var argsTeresa Johnson2018-12-011-6/+6
* [ThinLTO] Update handling of vararg functions to match inlinerTeresa Johnson2018-11-141-6/+15
* [ThinLTO] Recommit of import global variablesEugene Leviant2018-03-121-2/+11
* [ThinLTO] Revert r325320: Import global variablesChandler Carruth2018-03-021-11/+2
* [ThinLTO] Import global variablesEugene Leviant2018-02-161-2/+11
* Make GlobalValues with non-default visibilility dso_local.Rafael Espindola2018-01-181-4/+4
* Make internal/private GVs implicitly dso_local.Rafael Espindola2018-01-111-4/+4
* [ThinLTO] Enable importing of aliases as copy of aliaseeTeresa Johnson2017-12-161-5/+6
* ThinLTO: Don't import aliases of any kind (even linkonce_odr)David Blaikie2017-07-271-6/+3
* FunctionImport: Remove the -disable-force-link-odr flag and change importFunc...Peter Collingbourne2017-02-021-7/+3
* [ThinLTO] Resolve old FIXME for alias importing in testTeresa Johnson2017-02-021-2/+4
* Don't import variadic functionsPiotr Padlewski2016-08-111-0/+4
* [PM] Port FunctionImport Pass to new PMTeresa Johnson2016-07-181-0/+2
* Add 'thinlto_src_module' md with asserts or -enable-import-metadataPiotr Padlewski2016-07-081-2/+2
* Revert "Add 'thinlto_src_module' md with asserts or -enable-import-metadata"Piotr Padlewski2016-07-081-3/+3
* Add 'thinlto_src_module' md with asserts or -enable-import-metadataPiotr Padlewski2016-07-081-3/+3
* Add 'thinlto_src_module' metadata to imported functionPiotr Padlewski2016-07-061-10/+11
* ThinLTO: do not import function whose linkage prevents inlining.Mehdi Amini2016-05-031-0/+5
* Revert "ThinLTO: do not import function whose linkage prevents inlining."Mehdi Amini2016-05-021-5/+0
* ThinLTO: do not import function whose linkage prevents inlining.Mehdi Amini2016-05-021-0/+5
* ThinLTO/ModuleLinker: add a flag to not always pull-in linkonce when performi...Mehdi Amini2016-04-211-3/+15
* ThinLTO: Make aliases explicit in the summaryMehdi Amini2016-04-161-1/+1
* Revert "Make aliases explicit in the summary"Mehdi Amini2016-04-131-1/+1
* Make aliases explicit in the summaryMehdi Amini2016-04-131-1/+1
* Move summary creation out of llvm-as into optMehdi Amini2016-04-121-2/+2
* ThinLTO renaming: use module hash instead of position in the summaryMehdi Amini2016-04-111-8/+8
* [ThinLTO] Move summary computation from BitcodeWriter to new passTeresa Johnson2016-04-111-5/+3
* Fix bot errors from r265327, exact GUID which depends on pathTeresa Johnson2016-04-041-34/+33
* [ThinLTO] Add option to dump value name to GUID mappingTeresa Johnson2016-04-041-1/+36
* llvm/test/Transforms/FunctionImport/funcimport.ll: -stats REQUIRES +Asserts.NAKAMURA Takumi2016-03-281-0/+2
* Use DAG check to try to appease botTeresa Johnson2016-03-271-1/+1
* [ThinLTO] Add optional import message and statisticsTeresa Johnson2016-03-271-1/+14
* ThinLTO: use the callgraph from the combined index to drive the FunctionImporterMehdi Amini2016-03-261-2/+2
* Rework linkInModule(), making it oblivious to ThinLTOMehdi Amini2016-03-191-1/+1
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-151-2/+2
* Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson2016-03-141-2/+2
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-141-2/+2
* [IRMover] Don't copy personality, etc unless creating defTeresa Johnson2016-01-121-0/+2
* Delete what is now duplicated code.Rafael Espindola2015-12-021-2/+2
* Disallow aliases to available_externally.Rafael Espindola2015-11-261-3/+8
* [ThinLTO] Add option to limit importing based on instruction countTeresa Johnson2015-11-241-4/+9
* [ThinLTO] Enable iterative importing in FunctionImport passTeresa Johnson2015-11-241-0/+10
* [ThinLTO] Handle previously imported and promoted locals in module linkerTeresa Johnson2015-11-241-0/+6
* [ThinLTO] Fix FunctionImport alias checking and testTeresa Johnson2015-11-241-3/+10
* Add a FunctionImporter helper to perform summary-based cross-module function ...Mehdi Amini2015-11-241-0/+42
OpenPOWER on IntegriCloud