aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/GVN/condprop.ll
Commit message (Expand)AuthorAgeFilesLines
* Give GVN back the ability to perform simple conditional propagation on condit...Owen Anderson2010-12-211-0/+55
* Completely rework the datastructure GVN uses to represent the value number to...Owen Anderson2010-11-181-52/+0
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-181-1/+1
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Reapply r68211, with the miscompilations it caused fixed.Owen Anderson2009-04-011-0/+52
* Revert r68172. It caused regressions inDan Gohman2009-04-011-52/+0
* Enhance GVN to propagate simple conditionals. This fixes PR3921.Owen Anderson2009-04-011-0/+52