aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/BasicAA/pure-const-dce.ll
AgeCommit message (Expand)Author
2013-02-22Use references to attribute groups on the call/invoke instructions.Bill Wendling
2013-02-20Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling
2012-04-24FileCheck-ize these tests. Harden some of them.Bill Wendling
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-04-17Make GVN able to remove unnecessary calls to read-only functions again.Owen Anderson
2008-04-13The functionality being tested was removed because it was horribly unsafe.Owen Anderson
2007-11-26Allow GVN to eliminate read-only function calls when it can detect that they ...Owen Anderson
2007-11-22Teach alias analysis about readnone/readonly functions.Duncan Sands