summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/funcimport.ll
Commit message (Expand)AuthorAgeFilesLines
* Make GlobalValues with non-default visibilility dso_local.Rafael Espindola2018-01-181-9/+9
* Make internal/private GVs implicitly dso_local.Rafael Espindola2018-01-111-9/+9
* ThinLTO: Don't import aliases of any kind (even linkonce_odr)David Blaikie2017-07-271-4/+3
* [ThinLTO] Stop importing constant global vars as copies in the backendTeresa Johnson2016-12-021-2/+4
* ThinLTO: never promote as external weakMehdi Amini2016-04-201-1/+1
* Move summary creation out of llvm-as into optMehdi Amini2016-04-121-4/+4
* ThinLTO renaming: use module hash instead of position in the summaryMehdi Amini2016-04-111-11/+11
* Rework linkInModule(), making it oblivious to ThinLTOMehdi Amini2016-03-191-4/+4
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-151-15/+15
* Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson2016-03-141-15/+15
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-141-15/+15
* Switch the linker to having a whitelist of GVs.Rafael Espindola2015-12-021-4/+4
* Delete what is now duplicated code.Rafael Espindola2015-12-021-8/+8
* Disallow aliases to available_externally.Rafael Espindola2015-11-261-3/+9
* [ThinLTO] Handle bitcode without function summary sections gracefullyTeresa Johnson2015-11-211-0/+7
* [ThinLTO] Update test to be more tolerant of ordering changesTeresa Johnson2015-11-121-40/+40
* [ThinLTO] WeakAny fixes/cleanupTeresa Johnson2015-11-101-0/+2
* [ThinLTO] Always set linkage type to external when converting aliasTeresa Johnson2015-11-041-0/+11
* Restore "Support for ThinLTO function importing and symbol linking."Teresa Johnson2015-11-031-0/+169
* Revert "Support for ThinLTO function importing and symbol linking."Teresa Johnson2015-11-021-169/+0
* Support for ThinLTO function importing and symbol linking.Teresa Johnson2015-11-021-0/+169
OpenPOWER on IntegriCloud