summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/GVN.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Constants] If we already have a ConstantInt*, prefer to use isZero/isOne/isM...Craig Topper2017-07-061-1/+1
* Revert "[GVN] Recommit the patch "Add phi-translate support in scalarpre"."Benjamin Kramer2017-07-031-158/+28
* [GVN] Recommit the patch "Add phi-translate support in scalarpre".Wei Mi2017-06-261-28/+158
* Mark dump() methods as const. NFCSam Clegg2017-06-211-1/+1
* Revert rL305578. There is still some buildbot failure to be fixed.Wei Mi2017-06-161-158/+28
* [GVN] Recommit the patch "Add phi-translate support in scalarpre".Wei Mi2017-06-161-28/+158
* Revert rL304050. It may break sanitizer bootstrap. Revert it for now while in...Wei Mi2017-05-311-143/+21
* [GVN] Recommit the patch "Add phi-translate support in scalarpre".Wei Mi2017-05-271-21/+143
* Revert rL303923 since it broke the sanitizer bootstrap build bot.Wei Mi2017-05-261-136/+21
* [GVN] Add phi-translate support in scalarpre.Wei Mi2017-05-251-21/+136
* [IR] De-virtualize ~Value to save a vptrReid Kleckner2017-05-181-1/+1
* Kill off the old SimplifyInstruction API by converting remaining users.Daniel Berlin2017-04-281-1/+1
* [IR] Redesign the case iterator in SwitchInst to actually be an iteratorChandler Carruth2017-04-121-2/+2
* Templatize parts of VNCoercion, and add constant-only versions of the functio...Daniel Berlin2017-03-201-1/+1
* [GVN] Fix accidental double storage of the function BasicBlock list in iterat...Craig Topper2017-03-181-13/+4
* VNCoercion: Make the function signatures all consistentDaniel Berlin2017-03-111-1/+1
* Move memory coercion functions from GVN.cpp to VNCoercion.cpp so they can be ...Daniel Berlin2017-03-101-447/+19
* [NewGVN] Preserve TargetLibraryInfo analysis.Davide Italiano2017-01-311-0/+2
* Do not propagate DebugLoc across basic blocksTaewook Oh2017-01-311-2/+2
* Cleanup dump() functions.Matthias Braun2017-01-281-2/+3
* [DWARF] Null out the debug locs of load instructions that have been moved by ...Wolfgang Pieb2017-01-041-2/+12
* Revert @llvm.assume with operator bundles (r289755-r289757)Daniel Jasper2016-12-191-5/+11
* Remove the AssumptionCacheHal Finkel2016-12-151-11/+5
* When GVN removes a redundant load, it should not modify the debug location of...Andrea Di Biagio2016-12-071-1/+4
* [GVN, OptDiag] Print the interesting instructions involved in missed load-eli...Adam Nemet2016-12-011-0/+36
* [GVN, OptDiag] Include the value that is forwarded in load eliminationAdam Nemet2016-12-011-5/+8
* [GVN] Basic optimization remark supportAdam Nemet2016-12-011-3/+20
* [GVN] When merging blocks update LoopInfo if it's availableAdam Nemet2016-12-011-6/+10
* Revert "[GVN] Basic optimization remark support"Adam Nemet2016-11-301-20/+3
* [GVN] Basic optimization remark supportAdam Nemet2016-11-291-3/+20
* Revert "[GVN] Basic optimization remark support"Adam Nemet2016-11-291-20/+3
* Revert "[GVN, OptDiag] Include the value that is forwarded in load elimination"Adam Nemet2016-11-291-8/+5
* Revert "[GVN, OptDiag] Print the interesting instructions involved in missed ...Adam Nemet2016-11-291-36/+0
* [GVN, OptDiag] Print the interesting instructions involved in missed load-eli...Adam Nemet2016-11-291-0/+36
* [GVN, OptDiag] Include the value that is forwarded in load eliminationAdam Nemet2016-11-281-5/+8
* [GVN] Basic optimization remark supportAdam Nemet2016-11-281-3/+20
* Fixed the lost FastMathFlags in GVN(Global Value Numbering).Vyacheslav Klochkov2016-11-221-1/+6
* Revert "[GVN/PRE] Hoist global values outside of loops."Davide Italiano2016-10-211-58/+26
* [GVN] Use defaulted members. No functional change.Benjamin Kramer2016-10-201-10/+3
* [GVN] Consistently use division instead of shift. NFCI.Davide Italiano2016-10-181-2/+2
* [GVN] Remove dead code. NFC.Davide Italiano2016-10-181-20/+1
* [GVN/PRE] Hoist global values outside of loops.Davide Italiano2016-10-151-26/+58
* revert r280427Dehao Chen2016-09-081-2/+2
* Refactor replaceDominatedUsesWith to have a flag to control whether to replac...Dehao Chen2016-09-011-2/+2
* Consistently use FunctionAnalysisManagerSean Silva2016-08-091-1/+1
* [ConstnatFolding] Teach the folder how to fold ConstantVectorDavid Majnemer2016-07-291-6/+9
* [GVN] Fold constant expression in GVN.Ekaterina Romanova2016-07-141-22/+33
* Reinstate r273711David Majnemer2016-06-251-6/+15
* Revert r273711, it caused PR28298.Nico Weber2016-06-241-15/+6
* SimplifyInstruction does not imply DCEDavid Majnemer2016-06-241-6/+15
OpenPOWER on IntegriCloud