summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Shorten DiagnosticInfoOptimizationRemark* to OptimizationRemark*. NFCAdam Nemet2016-09-271-1/+1
* WholeProgramDevirt: initialize WasDevirt in all constructors.Ivan Krasin2016-08-121-1/+1
* WholeProgramDevirt: generate more detailed and accurate remarks.Ivan Krasin2016-08-111-35/+75
* Fix some Clang-tidy modernize and Include What You Use warnings.Eugene Zelenko2016-08-111-8/+28
* WholeProgramDevirt: print remarks with devirtualized method names.Ivan Krasin2016-08-051-2/+18
* Print remarks from WholeProgramDevirt pass for each call site.Ivan Krasin2016-07-121-0/+10
* IR: Introduce llvm.type.checked.load intrinsic.Peter Collingbourne2016-06-251-12/+142
* IR: New representation for CFI and virtual call optimization pass metadata.Peter Collingbourne2016-06-241-75/+75
* [PM] Remove support for omitting the AnalysisManager argument to newChandler Carruth2016-06-171-1/+2
* [PM] Port WholeProgramDevirt to the new pass manager.Davide Italiano2016-06-141-0/+6
* Re-apply r269081 and r269082 with a fix for MSVC.Peter Collingbourne2016-05-101-51/+13
* Revert r269081 and r269082 while I try to find the right incantation to fix M...Peter Collingbourne2016-05-101-12/+51
* WholeProgramDevirt: Move logic for finding devirtualizable call sites to Anal...Peter Collingbourne2016-05-101-51/+12
* Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor2016-04-221-1/+6
* Revert "Initial implementation of optimization bisect support."Vedant Kumar2016-04-221-6/+1
* Initial implementation of optimization bisect support.Andrew Kaylor2016-04-211-1/+6
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+2
* Silencing warnings from MSVC 2015 Update 2. All of these changes silence "C43...Aaron Ballman2016-03-301-1/+1
* Fix evaluation order. Spotted by Alexander Riccio!Peter Collingbourne2016-03-081-1/+1
* Fix GCC build.Peter Collingbourne2016-02-091-0/+4
* WholeProgramDevirt: introduce.Peter Collingbourne2016-02-091-0/+724
OpenPOWER on IntegriCloud