aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/BasicAA/pure-const-dce.ll
Commit message (Expand)AuthorAgeFilesLines
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-221-5/+5
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-201-0/+3
* FileCheck-ize these tests. Harden some of them.Bill Wendling2012-04-241-4/+22
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-3/+3
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-3/+3
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-3/+3
* Make GVN able to remove unnecessary calls to read-only functions again.Owen Anderson2008-04-171-0/+33
* The functionality being tested was removed because it was horribly unsafe.Owen Anderson2008-04-131-33/+0
* Allow GVN to eliminate read-only function calls when it can detect that they ...Owen Anderson2007-11-261-1/+1
* Teach alias analysis about readnone/readonly functions.Duncan Sands2007-11-221-0/+33