aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/BasicAA/gcsetest.ll
AgeCommit message (Expand)Author
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-08Convert a few more opt | llvm-dis to opt -S.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-08-16Remove GCSE and LoadVN from the testsuite.Owen Anderson
2008-02-14Remove llvm-upgrade.Tanya Lattner
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2004-03-12new testcaseChris Lattner
2003-09-16Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2003-06-28Remove explicit control flow through the use of the 'not' scriptChris Lattner
2002-09-07Fix bug in testcase now that load-vn is not built into gcseChris Lattner
2002-08-22Add a testcase that checks to make sure LICM uses basicaa correctly.Chris Lattner
2002-08-22Initial testcases for basicaa alias analysisChris Lattner