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][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
*
[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; ...
Eugene Zelenko
2017-08-18
1
-82
/
+105
*
[SCEV] Preserve NSW information for sext(subtract).
Amara Emerson
2017-08-04
1
-3
/
+29
*
[SCEV] Re-enable "Cache results of computeExitLimit"
Max Kazantsev
2017-08-03
1
-2
/
+37
*
[SCEV/IndVars] Always compute loop exiting values if the backedge count is 0
Sanjoy Das
2017-08-01
1
-0
/
+19
*
[SCEV] Change an early exit to an assert; NFC
Sanjoy Das
2017-07-29
1
-2
/
+2
*
[SCEV] Do not visit nodes twice in containsConstantSomewhere
Max Kazantsev
2017-07-28
1
-13
/
+20
*
Revert "[SCEV] Cache results of computeExitLimit"
Sanjoy Das
2017-07-28
1
-21
/
+0
*
[SCEV] Cache results of computeExitLimit
Max Kazantsev
2017-07-26
1
-0
/
+21
*
[SCEV] Remove unnecessary call to forgetMemoizedResults
Sanjoy Das
2017-07-26
1
-3
/
+0
*
[SCEV] Limit max size of AddRecExpr during evolving
Max Kazantsev
2017-07-23
1
-0
/
+11
*
PSCEV] Create AddRec for Phis in cases of possible integer overflow,
Dorit Nuzman
2017-07-18
1
-13
/
+372
*
[Constants] Replace calls to ConstantInt::equalsInt(0)/equalsInt(1) with isZe...
Craig Topper
2017-07-06
1
-3
/
+3
*
[Constants] If we already have a ConstantInt*, prefer to use isZero/isOne/isM...
Craig Topper
2017-07-06
1
-7
/
+7
*
[SCEV] Use depth limit instead of local cache for SExt and ZExt
Max Kazantsev
2017-06-30
1
-124
/
+119
*
Reverting r306695 while investigating failing test case.
Alexandre Isoard
2017-06-29
1
-26
/
+0
*
ScalarEvolution: Add URem support
Alexandre Isoard
2017-06-29
1
-0
/
+26
*
[SCEV] Avoid copying ConstantRange just to get the min/max value
Craig Topper
2017-06-24
1
-67
/
+62
*
[SCEV] Make MulOpsInlineThreshold lower to avoid excessive compilation time
Max Kazantsev
2017-06-21
1
-1
/
+1
*
[SCEV][NFC] Fix a misleading description of AddOpsInlineThreshold
Max Kazantsev
2017-06-20
1
-1
/
+1
*
[ScalarEvolution] Apply Depth limit to getMulExpr
Max Kazantsev
2017-06-15
1
-53
/
+76
[prev]
[next]