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
*
[NFC] Collect statistics in GuardWidening
Max Kazantsev
2018-07-31
1
-0
/
+4
*
Remove trailing space
Fangrui Song
2018-07-30
1
-2
/
+2
*
[NFC] Prepare GuardWidening for widening of cond branches
Max Kazantsev
2018-07-30
1
-27
/
+61
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-6
/
+7
*
[LoopGuardWidening] Make PostDomTree optional
Philip Reames
2018-04-27
1
-10
/
+28
*
[GuardWidening] Add some clarifying comments about heuristics [NFC]
Philip Reames
2018-04-27
1
-0
/
+8
*
[LoopGuardWidening] Split out a loop pass version of GuardWidening
Philip Reames
2018-04-27
1
-9
/
+74
*
[Transforms] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-3
/
+3
*
[GuardWidening] Group code by class [NFC]
Philip Reames
2018-03-23
1
-39
/
+40
*
Guard print() functions only used by dump() functions.
Florian Hahn
2017-07-31
1
-0
/
+2
*
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