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
*
[NFC] Rename isKnownViaSimpleReasoning to isKnownViaNonRecursiveReasoning
Max Kazantsev
2018-02-15
1
-15
/
+15
*
[SCEV] Favor isKnownViaSimpleReasoning over constant ranges check
Max Kazantsev
2018-02-15
1
-6
/
+6
*
Adding a width of the GEP index to the Data Layout.
Elena Demikhovsky
2018-02-14
1
-0
/
+2
*
[SCEV] Make getPostIncExpr guaranteed to return AddRec
Max Kazantsev
2018-02-12
1
-0
/
+25
*
Re-enable "[SCEV] Make isLoopEntryGuardedByCond a bit smarter"
Max Kazantsev
2018-02-07
1
-5
/
+57
*
Revert [SCEV] Make isLoopEntryGuardedByCond a bit smarter
Serguei Katkov
2018-02-07
1
-57
/
+5
*
[SCEV] Make isLoopEntryGuardedByCond a bit smarter
Max Kazantsev
2018-02-07
1
-5
/
+57
*
Re-apply [SCEV] Fix isLoopEntryGuardedByCond usage
Serguei Katkov
2018-02-05
1
-3
/
+12
*
Revert [SCEV] Fix isLoopEntryGuardedByCond usage
Serguei Katkov
2018-01-22
1
-10
/
+2
*
[SCEV] Fix isLoopEntryGuardedByCond usage
Serguei Katkov
2018-01-22
1
-2
/
+10
*
[SCEV] Do not cache S -> V if S is not equivalent of V
Serguei Katkov
2018-01-09
1
-1
/
+19
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-16
/
+8
*
[SCEV] Missing depth propagation in recursive call
Max Kazantsev
2017-12-29
1
-1
/
+1
*
[SCEV] Do not insert if it is already in cache
Serguei Katkov
2017-12-27
1
-2
/
+10
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-0
/
+1
*
[LV] Support efficient vectorization of an induction with redundant casts
Dorit Nuzman
2017-12-14
1
-6
/
+30
*
[SCEV] Fix wrong Equal predicate created in getAddRecForPhiWithCasts
Dorit Nuzman
2017-12-10
1
-6
/
+9
*
[NFC] Rename variable from Cond to Pred to make it more sound
Max Kazantsev
2017-12-08
1
-12
/
+12
*
[SCEV] Fix predicate usage in computeExitLimitFromICmp
Max Kazantsev
2017-12-08
1
-1
/
+2
*
[SCEV][NFC] Check NoWrap flags before lexicographical comparison of SCEVs
Max Kazantsev
2017-12-06
1
-0
/
+8
*
[SCEV][NFC] Share value cache between SCEVs in GroupByComplexity
Max Kazantsev
2017-12-06
1
-22
/
+26
*
[SCEV] Use a "Discovered" set instead of a "Visited" set; NFC
Sanjoy Das
2017-12-04
1
-4
/
+3
*
[SCEV] A different fix for PR33494
Sanjoy Das
2017-12-04
1
-29
/
+26
*
Mark all library options as hidden.
Zachary Turner
2017-12-01
1
-4
/
+4
*
[SCEV][NFC] Remove condition that can never happen due to check few lines above
Max Kazantsev
2017-11-29
1
-2
/
+0
*
[SCEV][NFC] More efficient caching in CompareValueComplexity
Max Kazantsev
2017-11-28
1
-4
/
+4
*
[SCEV][NFC] More efficient caching in CompareSCEVComplexity
Max Kazantsev
2017-11-28
1
-8
/
+9
*
[SCEV] Adding a check on outgoing branches of a terminator instr for SCEVBack...
Jatin Bhateja
2017-11-26
1
-10
/
+13
*
[SCEV] NFC : Removing unnecessary check on outgoing branches of a branch instr.
Jatin Bhateja
2017-11-26
1
-2
/
+1
*
[SCEV] Strengthen variance condition in calculateLoopDisposition
Max Kazantsev
2017-11-22
1
-2
/
+4
*
[SCEV] simplify loop. NFC.
Javed Absar
2017-11-16
1
-2
/
+2
*
Fix clang -Wsometimes-uninitialized warning in SCEV code
Reid Kleckner
2017-11-13
1
-1
/
+1
*
[SCEV] Handling for ICmp occuring in the evolution chain.
Jatin Bhateja
2017-11-13
1
-7
/
+87
*
[SCEV] Fix an assertion failure in the max backedge taken count
Sanjoy Das
2017-10-25
1
-11
/
+10
*
Add a comment to clarify a future change
Sanjoy Das
2017-10-25
1
-2
/
+3
*
Revert "[ScalarEvolution] Handling for ICmp occuring in the evolution chain."
Sanjoy Das
2017-10-18
1
-42
/
+3
*
[ScalarEvolution] Handling for ICmp occuring in the evolution chain.
Jatin Bhateja
2017-10-18
1
-3
/
+42
*
Revert "[SCEV] Maintain and use a loop->loop invalidation dependency"
Sanjoy Das
2017-10-17
1
-49
/
+31
*
[SCEV] Rename getMaxBECount and update comments. NFC
Anna Thomas
2017-10-16
1
-8
/
+8
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[SCEV] Maintain and use a loop->loop invalidation dependency
Sanjoy Das
2017-10-13
1
-31
/
+49
*
[SCEV] Teach SCEV to find maxBECount when loop endbound is variant
Anna Thomas
2017-10-13
1
-34
/
+56
*
[SCEV] Maintain loop use lists, and use them in forgetLoop
Sanjoy Das
2017-10-13
1
-0
/
+38
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
[SCEV] Properly handle the case of a non-constant start with a zero accum in ...
Daniel Neilson
2017-10-11
1
-2
/
+1
*
Remove trailing whitespaces.
Michael Liao
2017-09-25
1
-41
/
+41
*
[SCEV] Generalize folding of trunc(x)+n*trunc(y) into folding m*trunc(x)+n*tr...
Daniel Neilson
2017-09-22
1
-6
/
+17
*
[ScalarEvolution] Refactor forgetLoop() to improve performance
Marcello Maggioni
2017-09-11
1
-40
/
+45
*
[SCEV] Ensure ScalarEvolution::createAddRecFromPHIWithCastsImpl properly hand...
Daniel Neilson
2017-09-05
1
-15
/
+59
*
[SCEV] Add URem support to SCEV
Alexandre Isoard
2017-09-01
1
-0
/
+31
[next]