summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/ElimAvailExtern.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko2017-10-101-6/+12
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [PM] Remove support for omitting the AnalysisManager argument to newChandler Carruth2016-06-171-1/+2
* [PM] Port EliminateAvailableExternally pass to the new pass manager.Davide Italiano2016-05-051-28/+36
* 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
* Disallow aliases to available_externally.Rafael Espindola2015-11-261-37/+0
* Restore "Support for ThinLTO function importing and symbol linking."Teresa Johnson2015-11-031-0/+39
* Revert "Support for ThinLTO function importing and symbol linking."Teresa Johnson2015-11-021-39/+0
* Support for ThinLTO function importing and symbol linking.Teresa Johnson2015-11-021-0/+39
* Clang format a few prior patches (NFC)Teresa Johnson2015-11-021-13/+14
* Remove two unused includes and C++11 rangify for loops.Yaron Keren2015-09-041-15/+12
* Remove unused variable.Rafael Espindola2015-07-131-1/+0
* Aliases don't have available_externally linkage.Rafael Espindola2015-07-131-11/+0
* Don't change the visibility when converting a definition to a declaration.Rafael Espindola2015-07-131-3/+0
* Resubmit "Add new EliminateAvailableExternally module pass" (r239480)Teresa Johnson2015-07-061-0/+99
* Revert commit r239480 as it causes https://code.google.com/p/chromium/issues/...Teresa Johnson2015-06-121-96/+0
* Add new EliminateAvailableExternally module pass, which is performed inTeresa Johnson2015-06-101-0/+96
OpenPOWER on IntegriCloud