aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
AgeCommit message (Expand)Author
2009-12-17Allow instcombine to combine "sext(a) >u const" to "a >u trunc(const)".Eli Friedman
2009-10-12Convert InstCombine tests from notcast to FileCheck.Edward O'Callaghan
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2008-05-20Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif
2008-03-09Remove llvm-upgrade and update tests.Tanya Lattner
2008-03-01Remove llvm-upgrade and update test cases.Tanya Lattner
2007-04-15For PR1319:Reid Spencer
2007-04-14For PR1319:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-13For PR950:Reid Spencer
2006-10-19Fix bug in PR454 resolution. Added new test case.Devang Patel
2005-04-24unxfail this.Chris Lattner
2005-01-26XFAIL this for now.Chris Lattner
2004-11-28Update the test to match the optimization. The optimization can let someReid Spencer
2004-11-28Correct the RUN line to remove unneeded parameters and make sure the testReid Spencer
2004-11-28Test case for PR454Reid Spencer