summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/IndVarsSimplify
Commit message (Expand)AuthorAgeFilesLines
* Rename IndVarsSimplify to IndVarSimplify, to be consistent withDan Gohman2009-02-1645-1767/+0
* Extend the IndVarSimplify support for promoting induction variables:Dan Gohman2009-02-141-0/+38
* Teach IndVarSimplify to optimize code using the C "int" type forDan Gohman2009-02-121-0/+62
* convertToSignExtendedInteger should return opInvalidOp instead of asserting i...Evan Cheng2008-11-251-0/+11
* Give SIToFPInst preference over UIToFPInst because it is faster on platforms ...Devang Patel2008-11-181-0/+35
* While handling floating point IVs lift restrictions on initial value and incr...Devang Patel2008-11-171-1/+49
* Turn floating point IVs into integer IVs where possible.Devang Patel2008-11-031-0/+17
* Allow the construction of SCEVs with SCEVCouldNotCompute operands, byNick Lewycky2008-10-041-0/+32
* if loop induction variable is always sign or zero extended then Devang Patel2008-09-091-0/+58
* Fix PR2434. When scanning for exising binary operator to reuse don't Wojciech Matyjewicz2008-06-151-0/+17
* Remove lingering references to .llx and .tr in the tests.Dan Gohman2008-05-231-1/+1
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Use loop deletion instead of ADCE for removing loops.Owen Anderson2008-05-164-4/+4
* Update old-style syntax in some "not grep" tests.Dan Gohman2008-05-011-1/+1
* rename *.llx -> *.ll, last batch.Chris Lattner2008-04-198-0/+0
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-091-0/+1
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-0129-695/+729
* Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops.Nick Lewycky2007-11-251-2/+2
* Fix a bug where we'd try to find a scev value for a bitcast operand,Chris Lattner2007-11-231-0/+20
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
* For PR1553:Reid Spencer2007-07-191-1/+1
* Test case for recent patch for IndVarSimplify.cppZhou Sheng2007-07-021-0/+25
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* new testcase for PR1487Nick Lewycky2007-06-061-0/+117
* For PR1319:Reid Spencer2007-04-161-1/+1
* For PR1319:Reid Spencer2007-04-161-1/+2
* For PR1336:Reid Spencer2007-04-161-1/+0
* For PR1336:Reid Spencer2007-04-151-0/+1
* For PR1319:Reid Spencer2007-04-159-13/+17
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* Remove use of implementation keyword.Reid Spencer2007-03-281-1/+0
* New testcases for PR1179/PR1232.Chris Lattner2007-03-043-0/+67
* For PR411:Reid Spencer2007-01-301-3/+3
* For PR761:Reid Spencer2007-01-262-7/+5
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-1733-0/+1186
OpenPOWER on IntegriCloud