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