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
*
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
Florian Hahn
2020-01-04
1
-1
/
+1
*
[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
Florian Hahn
2020-01-04
1
-1
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Delete dead stores
Fangrui Song
2019-07-12
1
-1
/
+1
*
PHINode: introduce setIncomingValueForBlock() function, and use it.
Whitney Tsang
2019-06-17
1
-3
/
+2
*
[MemorySSA] Teach LoopSimplify to preserve MemorySSA.
Alina Sbirlea
2019-05-08
1
-1
/
+1
*
[NFC] BasicBlock: refactor changePhiUses() out of replacePhiUsesWith(), use it
Roman Lebedev
2019-05-05
1
-4
/
+2
*
[NFC] PHINode: introduce replaceIncomingBlockWith() function, use it
Roman Lebedev
2019-05-05
1
-16
/
+2
*
Enable IRCE for narrow latch by defailt
Max Kazantsev
2019-01-30
1
-1
/
+1
*
[IRCE] Support narrow latch condition for wide range checks
Max Kazantsev
2019-01-23
1
-11
/
+44
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[NFC] Factor out some local vars
Max Kazantsev
2019-01-17
1
-7
/
+9
*
[NFC] Remove some code duplication
Max Kazantsev
2019-01-15
1
-26
/
+9
*
[NFC] Remove obsolete enum RangeCheckKind
Max Kazantsev
2019-01-15
1
-59
/
+16
*
[NFC] Decrease if nest
Max Kazantsev
2019-01-15
1
-18
/
+14
*
[NFC] Move some functions to LoopUtils
Max Kazantsev
2019-01-15
1
-42
/
+6
*
Remove trailing space
Fangrui Song
2018-07-30
1
-3
/
+3
*
[IRCE] Fix miscompile with range checks against negative values
Max Kazantsev
2018-05-19
1
-2
/
+39
*
[NFC] Add const to method signature
Max Kazantsev
2018-05-15
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-31
/
+35
*
[IRCE] Fix misuse of dyn_cast which leads to UB
Max Kazantsev
2018-05-04
1
-2
/
+3
*
[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
[next]