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
/
Transforms
/
Scalar
/
InductiveRangeCheckElimination.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IRCE] Only check for NSW on equality predicates
Sam Parker
2018-04-18
1
-29
/
+14
*
[IRCE] isKnownNonNegative helper function
Sam Parker
2018-04-12
1
-2
/
+9
*
[IRCE] Relax restriction on collected range checks
Max Kazantsev
2018-04-09
1
-9
/
+4
*
[NFC] Add missing end of line symbols
Max Kazantsev
2018-04-06
1
-3
/
+3
*
[IRCE] Enable decreasing loops of non-const bound
Sam Parker
2018-03-27
1
-52
/
+74
*
[IRCE] Enable increasing loops of variable bounds
Sam Parker
2018-03-26
1
-58
/
+78
*
[New PM][IRCE] port of Inductive Range Check Elimination pass to the new pass...
Fedor Sergeev
2018-03-15
1
-39
/
+88
*
[NFC] Fix typos
Max Kazantsev
2018-02-12
1
-14
/
+14
*
Re-apply [SCEV] Fix isLoopEntryGuardedByCond usage
Serguei Katkov
2018-02-05
1
-8
/
+11
*
[NFC] Remove overconfident assert from IRCE
Max Kazantsev
2018-01-24
1
-2
/
+0
*
Revert [SCEV] Fix isLoopEntryGuardedByCond usage
Serguei Katkov
2018-01-22
1
-11
/
+8
*
[SCEV] Fix isLoopEntryGuardedByCond usage
Serguei Katkov
2018-01-22
1
-8
/
+11
*
[NFC] Fix comment to adjust to reality
Max Kazantsev
2018-01-15
1
-1
/
+1
*
[IRCE][NFC] Make range check's End a non-null SCEV
Max Kazantsev
2018-01-12
1
-16
/
+18
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-38
/
+16
*
[IRCE][NFC] Add no wrap flags to no-wrapping SCEV calculation
Max Kazantsev
2017-11-23
1
-2
/
+3
*
[IRCE] Smart range intersection
Max Kazantsev
2017-11-20
1
-47
/
+65
*
[IRCE] Remove folding of two range checks into RANGE_CHECK_BOTH
Max Kazantsev
2017-11-17
1
-28
/
+3
*
[IRCE] Fix SCEVExpander's usage in IRCE
Max Kazantsev
2017-11-16
1
-0
/
+14
*
Revert rL311205 "[IRCE] Fix buggy behavior in Clamp"
Max Kazantsev
2017-11-01
1
-2
/
+1
*
[IRCE][NFC] Rename fields of InductiveRangeCheck
Max Kazantsev
2017-10-31
1
-23
/
+23
*
[IRCE][NFC] Store Length as SCEV in RangeCheck instead of Value
Max Kazantsev
2017-10-30
1
-6
/
+6
*
[IRCE] Fix intersection between signed and unsigned ranges
Max Kazantsev
2017-10-25
1
-14
/
+73
*
[IRCE] Smarter detection of empty ranges using SCEV
Max Kazantsev
2017-10-25
1
-6
/
+15
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-24
1
-50
/
+61
*
[NFC][IRCE] Filter out empty ranges early
Max Kazantsev
2017-10-19
1
-4
/
+6
*
[IRCE] Do not process empty safe ranges
Max Kazantsev
2017-10-11
1
-3
/
+13
*
[IRCE] Temporarily disable unsigned latch conditions by default
Max Kazantsev
2017-10-04
1
-0
/
+21
*
Use a BumpPtrAllocator for Loop objects
Sanjoy Das
2017-09-28
1
-1
/
+1
*
Revert "Re-enable "[IRCE] Identify loops with latch comparison against curren...
Serguei Katkov
2017-09-21
1
-51
/
+13
*
Re-enable "[IRCE] Identify loops with latch comparison against current IV value"
Max Kazantsev
2017-09-08
1
-13
/
+51
*
diff --git a/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp b/lib/T...
Max Kazantsev
2017-09-08
1
-49
/
+11
*
[IRCE] Identify loops with latch comparison against current IV value
Max Kazantsev
2017-08-31
1
-11
/
+49
*
[IRCE][NFC] Rename IndVarNext to IndVarBase
Max Kazantsev
2017-08-31
1
-21
/
+21
*
[IRCE] Fix buggy behavior in Clamp
Max Kazantsev
2017-08-18
1
-1
/
+2
*
Do not declare a variable which is used only in assert. NFC
Max Kazantsev
2017-08-04
1
-2
/
+1
*
[IRCE] Handle loops with step different from 1/-1
Max Kazantsev
2017-08-04
1
-65
/
+102
*
[IRCE] Recognize loops with unsigned latch conditions
Max Kazantsev
2017-08-04
1
-50
/
+109
*
[IRCE][NFC] Add another assert that AddRecExpr's step is not zero
Max Kazantsev
2017-08-01
1
-0
/
+1
*
[IRCE][NFC] Add assert that AddRecExpr's step is not zero
Max Kazantsev
2017-08-01
1
-0
/
+1
*
[IRCE] Recognize loops with ne/eq latch conditions
Max Kazantsev
2017-07-18
1
-4
/
+54
*
[IRCE] Fix corner case with Start = INT_MAX
Max Kazantsev
2017-07-14
1
-5
/
+9
*
[IRCE][NFC] Better get SCEV for 1 in calculateSubRanges
Max Kazantsev
2017-06-28
1
-3
/
+3
*
[IRCE] Canonicalize pre/post loops after the blocks are added into parent loop
Anna Thomas
2017-06-06
1
-13
/
+20
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[LegacyPM] Make the 'addLoop' method accept a loop to add rather than
Chandler Carruth
2017-05-25
1
-1
/
+6
*
[IRCE] Add a missing invariant check
Sanjoy Das
2017-02-07
1
-5
/
+39
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-3
/
+3
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-3
/
+3
*
[IRCE] Avoid loop optimizations on pre and post loops
Anna Thomas
2016-12-13
1
-0
/
+34
[next]