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
/
test
/
Transforms
/
IRCE
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SCEV] get more accurate range for AddExpr with wrap flag.
czhengsz
2020-01-07
1
-6
/
+2
*
[SCEV] Add smin support to getRangeRef
Philip Reames
2019-09-12
1
-28
/
+28
*
[SCEV] Pass NoWrapFlags when expanding an AddExpr
Sam Parker
2019-06-14
9
-18
/
+18
*
Revert "[SCEV] Use wrap flags in InsertBinop"
Benjamin Kramer
2019-06-06
10
-25
/
+25
*
[SCEV] Use wrap flags in InsertBinop
Sam Parker
2019-06-06
10
-25
/
+25
*
[SCEV] Add explicit representations of umin/smin
Keno Fischer
2019-05-07
9
-214
/
+159
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
32
-0
/
+5977
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
32
-5977
/
+0
*
[IRCE] Support narrow latch condition for wide range checks
Max Kazantsev
2019-01-23
1
-0
/
+459
*
[NFC] Remove obsolete enum RangeCheckKind
Max Kazantsev
2019-01-15
2
-2
/
+0
*
Revert "[SCEV][NFC] Check NoWrap flags before lexicographical comparison of S...
Roman Tereshin
2018-08-27
2
-6
/
+6
*
[IRCE] Fix miscompile with range checks against negative values
Max Kazantsev
2018-05-19
1
-0
/
+600
*
[IRCE] Only check for NSW on equality predicates
Sam Parker
2018-04-18
1
-6
/
+18
*
[IRCE] isKnownNonNegative helper function
Sam Parker
2018-04-12
1
-1
/
+1
*
[IRCE] Relax restriction on collected range checks
Max Kazantsev
2018-04-09
2
-6
/
+145
*
[SCEV] Prove implications for SCEVUnknown Phis
Max Kazantsev
2018-04-04
1
-0
/
+143
*
[IRCE] Enable decreasing loops of non-const bound
Sam Parker
2018-03-27
1
-0
/
+180
*
[IRCE] Enable increasing loops of variable bounds
Sam Parker
2018-03-26
2
-6
/
+176
*
[New PM][IRCE] port of Inductive Range Check Elimination pass to the new pass...
Fedor Sergeev
2018-03-15
27
-1
/
+32
*
[SCEV] Smart range calculation for SCEVUnknown Phis
Max Kazantsev
2018-03-01
1
-0
/
+66
*
Re-enable "[SCEV] Make isLoopEntryGuardedByCond a bit smarter"
Max Kazantsev
2018-02-07
3
-6
/
+86
*
Revert [SCEV] Make isLoopEntryGuardedByCond a bit smarter
Serguei Katkov
2018-02-07
3
-91
/
+7
*
[SCEV] Make isLoopEntryGuardedByCond a bit smarter
Max Kazantsev
2018-02-07
3
-7
/
+91
*
[NFC] Remove overconfident assert from IRCE
Max Kazantsev
2018-01-24
1
-0
/
+42
*
[IRCE][NFC] Make range check's End a non-null SCEV
Max Kazantsev
2018-01-12
1
-1
/
+1
*
[IRCE] Smart range intersection
Max Kazantsev
2017-11-20
4
-44
/
+462
*
[IRCE] Remove folding of two range checks into RANGE_CHECK_BOTH
Max Kazantsev
2017-11-17
1
-6
/
+17
*
[IRCE] Fix SCEVExpander's usage in IRCE
Max Kazantsev
2017-11-16
1
-0
/
+135
*
[NFC] Get rid of hard-coded value ID in test
Max Kazantsev
2017-11-03
1
-1
/
+1
*
Revert rL311205 "[IRCE] Fix buggy behavior in Clamp"
Max Kazantsev
2017-11-01
1
-2
/
+65
*
[IRCE][NFC] Rename fields of InductiveRangeCheck
Max Kazantsev
2017-10-31
2
-2
/
+2
*
[IRCE][NFC] Store Length as SCEV in RangeCheck instead of Value
Max Kazantsev
2017-10-30
1
-1
/
+1
*
[IRCE] Fix intersection between signed and unsigned ranges
Max Kazantsev
2017-10-25
8
-23
/
+329
*
[IRCE] Smarter detection of empty ranges using SCEV
Max Kazantsev
2017-10-25
2
-0
/
+73
*
[IRCE] Do not process empty safe ranges
Max Kazantsev
2017-10-11
2
-6
/
+72
*
[IRCE] Temporarily disable unsigned latch conditions by default
Max Kazantsev
2017-10-04
6
-5
/
+50
*
Revert "Re-enable "[IRCE] Identify loops with latch comparison against curren...
Serguei Katkov
2017-09-21
1
-245
/
+0
*
Re-enable "[IRCE] Identify loops with latch comparison against current IV value"
Max Kazantsev
2017-09-08
1
-0
/
+245
*
diff --git a/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp b/lib/T...
Max Kazantsev
2017-09-08
1
-182
/
+0
*
[IRCE] Identify loops with latch comparison against current IV value
Max Kazantsev
2017-08-31
1
-0
/
+182
*
[IRCE] Fix buggy behavior in Clamp
Max Kazantsev
2017-08-18
1
-0
/
+61
*
[IRCE] Handle loops with step different from 1/-1
Max Kazantsev
2017-08-04
1
-0
/
+468
*
[IRCE] Recognize loops with unsigned latch conditions
Max Kazantsev
2017-08-04
3
-1
/
+607
*
[NFC] Remove obsolete profiling data from eq_ne test
Max Kazantsev
2017-08-01
1
-9
/
+8
*
[IRCE] Recognize loops with ne/eq latch conditions
Max Kazantsev
2017-07-18
1
-0
/
+257
*
[IRCE] Fix corner case with Start = INT_MAX
Max Kazantsev
2017-07-14
1
-0
/
+117
*
[IRCE] Canonicalize pre/post loops after the blocks are added into parent loop
Anna Thomas
2017-06-06
1
-0
/
+182
*
[IRCE] Add a missing invariant check
Sanjoy Das
2017-02-07
1
-0
/
+45
*
[IRCE] Avoid loop optimizations on pre and post loops
Anna Thomas
2016-12-13
1
-0
/
+81
*
[IRCE] Create llvm::Loop instances for cloned out loops
Sanjoy Das
2016-08-14
12
-16
/
+16
[next]