aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/set.ll
AgeCommit message (Expand)Author
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-03-09Remove llvm-upgrade and update tests.Tanya Lattner
2008-03-01Remove llvm-upgrade and update test cases.Tanya Lattner
2007-04-14For PR1319:Reid Spencer
2007-04-09new testcaseChris Lattner
2006-12-23For PR950:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-02-27new testcasesChris Lattner
2006-02-12new testcaseChris Lattner
2005-05-06new testcaseChris Lattner
2005-05-04new testcaseChris Lattner
2005-04-24add a new testcase which occurs in 181.mcfChris Lattner
2004-09-29New testcasesChris Lattner
2003-09-16Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2003-08-13Reorganize tests because we no longer cannonicalize X != 0 -> cast X to boolChris Lattner
2003-07-23New testsChris Lattner
2003-06-28Remove usage of grep-not scriptChris Lattner
2003-06-28Convert scripts from using explicit control flow to use the new grep-not scriptChris Lattner
2003-06-05Test seteq AND setneChris Lattner
2003-06-04Modernize testcaseChris Lattner
2003-06-01New testcasesChris Lattner
2002-08-09setcc of booleans should always be eliminatedChris Lattner
2002-08-03Add some more features that we could instcombine awayChris Lattner
2002-08-02These tests should not run -dce pass to cleanup instcombine.Chris Lattner
2002-05-09New testcase for wierd combine opportunity found in bzip2 benchmarkChris Lattner
2002-05-06More testcases I don't want to forget aboutChris Lattner