summaryrefslogtreecommitdiff
path: root/test/Transforms/GVN/pre-single-pred.ll
Commit message (Expand)AuthorAge
* LoadPRE was not properly checking that the load it was PRE'ing post-dominated...Owen Anderson2010-09-25
* 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
* This fixes a bug introduced in 72661, which canDale Johannesen2009-06-17
* Be more aggressive in doing LoadPRE by tracing backwards when a block only hasOwen Anderson2009-05-31