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-10-12
Removed colons from some target datalayout strings in test, since they don't ...
Lang Hames
2011-10-11
Move replaceCongruentIVs into SCEVExapander and bias toward "expanded"
Andrew Trick
2011-09-28
Test case for r140670: indvars should hoist sext.
Andrew Trick
2011-09-27
Stop emitting instructions with the name "tmp" they eat up memory and have to...
Benjamin Kramer
2011-09-19
[indvars] Fix PR10946: SCEV cannot handle Vector IVs.
Andrew Trick
2011-09-15
Reapply r139759. Disable IV rewriting by default. See PR10916.
Andrew Trick
2011-09-13
[indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. P...
Andrew Trick
2011-09-13
Disable IV rewriting by default. See PR10916.
Andrew Trick
2011-09-13
[indvars] Fix bugs in floating point IV range checks noticed by inspection.
Andrew Trick
2011-09-12
Conditionalize indvars test that relies on SCEV expansion of geps,
Andrew Trick
2011-09-12
indvars test only relevant for -enable-iv-rewrite.
Andrew Trick
2011-09-12
Conditionalize indvars tests that rely on SCEV expansion of geps,
Andrew Trick
2011-09-12
Removing indvars tests that directly test canonical IVs and nothing else.
Andrew Trick
2011-09-12
Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for def...
Andrew Trick
2011-09-12
Test case for r139453, WidenIV::GetExtendedOperandRecurrence.
Andrew Trick
2011-09-01
Update to new EH scheme.
Bill Wendling
2011-08-26
Don't sink landingpad instructions during ind-var simplification.
Bill Wendling
2011-08-06
Made SCEV's UDiv expressions more canonical. When dividing a
Andrew Trick
2011-07-20
indvars: Added getInsertPointForUses to find a valid place to truncate the IV.
Andrew Trick
2011-07-20
indvars test case for r135558.
Andrew Trick
2011-07-20
indvars -disable-iv-rewrite fix: derived GEP IVs
Andrew Trick
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
[next]