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
*
Re-apply r251050 with a for PR25421
Sanjoy Das
2015-11-05
1
-1
/
+58
*
Revert r251050 to fix miscompile when running Clang -O1
Richard Trieu
2015-11-05
1
-56
/
+1
*
Refactor: Simplify boolean conditional return statements in llvm/lib/Analysis
Alexander Kornienko
2015-11-05
1
-6
/
+3
*
[SCEV][LV] Add SCEV Predicates and use them to re-implement stride versioning
Silviu Baranga
2015-11-02
1
-0
/
+132
*
[SCEV] Fix PR25369
Sanjoy Das
2015-11-02
1
-27
/
+26
*
[SCEV] Don't create SCEV expressions that break LCSSA
Sanjoy Das
2015-10-31
1
-0
/
+5
*
[SCEV] Use auto and range for; NFC
Sanjoy Das
2015-10-31
1
-10
/
+7
*
[SCEV] Generalize the SCEV algorithm for creating expressions for PHI nodes
Silviu Baranga
2015-10-30
1
-14
/
+77
*
[SCEV] Compute max backedge count for loops with "shift ivs"
Sanjoy Das
2015-10-28
1
-0
/
+149
*
Put global classes into the appropriate namespace.
Benjamin Kramer
2015-10-28
1
-0
/
+2
*
[SCEV] Refactor out ScalarEvolution::getDataLayout; NFC
Sanjoy Das
2015-10-27
1
-17
/
+13
*
[ScalarEvolution] Throw away dead code.
Davide Italiano
2015-10-25
1
-17
/
+0
*
[ScalarEvolution] Get rid of NDEBUG in header (correctly this time).
Davide Italiano
2015-10-25
1
-0
/
+6
*
[ScalarEvolution] Get rid of NDEBUG in header.
Davide Italiano
2015-10-25
1
-7
/
+0
*
Extract out getConstantRangeFromMetadata; NFC
Sanjoy Das
2015-10-24
1
-20
/
+3
*
Fix whitespace issues in two places; NFC
Sanjoy Das
2015-10-24
1
-2
/
+2
*
[SCEV] Fix stylistic issue in MatchBinaryAddToConst; NFCI
Sanjoy Das
2015-10-23
1
-1
/
+1
*
[SCEV] Get rid of an unnecessary lambda; NFC
Sanjoy Das
2015-10-23
1
-11
/
+9
*
[SCEV] Fix a latent bug in `getPreStartForExtend`
Sanjoy Das
2015-10-23
1
-1
/
+3
*
[SCEV] Commute zero extends through <nuw> additions
Sanjoy Das
2015-10-22
1
-0
/
+12
*
[SCEV] Opportunistically interpret unsigned constraints as signed
Sanjoy Das
2015-10-22
1
-0
/
+7
*
[SCEV] Teach SCEV some axioms about non-wrapping arithmetic
Sanjoy Das
2015-10-22
1
-2
/
+57
*
[SCEV] Commute sign extends through nsw additions
Sanjoy Das
2015-10-22
1
-0
/
+10
*
[SCEV] Mark AddExprs as nsw or nuw if legal
Sanjoy Das
2015-10-22
1
-5
/
+30
*
[SCEV] Fix whitespace issues and remove extra braces; NFC
Sanjoy Das
2015-10-18
1
-10
/
+7
*
[SCEV] Use std::all_of and std::any_of; NFC
Sanjoy Das
2015-10-18
1
-16
/
+11
*
[SCEV] Use auto where it helps remove line breaks; NFC
Sanjoy Das
2015-10-18
1
-13
/
+6
*
[SCEV] Use range for loops; NFC
Sanjoy Das
2015-10-18
1
-22
/
+17
*
[SCEV] Use `SCEV::isAllOnesValue` directly; NFC.
Sanjoy Das
2015-10-13
1
-8
/
+4
*
[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
[next]