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 "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
*
[IRCE] Switch over to LLVM_DUMP_METHOD. NFCI.
Davide Italiano
2016-08-18
1
-2
/
+1
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-3
/
+3
*
Scalar: Avoid dereferencing end() in InductiveRangeCheckElimination
Duncan P. N. Exon Smith
2016-08-17
1
-3
/
+3
*
[IRCE] Change variable grouping; NFC
Sanjoy Das
2016-08-14
1
-2
/
+2
*
[IRCE] Create llvm::Loop instances for cloned out loops
Sanjoy Das
2016-08-14
1
-10
/
+45
*
[IRCE] Don't iterate on loops that were cloned out
Sanjoy Das
2016-08-14
1
-0
/
+12
*
[IRCE] Add better DEBUG diagnostic; NFC
Sanjoy Das
2016-08-14
1
-1
/
+3
*
[IRCE] Be resilient in the face of non-simplified loops
Sanjoy Das
2016-08-13
1
-1
/
+4
*
[IRCE] Use dyn_cast instead of explicit isa/cast; NFC
Sanjoy Das
2016-08-13
1
-10
/
+8
*
[IRCE] Use range-for; NFC
Sanjoy Das
2016-08-13
1
-5
/
+3
*
[IRCE] Remove unused headers; NFC
Sanjoy Das
2016-08-06
1
-7
/
+0
*
[IRCE] Preserve loop-simplify form
Sanjoy Das
2016-08-06
1
-0
/
+2
*
[IRCE] Rename variable; NFC
Sanjoy Das
2016-08-02
1
-6
/
+6
*
[IRCE] Preserve DomTree and LCSSA
Sanjoy Das
2016-08-02
1
-5
/
+11
*
[IRCE] Add an option to skip profitability checks
Sanjoy Das
2016-07-22
1
-2
/
+7
*
[IRCE] Use getTerminator instead of rbegin; NFC
Sanjoy Das
2016-06-23
1
-5
/
+5
*
[IRCE] Use C++11 style initializers; NFC
Sanjoy Das
2016-05-26
1
-9
/
+5
*
[IRCE] Optimize conjunctions of range checks
Sanjoy Das
2016-05-26
1
-51
/
+69
*
[IRCE] Refactor out a parseRangeCheckFromCond; NFC
Sanjoy Das
2016-05-26
1
-50
/
+39
*
[IRCE] Return a Value*, not SCEV* from parseRangeCheck; NFC
Sanjoy Das
2016-05-24
1
-26
/
+10
*
[IRCE] Optimize "uses" not branches; NFCI
Sanjoy Das
2016-05-23
1
-9
/
+10
*
[IRCE] Don't use an allocator for range checks; NFC
Sanjoy Das
2016-05-21
1
-37
/
+28
*
[IRCE] Don't pass IRBuilder<> where unnecessary; NFC
Sanjoy Das
2016-05-21
1
-8
/
+6
*
Add opt-bisect support to additional passes that can be skipped
Andrew Kaylor
2016-05-03
1
-0
/
+3
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
IR: RF_IgnoreMissingValues => RF_IgnoreMissingLocals, NFC
Duncan P. N. Exon Smith
2016-04-07
1
-1
/
+1
*
Return StringRef instead of a naked char*; NFC
Sanjoy Das
2016-03-09
1
-2
/
+2
*
[IRCE] Reflow comments; NFC
Sanjoy Das
2016-03-09
1
-4
/
+2
*
[LPM] Factor all of the loop analysis usage updates into a common helper
Chandler Carruth
2016-02-19
1
-8
/
+2
[prev]
[next]