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
/
IndVarSimplify
Age
Commit message (
Expand
)
Author
2011-07-18
indvars: LinearFunctionTestReplace for non-canonical IVs.
Andrew Trick
2011-07-06
indvars -disable-iv-rewrite: Added SimplifyCongruentIVs.
Andrew Trick
2011-07-02
indvars -disable-iv-rewrite: bug fix involving weird geps and related cleanup.
Andrew Trick
2011-06-30
indvars -disable-iv-rewrite: handle cloning binary operators that cannot over...
Andrew Trick
2011-06-30
indvars -disable-iv-rewrite: handle an edge case involving identity phis.
Andrew Trick
2011-06-29
indvars -disable-iv-rewrite: insert new trunc instructions carefully.
Andrew Trick
2011-06-29
indvars -disable-iv-rewrite: just because SCEV ignores casts doesn't
Andrew Trick
2011-06-28
FileCheckify and prepare for -disable-iv-rewrite.
Andrew Trick
2011-06-21
indvars -disable-iv-rewrite: Adds support for eliminating identity
Andrew Trick
2011-06-17
manually upgrade a bunch of tests to modern syntax, and remove some that
Chris Lattner
2011-06-02
Test case pasto (failed when run with IR verifier).
Andrew Trick
2011-05-31
scev: Better sign-extend removal. Normalize postincrement recurrences
Andrew Trick
2011-05-26
indvars: incremental fixes for -disable-iv-rewrite and testcases.
Andrew Trick
2011-05-25
indvars: fixed IV cloning in -disable-iv-rewrite mode with associated
Andrew Trick
2011-05-24
FileCheck-ize a couple of IV unit tests.
Andrew Trick
2011-05-24
Test case for r130799 - indvars: Added canExpandBackEdgeTakenCount.
Andrew Trick
2011-04-27
Fixes PR9730: indvars: An asserting value handle still pointed to this value
Andrew Trick
2011-03-18
Avoid creating canonical induction variables for non-native types.
Andrew Trick
2010-10-07
Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.
Devang Patel
2010-09-02
more test cleanup
Chris Lattner
2010-09-02
Print the number of uses of a function in the .ll since it can be informative
Duncan Sands
2010-08-30
Correct bogus module triple specifications.
Duncan Sands
2010-07-26
Fix SCEVExpander::visitAddRecExpr so that it remembers the induction variable
Dan Gohman
2010-07-16
Fix this test.
Dan Gohman
2010-07-15
Fix the order that SCEVExpander considers add operands in so that
Dan Gohman
2010-06-29
Fix ScalarEvolution's tripcount computation for chains of loops
Dan Gohman
2010-06-18
Disable indvars on loops when LoopSimplify form is not available.
Dan Gohman
2010-06-17
Remove arm_apcscc from the test files. It is the default and doing this
Rafael Espindola
2010-04-19
Remove the Expr member from IVUsers. Instead of remembering the expression,
Dan Gohman
2010-04-17
Fix declarations in a few more tests.
Nick Lewycky
2010-04-13
Teach ScalarEvolution to simplify smax and umax when it can prove
Dan Gohman
2010-04-13
Teach IndVarSimplify how to eliminate remainder operators where the
Dan Gohman
2010-04-12
Suppress LinearFunctionTestReplace when the computed backedge-taken
Dan Gohman
2010-04-12
Re-apply r101000, with a fix: Don't eliminate an icmp which is part of
Dan Gohman
2010-04-12
Revert 101000, which is breaking self-host builds.
Dan Gohman
2010-04-11
Teach IndVarSimplify how to eliminate comparisons involving induction
Dan Gohman
2010-04-07
add newlines at the end of files.
Chris Lattner
2010-04-03
add integer overflow check for the fp induction variable
Chris Lattner
2010-04-03
fix PR6761, a miscompilation due to the fp->int IV conversion
Chris Lattner
2010-04-03
convert to filecheck
Chris Lattner
2010-04-03
rename feature test.
Chris Lattner
2010-04-03
actually just remove this, will move the real feature test here.
Chris Lattner
2010-04-03
rename test since it is a feature test.
Chris Lattner
2010-04-03
first half of a pass through IndVarSimplify::HandleFloatingPointIV,
Chris Lattner
2010-04-02
Manually notify ScalarEvolution before making an operand replacement, since
Dan Gohman
2010-02-25
Make LoopSimplify change conditional branches in loop exiting blocks
Dan Gohman
2010-02-19
Teach ScalarEvolution how to compute a tripcount for a loop with
Dan Gohman
2010-02-12
Reapply the new LoopStrengthReduction code, with compile time and
Dan Gohman
2010-01-26
-disable-output is no longer needed with -analyze.
Dan Gohman
2010-01-21
Re-implement the main strength-reduction portion of LoopStrengthReduction.
Dan Gohman
[prev]
[next]