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
/
lib
/
Transforms
/
Scalar
/
IndVarSimplify.cpp
Age
Commit message (
Expand
)
Author
2012-03-22
Remove -enable-iv-rewrite, which has been unsupported since 3.0.
Andrew Trick
2012-03-16
LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
Andrew Trick
2012-02-19
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-01-28
Fix typo.
Nick Lewycky
2012-01-20
SCEVExpander fixes. Affects LSR and indvars.
Andrew Trick
2011-12-12
Indvars: guard against exponential behavior in isHighCostExpansion.
Andrew Trick
2011-12-05
Add support for vectors of pointers.
Nadav Rotem
2011-11-29
SCEV fix. In general, Add/Mul expressions should not inherit NSW/NUW.
Andrew Trick
2011-11-26
Move code into anonymous namespaces.
Benjamin Kramer
2011-11-02
Rewrite LinearFunctionTestReplace to handle pointer-type IVs.
Andrew Trick
2011-11-02
Add parentheses to disambiguate the precedence of these operations and
Chandler Carruth
2011-11-02
Broaden an assert to handle enable-iv-rewrite=true following r143183.
Andrew Trick
2011-10-28
LFTR should avoid a type mismatch with null pointer IVs.
Andrew Trick
2011-10-27
It is not safe to sink an alloca into a stacksave/stackrestore pair, so don't...
Eli Friedman
2011-10-15
Fix indvars randomness by removing iteration over a map.
Andrew Trick
2011-10-11
Move replaceCongruentIVs into SCEVExapander and bias toward "expanded"
Andrew Trick
2011-09-28
indvars should hoist [sz]ext because licm is not rerun.
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
Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for def...
Andrew Trick
2011-09-10
[disable-iv-rewrite] Allow WidenIV to handle NSW/NUW operations
Andrew Trick
2011-09-09
Comment formatting.
Andrew Trick
2011-09-06
Add -verify-indvars for imperfect SCEV trip count verification after indvars.
Andrew Trick
2011-08-26
Don't sink landingpad instructions during ind-var simplification.
Bill Wendling
2011-08-24
Use getFirstInsertionPt instead of getFirstNonPHI so that it skips to the proper
Bill Wendling
2011-08-10
Cleanup. Make ScalarEvolution an explicit argument of the
Andrew Trick
2011-08-10
Added a SimplifyIndVar utility to simplify induction variable users
Andrew Trick
2011-08-06
Made SCEV's UDiv expressions more canonical. When dividing a
Andrew Trick
2011-07-21
Cleanup: make std::pair usage slightly less indecipherable without actually n...
Andrew Trick
2011-07-21
move tier out of an anonymous namespace, it doesn't make sense
Chris Lattner
2011-07-20
Fix a GCC warning.
Jay Foad
2011-07-20
indvars: Added getInsertPointForUses to find a valid place to truncate the IV.
Andrew Trick
2011-07-20
indvars -disable-iv-rewrite: Add NarrowIVDefUse to cache def-use
Andrew Trick
2011-07-20
indvars -disable-iv-rewrite fix: derived GEP IVs
Andrew Trick
2011-07-18
Compiler warning.
Andrew Trick
2011-07-18
indvars: LinearFunctionTestReplace for non-canonical IVs.
Andrew Trick
2011-07-18
indvars: Added verification that LFTR and other indvars goodness does
Andrew Trick
2011-07-18
indvars: Added isHighCostExpansion. Avoid generating extra ops in the
Andrew Trick
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-16
indvars: fix a pass-sensitivity issue that would hit the SCEVExpander
Andrew Trick
2011-07-16
indvars: remove ExprToIVMap because it won't be needed by LFTR.
Andrew Trick
2011-07-12
indvars: Code reorganization in preparation for
Andrew Trick
2011-07-06
indvars -disable-iv-rewrite: ExprToMap lives in Pass data, so be more
Andrew Trick
2011-07-06
indvars -disable-iv-rewrite: Added SimplifyCongruentIVs.
Andrew Trick
2011-07-05
Preserve debug loc.
Devang Patel
2011-07-05
indvars -disable-iv-rewrite: avoid multiple IVs in weird cases.
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
[next]