index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
IndVarsSimplify
Age
Commit message (
Expand
)
Author
2009-02-16
Rename IndVarsSimplify to IndVarSimplify, to be consistent with
Dan Gohman
2009-02-14
Extend the IndVarSimplify support for promoting induction variables:
Dan Gohman
2009-02-12
Teach IndVarSimplify to optimize code using the C "int" type for
Dan Gohman
2008-11-25
convertToSignExtendedInteger should return opInvalidOp instead of asserting i...
Evan Cheng
2008-11-18
Give SIToFPInst preference over UIToFPInst because it is faster on platforms ...
Devang Patel
2008-11-17
While handling floating point IVs lift restrictions on initial value and incr...
Devang Patel
2008-11-03
Turn floating point IVs into integer IVs where possible.
Devang Patel
2008-10-04
Allow the construction of SCEVs with SCEVCouldNotCompute operands, by
Nick Lewycky
2008-09-09
if loop induction variable is always sign or zero extended then
Devang Patel
2008-06-15
Fix PR2434. When scanning for exising binary operator to reuse don't
Wojciech Matyjewicz
2008-05-23
Remove lingering references to .llx and .tr in the tests.
Dan Gohman
2008-05-20
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-05-16
Use loop deletion instead of ADCE for removing loops.
Owen Anderson
2008-05-01
Update old-style syntax in some "not grep" tests.
Dan Gohman
2008-04-19
rename *.llx -> *.ll, last batch.
Chris Lattner
2008-03-09
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-03-01
Remove llvm-upgrade and update test cases.
Tanya Lattner
2007-11-25
Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops.
Nick Lewycky
2007-11-23
Fix a bug where we'd try to find a scev value for a bitcast operand,
Chris Lattner
2007-08-15
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-07-19
For PR1553:
Reid Spencer
2007-07-02
Test case for recent patch for IndVarSimplify.cpp
Zhou Sheng
2007-06-29
Convert .cvsignore files
John Criswell
2007-06-06
new testcase for PR1487
Nick Lewycky
2007-04-16
For PR1319:
Reid Spencer
2007-04-16
For PR1319:
Reid Spencer
2007-04-16
For PR1336:
Reid Spencer
2007-04-15
For PR1336:
Reid Spencer
2007-04-15
For PR1319:
Reid Spencer
2007-04-11
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2007-03-28
Remove use of implementation keyword.
Reid Spencer
2007-03-04
New testcases for PR1179/PR1232.
Chris Lattner
2007-01-30
For PR411:
Reid Spencer
2007-01-26
For PR761:
Reid Spencer
2007-01-13
For PR1043:
Reid Spencer
2007-01-08
testcase for PR1097
Chris Lattner
2007-01-07
Simplify the testcase
Chris Lattner
2007-01-07
Testcase for PR1015
Chris Lattner
2006-12-31
For PR950:
Reid Spencer
2006-12-29
Update tests that need to be run through llvm-upgrade. This is necessary
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
2006-12-19
Back out last revision, a bit premature, its not an upgrade-only change.
Reid Spencer
2006-12-19
For PR950:
Reid Spencer
2006-12-11
testcase for a regression introduced by the recent cast patch
Chris Lattner
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-09-21
new testcase
Chris Lattner
2006-06-17
new testcase that crashes indvars
Chris Lattner
2006-04-26
new testcase
Chris Lattner
2006-04-12
Added the ability to xfail based on llvmgcc version
Tanya Lattner
[next]