aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/BasicAA/featuretest.ll
AgeCommit message (Expand)Author
2010-08-18fix PR7589: In brief:Chris Lattner
2010-08-18filecheckize and detrivialize.Chris Lattner
2009-11-03Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks
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-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
2006-11-23Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer
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
2003-06-17Add new testcaseChris Lattner
2003-02-26Fix testChris Lattner
2003-02-26New testcase for size tracking brokennessChris Lattner
2003-02-25Add a new test for basicaaChris Lattner
2003-02-09Add a basic-aa testChris Lattner
2002-10-25Update test to use long instead of uint getelementptr subscriptsChris Lattner
2002-09-08New testcase that tests for array pointer analysis type stuffChris Lattner