aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopStrengthReduce
AgeCommit message (Expand)Author
2008-09-08xfailDevang Patel
2008-09-03Check iteration count.Devang Patel
2008-09-02If all IV uses are extending integer IV then change the type of IV itself, if...Devang Patel
2008-08-26If IV is used in a int-to-float cast inside the loop then try to eliminate th...Devang Patel
2008-08-18XFAIL this test for now.Bill Wendling
2008-08-17Didn't mean to change this.Evan Cheng
2008-08-17Fix a (u)comiss intrinsic lowering bug. It was using anyext which can return ...Evan Cheng
2008-08-15Reapply 54786. Add overflow and number of mantissa bits checks.Devang Patel
2008-08-15Revert 54786. It's not checking for overflows, etc.Evan Cheng
2008-08-14If IV is used in a int-to-float cast inside the loop then try to eliminate th...Devang Patel
2008-08-13Check sign to detect overflow before changing compare stride.Devang Patel
2008-08-06PR2535, not PR2355.Evan Cheng
2008-08-06Fix PR2355: bug in ChangeCompareStride. When the loop termination compare is ...Evan Cheng
2008-07-21Add the PR number to the test.Dan Gohman
2008-07-21Fix a bug in LSR's dead-PHI cleanup. If a PHI has a def-use chain thatDan Gohman
2008-06-22Improve LSR's dead-phi detection to handle use-def cyclesDan Gohman
2008-06-16Refine the change in r52258 for avoiding use-before-def conditionsDan Gohman
2008-06-13Protect ChangeCompareStride from situations in which it is possibleDan Gohman
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-05-01Update old-style syntax in some "not grep" tests.Dan Gohman
2008-03-19Upgrade tests.Tanya Lattner
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-06-29Convert .cvsignore filesJohn Criswell
2007-04-23New test.Devang Patel
2007-04-16For PR1319:Reid Spencer
2007-04-16For PR1319:Reid Spencer
2007-04-15For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-01-13For PR1043:Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-23For PR950:Reid Spencer
2006-12-02Prevent a GEP from getting upgraded to avoid resulting test failure.Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-17New testcase.Chris Lattner
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer
2005-10-30new testcaseChris Lattner
2005-10-11this passes with the change in predicateChris Lattner
2005-10-11lsr doesn't emit gep instructions anymoreChris Lattner
2005-09-12relax pattern match on nameChris Lattner
2005-09-12new testcaseChris Lattner
2005-09-12new testcaseChris Lattner
2005-09-10new testcaseChris Lattner
2005-08-17new testcase distilled from mesaChris Lattner
2005-08-16testcase that crashes lsr, distilled from 175.vprChris Lattner
2005-08-10new testcase we handleChris Lattner
2005-08-10new testcaseChris Lattner
2005-08-09This is now implementedChris Lattner
2005-08-08A testcase I don't want to break in the futureChris Lattner