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
...
*
Tighten the API for ScalarEvolutionNormalization
Sanjoy Das
2017-04-14
1
-2
/
+1
*
Remove NormalizeAutodetect; NFC
Sanjoy Das
2017-04-14
1
-2
/
+2
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-1
/
+1
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-1
/
+1
*
Revert "[SCEVExpand] do not hoist divisions by zero (PR30935)"
Reid Kleckner
2016-12-12
1
-58
/
+30
*
[SCEVExpand] do not hoist divisions by zero (PR30935)
Sebastian Pop
2016-12-12
1
-30
/
+58
*
[SCEVExpander] Explicitly expand AddRec starts into loop preheader
Sanjoy Das
2016-12-11
1
-5
/
+8
*
Fix comment typos. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
Revert r286437 r286438, they caused PR30976
Nico Weber
2016-11-10
1
-44
/
+32
*
[SCEVExpander] Hoist unsigned divisons when safe
Sanjoy Das
2016-11-10
1
-1
/
+3
*
[SCEVExpander] Don't hoist divisions
Sanjoy Das
2016-11-10
1
-32
/
+42
*
Create a getelementptr instead of sub expr for ValueOffsetPair if the
Wei Mi
2016-09-14
1
-3
/
+22
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-3
/
+2
*
[SCEV] Update interface to handle SCEVExpander insert point motion.
Geoff Berry
2016-08-11
1
-2
/
+1
*
Fix the runtime error caused by "Use ValueOffsetPair to enhance value reuse d...
Wei Mi
2016-08-09
1
-9
/
+20
*
Recommit "Use ValueOffsetPair to enhance value reuse during SCEV expansion".
Wei Mi
2016-08-09
1
-13
/
+17
*
Revert r276136 "Use ValueOffsetPair to enhance value reuse during SCEV expans...
Hans Wennborg
2016-07-26
1
-18
/
+13
*
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
[prev]
[next]