index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
LoopStrengthReduce.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
LSR critical edge splitting fix for PR13756.
Andrew Trick
2012-09-18
1
-11
/
+15
*
Release build: guard dump functions with
Manman Ren
2012-09-12
1
-7
/
+7
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
1
-0
/
+14
*
Don't bind a reference to a dereferenced null pointer (for return value of We...
Richard Smith
2012-08-21
1
-1
/
+2
*
Reapply r160340. LSR: Limit CollectSubexprs.
Andrew Trick
2012-07-17
1
-28
/
+52
*
Revert "LSR: try not to blow up solving combinatorial problems brute force."
Andrew Trick
2012-07-17
1
-51
/
+28
*
LSR: try not to blow up solving combinatorial problems brute force.
Andrew Trick
2012-07-17
1
-28
/
+51
*
LSR Fix: check SCEV expression safety before expansion.
Andrew Trick
2012-07-13
1
-1
/
+1
*
LSR: fix expansion of scaled reg in non-address type formulae.
Andrew Trick
2012-06-15
1
-13
/
+17
*
LSR fix: "Special" users are just like "Basic" users but allow -1 scale.
Andrew Trick
2012-06-15
1
-2
/
+2
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
Make sure HoistInsertPosition finds a position that is dominated by all
Rafael Espindola
2012-04-30
1
-1
/
+1
*
Break up getProfitableChainIncrement().
Jakob Stoklund Olesen
2012-04-26
1
-39
/
+47
*
Turn IVChain into a struct.
Jakob Stoklund Olesen
2012-04-26
1
-19
/
+42
*
Print IV chain numbers while collecting them.
Jakob Stoklund Olesen
2012-04-25
1
-4
/
+5
*
loop-reduce: Add an early bailout to catch extremely large loops.
Andrew Trick
2012-04-18
1
-0
/
+17
*
Pass the right sign to TLI->isLegalICmpImmediate.
Jakob Stoklund Olesen
2012-04-05
1
-2
/
+11
*
LSR ivchain bug fix: corner case with ConstantExpr.
Andrew Trick
2012-03-26
1
-2
/
+3
*
comment typo
Andrew Trick
2012-03-26
1
-1
/
+1
*
LSR cleanup: potential bug caught by PVS-Studio.
Andrew Trick
2012-03-26
1
-2
/
+3
*
Remove -enable-lsr-retry in time for 3.1.
Andrew Trick
2012-03-22
1
-20
/
+10
*
Remove -enable-lsr-nested in time for 3.1.
Andrew Trick
2012-03-22
1
-29
/
+10
*
LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
Andrew Trick
2012-03-16
1
-6
/
+9
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+1
*
Handle a corner case with IV chain collection with bailout instead of assert.
Andrew Trick
2012-01-20
1
-2
/
+6
*
SCEVExpander fixes. Affects LSR and indvars.
Andrew Trick
2012-01-20
1
-7
/
+19
*
LSR fix: broaden the check for loop preheaders.
Andrew Trick
2012-01-17
1
-5
/
+13
*
Enable LSR IV Chains with sufficient heuristics.
Andrew Trick
2012-01-10
1
-5
/
+210
*
Adding IV chain generation to LSR.
Andrew Trick
2012-01-09
1
-5
/
+228
*
Adding collection of IV chains to LSR.
Andrew Trick
2012-01-09
1
-0
/
+242
*
"Minor LSR debugging stuff"
Andrew Trick
2012-01-09
1
-1
/
+4
*
Enable redundant phi elimination after LSR.
Andrew Trick
2012-01-07
1
-1
/
+3
*
LSR: Don't optimize loops if an outer loop has no preheader.
Andrew Trick
2012-01-07
1
-1
/
+8
*
LSR: run DeleteDeadPhis before replaceCongruentPhis.
Andrew Trick
2012-01-07
1
-19
/
+15
*
Extended replaceCongruentPhis to handle mixed phi types.
Andrew Trick
2012-01-07
1
-2
/
+2
*
Cleanup. Clarify LSRInstance public methods.
Andrew Trick
2011-12-13
1
-1
/
+1
*
LSR: ignore strides in outer loops.
Andrew Trick
2011-12-10
1
-1
/
+2
*
LSR: prune undesirable formulae early.
Andrew Trick
2011-12-06
1
-46
/
+85
*
Move code into anonymous namespaces.
Benjamin Kramer
2011-11-26
1
-7
/
+5
*
Fix MSVC warnings by adding a cast.
Nadav Rotem
2011-11-15
1
-4
/
+4
*
Avoid undefined behavior in negation in LSR. Patch by Ahmed Charles.
Eli Friedman
2011-10-13
1
-2
/
+2
*
Add experimental -enable-lsr-phielim option.
Andrew Trick
2011-10-11
1
-0
/
+22
*
LSR should only reuse phis that match its formula.
Andrew Trick
2011-10-07
1
-0
/
+1
*
LSR should avoid redundant edge splitting.
Andrew Trick
2011-10-04
1
-1
/
+3
*
typo + pasto
Andrew Trick
2011-09-29
1
-2
/
+2
*
LSR: rewrite inner loops only.
Andrew Trick
2011-09-29
1
-5
/
+21
*
Disable LSR retry by default.
Andrew Trick
2011-09-27
1
-0
/
+16
*
LSR, one of the new Cost::isLoser() checks did not get merged in the previous...
Andrew Trick
2011-09-26
1
-2
/
+6
*
LSR cost metric minor fix and verification.
Andrew Trick
2011-09-26
1
-3
/
+26
*
LSR minor bug fix in RateRegister.
Andrew Trick
2011-09-23
1
-1
/
+1
[next]