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