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
...
*
Reapply "[LoopUnroll] Use the upper bound of the loop trip count to fullly un...
Haicheng Wu
2016-10-12
1
-10
/
+20
*
Revert "[LoopUnroll] Use the upper bound of the loop trip count to fullly unr...
Haicheng Wu
2016-10-12
1
-20
/
+10
*
[LoopUnroll] Use the upper bound of the loop trip count to fullly unroll a loop
Haicheng Wu
2016-10-12
1
-10
/
+20
*
[SCEV] Rely on ConstantRange instead of custom logic; NFCI
Sanjoy Das
2016-10-02
1
-124
/
+52
*
Revert r283057 and r283058
Sanjoy Das
2016-10-02
1
-52
/
+124
*
Remove duplicated code; NFC
Sanjoy Das
2016-10-02
1
-2
/
+2
*
[SCEV] Rely on ConstantRange instead of custom logic; NFCI
Sanjoy Das
2016-10-02
1
-124
/
+52
*
[SCEV] Remove commented out code; NFC
Sanjoy Das
2016-10-02
1
-3
/
+1
*
[SCEV] Use a SmallPtrSet as a temporary union predicate; NFC
Sanjoy Das
2016-09-28
1
-55
/
+65
*
[SCEV] Replace a struct with a function; NFC
Sanjoy Das
2016-09-27
1
-153
/
+139
*
[SCEV] Use find instead of find_as; NFC
Sanjoy Das
2016-09-27
1
-1
/
+1
*
[SCEV] Reduce the scope of a struct; NFC
Sanjoy Das
2016-09-27
1
-22
/
+20
*
[SCEV] Remove custom RAII wrapper; NFC
Sanjoy Das
2016-09-27
1
-22
/
+5
*
[SCEV] Make PendingLoopPredicates more frugal; NFCI
Sanjoy Das
2016-09-27
1
-3
/
+4
*
[SCEV] Fix the order of members in the initializer list.
Chandler Carruth
2016-09-26
1
-1
/
+1
*
[SCEV] Assign LoopPropertiesCache in the move constructor
Sanjoy Das
2016-09-26
1
-0
/
+1
*
[SCEV] Combine two predicates into one; NFC
Sanjoy Das
2016-09-26
1
-31
/
+24
*
[SCEV] Make it obvious BackedgeTakenInfo's constructor steals storage
Sanjoy Das
2016-09-26
1
-2
/
+4
*
[SCEV] Further isolate incidental data structure; NFC
Sanjoy Das
2016-09-26
1
-4
/
+7
*
[SCEV] Simplify BackedgeTakenInfo::getMax; NFC
Sanjoy Das
2016-09-26
1
-7
/
+7
*
[SCEV] Reserve space in SmallVector; NFC
Sanjoy Das
2016-09-25
1
-0
/
+1
*
[SCEV] Have ExitNotTakenInfo keep a pointer to its predicate; NFC
Sanjoy Das
2016-09-25
1
-11
/
+15
*
[SCEV] Simplify tracking ExitNotTakenInfo instances; NFC
Sanjoy Das
2016-09-25
1
-72
/
+24
*
[SCEV] Rename a couple of fields; NFC
Sanjoy Das
2016-09-25
1
-48
/
+55
*
[SCEV] Remove incidental data structure; NFC
Sanjoy Das
2016-09-25
1
-15
/
+19
*
Reapplying r278731 after fixing the problem that caused it to be reverted.
David L Kreitzer
2016-09-16
1
-15
/
+100
*
SCEV: Don't assert about non-SCEV-able value in isSCEVExprNeverPoison() (PR28...
Hans Wennborg
2016-08-17
1
-0
/
+4
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-5
/
+7
*
Revert "Enhance SCEV to compute the trip count for some loops with unknown st...
Reid Kleckner
2016-08-16
1
-77
/
+4
*
Enhance SCEV to compute the trip count for some loops with unknown stride.
David L Kreitzer
2016-08-15
1
-4
/
+77
*
Use the range variant of remove_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-4
/
+3
*
Recommit "Use ValueOffsetPair to enhance value reuse during SCEV expansion".
Wei Mi
2016-08-09
1
-20
/
+62
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-2
/
+2
*
[SCEV] Don't infinitely recurse on unreachable code
Sanjoy Das
2016-08-05
1
-1
/
+3
*
Revert r276136 "Use ValueOffsetPair to enhance value reuse during SCEV expans...
Hans Wennborg
2016-07-26
1
-62
/
+20
*
[SCEV] Make isImpliedCondOperandsViaRanges smarter
Sanjoy Das
2016-07-23
1
-11
/
+1
*
[SCEV] Change the interface of computeConstantDifference; NFC
Sanjoy Das
2016-07-23
1
-24
/
+17
*
[SCEV] Extract out a helper function; NFC
Sanjoy Das
2016-07-22
1
-7
/
+14
*
Use ValueOffsetPair to enhance value reuse during SCEV expansion.
Wei Mi
2016-07-20
1
-20
/
+62
*
Teach SCEV to look through returned-argument functions
Hal Finkel
2016-07-11
1
-0
/
+7
*
Untabify.
NAKAMURA Takumi
2016-07-04
1
-1
/
+1
*
Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...
Benjamin Kramer
2016-07-02
1
-6
/
+2
*
[SCEV] Compute max be count from shift operator only if all else fails
Sanjoy Das
2016-06-30
1
-6
/
+9
*
Apply clang-tidy's modernize-loop-convert to lib/Analysis.
Benjamin Kramer
2016-06-26
1
-8
/
+8
*
[SCEV] Fix incorrect trip count computation
Sanjoy Das
2016-06-18
1
-24
/
+4
*
[SCEV] Use dyn_cast<T> instead of dyn_cast<const T>; NFC
Sanjoy Das
2016-06-15
1
-7
/
+7
*
[SCEV] Use cast<> instead of dyn_cast; NFC
Sanjoy Das
2016-06-15
1
-4
/
+2
*
[SCEV] clang-format some sections
Sanjoy Das
2016-06-15
1
-12
/
+10
*
[SCEV] Change the interface for SolveQuadraticEquation; NFC
Sanjoy Das
2016-06-15
1
-21
/
+14
*
Minor clean up in loopHasNoAbnormalExits; NFC
Sanjoy Das
2016-06-09
1
-8
/
+7
[prev]
[next]