summaryrefslogtreecommitdiff
path: root/test/Analysis/BasicAA/pure-const-dce.ll
Commit message (Expand)AuthorAge
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-22
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-20
* FileCheck-ize these tests. Harden some of them.Bill Wendling2012-04-24
* 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
* Make GVN able to remove unnecessary calls to read-only functions again.Owen Anderson2008-04-17
* The functionality being tested was removed because it was horribly unsafe.Owen Anderson2008-04-13
* Allow GVN to eliminate read-only function calls when it can detect that they ...Owen Anderson2007-11-26
* Teach alias analysis about readnone/readonly functions.Duncan Sands2007-11-22