index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Analysis
/
ScalarEvolutionExpander.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use ValueOffsetPair to enhance value reuse during SCEV expansion.
Wei Mi
2016-07-20
1
-13
/
+18
*
Fix ScalarEvolutionExpander step scaling bug
Keno Fischer
2016-07-13
1
-0
/
+7
*
Avoid output indeterminism between GCC and Clang builds.
Patrik Hagglund
2016-06-20
1
-2
/
+6
*
[SCEV] Keep SCEVExpander insert points consistent.
Geoff Berry
2016-06-01
1
-35
/
+52
*
[SCEVExpander] Fix a failed cast<> assertion
Sanjoy Das
2016-05-11
1
-43
/
+47
*
[SCEVExpander] Don't break SSA in replaceCongruentIVs
Sanjoy Das
2016-05-11
1
-2
/
+1
*
[SCEVExpander] Clang format expressions; NFC
Sanjoy Das
2016-05-10
1
-17
/
+16
*
[SCEV] Improve the run-time checking of the NoWrap predicate
Silviu Baranga
2016-04-25
1
-19
/
+63
*
Remove emacs mode markers from .cpp files. NFC
Nick Lewycky
2016-04-24
1
-1
/
+1
*
Re-commit [SCEV] Introduce a guarded backedge taken count and use it in LAA a...
Silviu Baranga
2016-04-08
1
-1
/
+3
*
Revert r265535 until we know how we can fix the bots
Silviu Baranga
2016-04-06
1
-3
/
+1
*
[SCEV] Introduce a guarded backedge taken count and use it in LAA and LV
Silviu Baranga
2016-04-06
1
-1
/
+3
*
[IndVars] Fix PR26974: make sure replaceCongruentIVs doesn't break LCSSA
Silviu Baranga
2016-03-21
1
-0
/
+1
*
ADT: Remove == and != comparisons between ilist iterators and pointers
Duncan P. N. Exon Smith
2016-02-21
1
-3
/
+3
*
[SCEVExpander] Make findExistingExpansion smarter
Junmo Park
2016-02-16
1
-25
/
+35
*
This patch is to fix PR26529 caused by r259736.
Wei Mi
2016-02-09
1
-4
/
+3
*
[SCEV][LAA] Re-commit r260085 and r260086, this time with a fix for the memory
Silviu Baranga
2016-02-08
1
-0
/
+68
*
Revert r260086 and r260085. They have broken the memory
Silviu Baranga
2016-02-08
1
-68
/
+0
*
[SCEV][LAA] Add no wrap SCEV predicates and use use them to improve strided p...
Silviu Baranga
2016-02-08
1
-0
/
+68
*
Fix a regression for r259736.
Wei Mi
2016-02-04
1
-3
/
+10
*
[SCEV] Try to reuse existing value during SCEV expansion
Wei Mi
2016-02-04
1
-1
/
+27
*
[ScalarEvolutionExpander] Simplify findInsertPointAfter
David Majnemer
2016-02-03
1
-8
/
+6
*
Revert r259662, which caused regressions on polly tests.
Wei Mi
2016-02-03
1
-25
/
+1
*
[SCEV] Try to reuse existing value during SCEV expansion
Wei Mi
2016-02-03
1
-1
/
+25
*
[SCEV] Add and use SCEVConstant::getAPInt; NFCI
Sanjoy Das
2015-12-17
1
-12
/
+7
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
1
-2
/
+0
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-8
/
+2
*
[SCEVExpander] Have hoistIVInc preserve LCSSA
Sanjoy Das
2015-12-08
1
-0
/
+3
*
[SCEVExpander] Use C++isms; NFC
Sanjoy Das
2015-11-21
1
-43
/
+28
*
ADT: Remove last implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-11-07
1
-3
/
+3
*
Fix PR25372 - teach replaceCongruentPHIs to handle cases where SE evaluates a...
Silviu Baranga
2015-11-03
1
-1
/
+14
*
[SCEV][LV] Add SCEV Predicates and use them to re-implement stride versioning
Silviu Baranga
2015-11-02
1
-0
/
+37
*
[ScalarEvolutionExpander] PHI on a catchpad can be used on both edges
David Majnemer
2015-10-27
1
-11
/
+5
*
[ScalarEvolutionExpander] Properly insert no-op casts + EH Pads
David Majnemer
2015-10-27
1
-15
/
+40
*
Analysis: Remove implicit ilist iterator conversions
Duncan P. N. Exon Smith
2015-10-10
1
-27
/
+29
*
[ScalarEvolutionExpander] Reuse findExistingExpansion during expansion cost c...
Igor Laevsky
2015-08-17
1
-19
/
+11
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-35
/
+32
*
[IR] Give catchret an optional 'return value' operand
David Majnemer
2015-08-15
1
-0
/
+2
*
[IndVarSimplify] Make cost estimation in RewriteLoopExitValues smarter
Igor Laevsky
2015-08-10
1
-6
/
+44
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-2
/
+2
*
[LSR] canonicalize Prod*(1<<C) to Prod<<C
Jingyue Wu
2015-06-24
1
-5
/
+12
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Fix "the the" in comments.
Eric Christopher
2015-06-19
1
-1
/
+1
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-3
/
+3
*
Enable exitValue rewrite only when the cost of expansion is low.
Wei Mi
2015-05-28
1
-9
/
+25
*
[SCEV] Strengthen SCEVExpander::isHighCostExpansion.
Sanjoy Das
2015-04-14
1
-6
/
+17
*
[SCEV] Refactor out isHighCostExpansion. NFCI.
Sanjoy Das
2015-04-14
1
-0
/
+56
*
[opaque pointer type] More GEP API migrations in IRBuilder uses
David Blaikie
2015-04-03
1
-1
/
+1
*
[opaque pointer type] API migration for GEP constant factories
David Blaikie
2015-04-02
1
-1
/
+2
[next]