summaryrefslogtreecommitdiff
path: root/test/Transforms/GVN/condprop.ll
Commit message (Expand)AuthorAge
* Nick pointed out on IRC that GVN's propagateEquality wasn't propagatingDuncan Sands2012-03-04
* Have GVN also do condition propagation when the right-hand side is notDuncan Sands2012-02-29
* When performing a conditional branch depending on the value of a comparisonDuncan Sands2012-02-27
* Reduce the number of dom queries made by GVN's conditional propagationDuncan Sands2012-02-05
* Teach GVN to also propagate switch cases. For example, in this codeDuncan Sands2011-10-07
* GVN does simple propagation of conditions: when it sees a conditionalDuncan Sands2011-10-05
* Generalize GVN's conditional propagation logic slightly:Duncan Sands2011-10-05
* Give GVN back the ability to perform simple conditional propagation on condit...Owen Anderson2010-12-21
* Completely rework the datastructure GVN uses to represent the value number to...Owen Anderson2010-11-18
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-18
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Reapply r68211, with the miscompilations it caused fixed.Owen Anderson2009-04-01
* Revert r68172. It caused regressions inDan Gohman2009-04-01
* Enhance GVN to propagate simple conditionals. This fixes PR3921.Owen Anderson2009-04-01