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
/
ScalarEvolution.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[SCEV] Put some utilites in the ScalarEvolution class
Sanjoy Das
2015-10-13
1
-18
/
+22
*
SCEV: Allow simple AddRec * Parameter products in delinearization
Tobias Grosser
2015-10-12
1
-3
/
+83
*
[SCEV] Call `StrengthenNoWrapFlags` after `GroupByComplexity`; NFCI
Sanjoy Das
2015-10-09
1
-4
/
+4
*
[SCEV] Bring some methods up to coding style; NFC
Sanjoy Das
2015-10-08
1
-32
/
+27
*
[SCEV] Remove comment repeated in cpp file; NFC
Sanjoy Das
2015-10-08
1
-5
/
+0
*
[SCEV] Pick backedge values for phi nodes correctly
Sanjoy Das
2015-10-08
1
-10
/
+33
*
[SCEV] Check `Pred` first in isKnownPredicateViaSplitting
Sanjoy Das
2015-10-08
1
-2
/
+2
*
[SCEV] Use `auto *` instead of `auto`; NFCI
Sanjoy Das
2015-10-08
1
-7
/
+7
*
Revert "Revert "This patch builds on top of D13378 to handle constant conditi...
Mehdi Amini
2015-10-07
1
-0
/
+5
*
[SCEV] Use some C++11'ism, NFC
Sanjoy Das
2015-10-07
1
-26
/
+21
*
Revert "This patch builds on top of D13378 to handle constant condition."
James Molloy
2015-10-07
1
-5
/
+0
*
This patch builds on top of D13378 to handle constant condition.
Mehdi Amini
2015-10-06
1
-0
/
+5
*
Try to appease MSVC, NFCI.
Sanjoy Das
2015-10-03
1
-90
/
+91
*
Try to appease the MSVC bots, NFCI.
Sanjoy Das
2015-10-03
1
-1
/
+1
*
Try to appease the MSVC bots, NFC.
Sanjoy Das
2015-10-02
1
-1
/
+2
*
[SCEV] Recognize simple br-phi patterns
Sanjoy Das
2015-10-02
1
-141
/
+284
*
[SCEV] Refactor out a createNodeForSelect
Sanjoy Das
2015-10-02
1
-88
/
+100
*
[SCEV] Try to prove predicates by splitting them
Sanjoy Das
2015-10-02
1
-3
/
+33
*
[SCEV] Don't crash on pointer comparisons
Sanjoy Das
2015-09-28
1
-2
/
+1
*
[SCEV] identical instructions don't compute equal values
Sanjoy Das
2015-09-27
1
-1
/
+8
*
[SCEV] Reapply 'Teach isLoopBackedgeGuardedByCond to exploit trip counts'
Sanjoy Das
2015-09-25
1
-0
/
+16
*
[SCEV] Reapply 'Exploit A < B => (A+K) < (B+K) when possible'
Sanjoy Das
2015-09-25
1
-0
/
+143
*
Revert two SCEV changes that caused test failures in clang.
Sanjoy Das
2015-09-25
1
-159
/
+0
*
[SCEV] Teach isLoopBackedgeGuardedByCond to exploit trip counts.
Sanjoy Das
2015-09-25
1
-0
/
+16
*
[SCEV] Extract helper function from isImpliedCond; NFC
Sanjoy Das
2015-09-25
1
-0
/
+8
*
[SCEV] Exploit A < B => (A+K) < (B+K) when possible
Sanjoy Das
2015-09-25
1
-0
/
+143
*
[SCEV] Introduce ScalarEvolution::getOne and getZero.
Sanjoy Das
2015-09-23
1
-21
/
+20
*
[SCEV] Use SaveAndRestore<T> instead of a hand rolled struct; NFCI.
Sanjoy Das
2015-09-22
1
-13
/
+2
*
[SCEV] Use auto instead of full iterator type; NFCI.
Sanjoy Das
2015-09-17
1
-2
/
+1
*
ScalarEvolution: added tmp to avoid use-after-dtor in for loop.
Naomi Musgrave
2015-09-16
1
-2
/
+5
*
[SCEV] Consistently Handle Expressions That Cannot Be Divided
Matthew Simpson
2015-09-10
1
-36
/
+26
*
[ScalarEvolution] Fix PR24757.
Sanjoy Das
2015-09-10
1
-2
/
+42
*
ScalarEvolution assume hanging bugfix
Piotr Padlewski
2015-09-09
1
-13
/
+13
*
[SCEV] Fix GCC 4.8.0 ICE in lambda function
Hal Finkel
2015-08-19
1
-7
/
+3
*
Make ScalarEvolution::isKnownPredicate a little smarter
Hal Finkel
2015-08-19
1
-1
/
+38
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-107
/
+147
*
[SCEV] Apply NSW and NUW flags via poison value analysis for sub, mul and shl
Bjarke Hammersholt Roune
2015-08-14
1
-34
/
+79
*
[IndVars] Fix PR24356.
Sanjoy Das
2015-08-06
1
-36
/
+30
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-08-06
1
-2
/
+1
*
[SCEV] Apply NSW and NUW flags via poison value analysis
Jingyue Wu
2015-07-28
1
-25
/
+107
*
[IndVars] Make loop varying predicates loop invariant.
Sanjoy Das
2015-07-27
1
-0
/
+133
*
[ScalarEvolution] Change addRequired to addRequiredTransitive on two passes w...
Craig Topper
2015-07-23
1
-2
/
+2
*
Fix -Wextra-semi warnings.
Hans Wennborg
2015-07-22
1
-1
/
+1
*
[SCEV][NFC] Fix a typo in a comment.
Sanjoy Das
2015-07-21
1
-6
/
+6
*
Move delinearization from SCEVAddRecExpr to ScalarEvolution
Tobias Grosser
2015-06-29
1
-16
/
+20
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-9
/
+9
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-9
/
+9
*
[ScalarEvolution] refactor: extract interface getGEPExpr
Jingyue Wu
2015-05-18
1
-41
/
+55
*
Fix a type mismatch assert in SCEV division
Brendon Cahoon
2015-04-22
1
-0
/
+8
*
Recognize n/1 in the SCEV divide function
Brendon Cahoon
2015-04-20
1
-0
/
+7
[prev]
[next]