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] Support half-range checks.
Sanjoy Das
2015-03-17
1
-128
/
+152
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-4
/
+5
*
IRCE: only touch loops that have been shown to have a high
Sanjoy Das
2015-02-26
1
-4
/
+17
*
IRCE: generalize to handle loops with decreasing induction variables.
Sanjoy Das
2015-02-26
1
-207
/
+358
*
IRCE: print newline after printing an InductiveRangeCheck.
Sanjoy Das
2015-02-26
1
-0
/
+1
*
IRCE: generalize InductiveRangeCheck::computeSafeIterationSpace to
Sanjoy Das
2015-02-21
1
-32
/
+57
*
IRCE: use SCEVs instead of llvm::Value's for intermediate
Sanjoy Das
2015-02-21
1
-46
/
+30
*
Make helper functions/classes/globals static. NFC.
Benjamin Kramer
2015-02-06
1
-4
/
+4
*
IRCE: Demote template to ArrayRef and SmallVector to array.
Benjamin Kramer
2015-02-06
1
-26
/
+15
*
Teach IRCE to look at branch weights when recognizing range checks
Sanjoy Das
2015-01-27
1
-3
/
+14
*
[NFC] Introduce a 'struct Range' for IRCE
Sanjoy Das
2015-01-22
1
-17
/
+27
*
Fix crashes in IRCE caused by mismatched types
Sanjoy Das
2015-01-22
1
-7
/
+35
*
[PM] Now that LoopInfo isn't in the Pass type hierarchy, it is much
Chandler Carruth
2015-01-18
1
-2
/
+1
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-2
/
+3
*
Add a new pass "inductive range check elimination"
Sanjoy Das
2015-01-16
1
-0
/
+1210
*
Revert r226201 (Add a new pass "inductive range check elimination")
Sanjoy Das
2015-01-15
1
-1189
/
+0
*
InductiveRangeCheckElimination: Remove extra ';'
David Majnemer
2015-01-15
1
-3
/
+3
*
Add a new pass "inductive range check elimination"
Sanjoy Das
2015-01-15
1
-0
/
+1189
[prev]