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
...
*
Scalar: Remove some implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-2
/
+2
*
[IRCE] Add INITIALIZE_PASS_DEPENDENCY invocations.
Sanjoy Das
2015-09-09
1
-2
/
+9
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-2
/
+2
*
Create a wrapper pass for BranchProbabilityInfo.
Cong Hou
2015-07-15
1
-2
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
[IRCE] Fix how IRCE checks for no-sign-overflow.
Sanjoy Das
2015-03-24
1
-14
/
+24
*
[IRCE] Fix a regression introduced in r232444.
Sanjoy Das
2015-03-24
1
-9
/
+20
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-8
/
+3
*
Fix GCC -Wparentheses warning (& reformat now that the precedence is fixed)
David Blaikie
2015-03-17
1
-2
/
+2
*
Use an underlying enum type of unsigned to silence a -Wmicrosoft warning abou...
Reid Kleckner
2015-03-17
1
-1
/
+1
*
[IRCE] Add a -irce-print-range-checks option.
Sanjoy Das
2015-03-17
1
-6
/
+15
*
[IRCE] Add comments, NFC.
Sanjoy Das
2015-03-17
1
-4
/
+27
*
[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]