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
*
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
*
Opaque Pointer Types: GEP API migrations to specify the gep type explicitly
David Blaikie
2015-03-24
1
-2
/
+3
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
[SCEV] Fix PR22856.
Sanjoy Das
2015-03-13
1
-3
/
+6
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-73
/
+33
*
SCEVExpander incorrectly marks generated subtractions as nuw/nsw
Sanjoy Das
2015-02-26
1
-3
/
+6
*
Bugfix: SCEVExpander incorrectly marks increment operations as no-wrap
Sanjoy Das
2015-02-25
1
-2
/
+34
*
Revert r230280: "Bugfix: SCEVExpander incorrectly marks increment operations ...
Hans Wennborg
2015-02-24
1
-31
/
+2
*
Bugfix: SCEVExpander incorrectly marks increment operations as no-wrap
Sanjoy Das
2015-02-23
1
-2
/
+31
*
Revert 230275.
Sanjoy Das
2015-02-23
1
-31
/
+2
*
Fix bug 22641
Sanjoy Das
2015-02-23
1
-2
/
+31
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-1
/
+1
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-1
/
+1
[next]