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
/
LoopStrengthReduce.cpp
Age
Commit message (
Expand
)
Author
2012-07-17
Reapply r160340. LSR: Limit CollectSubexprs.
Andrew Trick
2012-07-17
Revert "LSR: try not to blow up solving combinatorial problems brute force."
Andrew Trick
2012-07-17
LSR: try not to blow up solving combinatorial problems brute force.
Andrew Trick
2012-07-13
LSR Fix: check SCEV expression safety before expansion.
Andrew Trick
2012-06-15
LSR: fix expansion of scaled reg in non-address type formulae.
Andrew Trick
2012-06-15
LSR fix: "Special" users are just like "Basic" users but allow -1 scale.
Andrew Trick
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-04-30
Make sure HoistInsertPosition finds a position that is dominated by all
Rafael Espindola
2012-04-26
Break up getProfitableChainIncrement().
Jakob Stoklund Olesen
2012-04-26
Turn IVChain into a struct.
Jakob Stoklund Olesen
2012-04-25
Print IV chain numbers while collecting them.
Jakob Stoklund Olesen
2012-04-18
loop-reduce: Add an early bailout to catch extremely large loops.
Andrew Trick
2012-04-05
Pass the right sign to TLI->isLegalICmpImmediate.
Jakob Stoklund Olesen
2012-03-26
LSR ivchain bug fix: corner case with ConstantExpr.
Andrew Trick
2012-03-26
comment typo
Andrew Trick
2012-03-26
LSR cleanup: potential bug caught by PVS-Studio.
Andrew Trick
2012-03-22
Remove -enable-lsr-retry in time for 3.1.
Andrew Trick
2012-03-22
Remove -enable-lsr-nested in time for 3.1.
Andrew Trick
2012-03-16
LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
Andrew Trick
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
Handle a corner case with IV chain collection with bailout instead of assert.
Andrew Trick
2012-01-20
SCEVExpander fixes. Affects LSR and indvars.
Andrew Trick
2012-01-17
LSR fix: broaden the check for loop preheaders.
Andrew Trick
2012-01-10
Enable LSR IV Chains with sufficient heuristics.
Andrew Trick
2012-01-09
Adding IV chain generation to LSR.
Andrew Trick
2012-01-09
Adding collection of IV chains to LSR.
Andrew Trick
2012-01-09
"Minor LSR debugging stuff"
Andrew Trick
2012-01-07
Enable redundant phi elimination after LSR.
Andrew Trick
2012-01-07
LSR: Don't optimize loops if an outer loop has no preheader.
Andrew Trick
2012-01-07
LSR: run DeleteDeadPhis before replaceCongruentPhis.
Andrew Trick
2012-01-07
Extended replaceCongruentPhis to handle mixed phi types.
Andrew Trick
2011-12-13
Cleanup. Clarify LSRInstance public methods.
Andrew Trick
2011-12-10
LSR: ignore strides in outer loops.
Andrew Trick
2011-12-06
LSR: prune undesirable formulae early.
Andrew Trick
2011-11-26
Move code into anonymous namespaces.
Benjamin Kramer
2011-11-15
Fix MSVC warnings by adding a cast.
Nadav Rotem
2011-10-13
Avoid undefined behavior in negation in LSR. Patch by Ahmed Charles.
Eli Friedman
2011-10-11
Add experimental -enable-lsr-phielim option.
Andrew Trick
2011-10-07
LSR should only reuse phis that match its formula.
Andrew Trick
2011-10-04
LSR should avoid redundant edge splitting.
Andrew Trick
2011-09-29
typo + pasto
Andrew Trick
2011-09-29
LSR: rewrite inner loops only.
Andrew Trick
2011-09-27
Disable LSR retry by default.
Andrew Trick
2011-09-26
LSR, one of the new Cost::isLoser() checks did not get merged in the previous...
Andrew Trick
2011-09-26
LSR cost metric minor fix and verification.
Andrew Trick
2011-09-23
LSR minor bug fix in RateRegister.
Andrew Trick
2011-08-25
LSR wants to split the landing pad's critical edge. Let it do it, but use the
Bill Wendling
2011-08-25
When inserting new instructions, use getFirstInsertionPt instead of
Bill Wendling
2011-08-24
Skip the landingpad instruction when determining the insertion point.
Bill Wendling
2011-07-21
LSR, correct fix for rdar://9786536. Silly casting bug.
Andrew Trick
[next]