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
2013-03-19
IndVarSimplify: do not recompute an IV value outside of the loop if :
Arnaud A. de Grandmaison
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-01
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-10-29
In various places throughout the code generator, there were special
Ulrich Weigand
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-19
Indvars: Don't recursively delete instruction during BB iteration.
Benjamin Kramer
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-04
Add a comment to the commit r165187.
Jakub Staszak
2012-10-03
Fix PR13967.
Jakub Staszak
2012-08-29
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-07-18
indvars: drive by heuristics fix.
Andrew Trick
2012-07-18
indvars: Linear function test replace should avoid reusing undef.
Andrew Trick
2012-03-24
More IndVarSimplify cleanup.
Andrew Trick
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
[next]