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
/
GuardWidening.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[ValueTracking] Convert most of the calls to computeKnownBits to use the vers...
Craig Topper
2017-05-24
1
-3
/
+1
*
Fix typos in comment
Sanjoy Das
2017-05-03
1
-4
/
+4
*
[ValueTracking] Introduce a KnownBits struct to wrap the two APInts for compu...
Craig Topper
2017-04-26
1
-3
/
+4
*
Add a wrapper around copy_if in STLExtras; NFC
Sanjoy Das
2017-02-21
1
-2
/
+1
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-2
/
+6
*
Analysis: Move llvm::getConstantRangeFromMetadata to IR library.
Peter Collingbourne
2016-10-21
1
-0
/
+1
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
fix formatting, typo; NFC
Sanjay Patel
2016-06-19
1
-1
/
+1
*
Avoid copies of std::strings and APInt/APFloats where we only read from it
Benjamin Kramer
2016-06-08
1
-1
/
+1
*
[GuardWidening] Tighten the interface of the RangeCheck struct; NFC
Sanjoy Das
2016-05-24
1
-32
/
+37
*
[GuardWidening] Fix incorrect use of remove_if
Sanjoy Das
2016-05-21
1
-25
/
+29
*
Add const qualifiers to appease bots; NFC
Sanjoy Das
2016-05-19
1
-3
/
+3
*
[GuardWidening] Introduce range check merging
Sanjoy Das
2016-05-19
1
-0
/
+244
*
[GuardWidening] Use getEquivalentICmp to fold constant compares
Sanjoy Das
2016-05-19
1
-13
/
+23
*
New pass: guard widening
Sanjoy Das
2016-05-18
1
-0
/
+428