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
/
Analysis
/
LazyValueInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[LVI] Fix potential memory corruption in getValueFromCondition
Artur Pilipenko
2016-08-12
1
-2
/
+4
*
[LVI] Take range metadata into account while calculating icmp condition const...
Artur Pilipenko
2016-08-12
1
-0
/
+3
*
[LVI] Handle any predicate in comparisons like icmp <pred> (add Val, Offset),...
Artur Pilipenko
2016-08-12
1
-2
/
+2
*
[LVI] Handle conditions in the form of (cond1 && cond2)
Artur Pilipenko
2016-08-10
1
-8
/
+42
*
[LVI] NFC. Make getValueFromCondition return LVILatticeValue instead of chang...
Artur Pilipenko
2016-08-10
1
-25
/
+16
*
[LVI] Relax the assertion about LVILatticeVal type in getConstantRange
Artur Pilipenko
2016-08-10
1
-1
/
+4
*
[LVI] Make LVI smarter about comparisons with non-constants
Artur Pilipenko
2016-08-09
1
-19
/
+36
*
Revert 278107 which causes buildbot failures and in addition has wrong commit...
Artur Pilipenko
2016-08-09
1
-33
/
+19
*
Teach CorrelatedValuePropagation to mark adds as no wrap
Artur Pilipenko
2016-08-09
1
-19
/
+33
*
[LVI] NFC. Fix a typo Bofore -> Before
Artur Pilipenko
2016-08-09
1
-1
/
+1
*
[LVI] NFC. On the fast dest path use inverse predicate instead of inverse ran...
Artur Pilipenko
2016-08-08
1
-4
/
+5
*
[LVI] NFC. Rename confusing local NegOffset to Offset
Artur Pilipenko
2016-08-08
1
-6
/
+6
*
[LVI] NFC. Extract LHS, RHS, Predicate locals in getValueFromCondition
Artur Pilipenko
2016-08-08
1
-11
/
+14
*
[LVI] NFC. Sink a condition type check from the caller down to getValueFromCo...
Artur Pilipenko
2016-08-02
1
-31
/
+33
*
[LVI] NFC. Fix a typo getValueFromFromCondition -> getValueFromCondition
Artur Pilipenko
2016-08-02
1
-11
/
+9
*
[LVI] Use DenseMap::find_as in LazyValueInfo.
Justin Lebar
2016-07-27
1
-15
/
+29
*
Trailing whitespace.
NAKAMURA Takumi
2016-07-25
1
-4
/
+4
*
Reformat blank lines.
NAKAMURA Takumi
2016-07-04
1
-9
/
+8
*
Reformat comment lines.
NAKAMURA Takumi
2016-07-04
1
-8
/
+8
*
Untabify.
NAKAMURA Takumi
2016-07-04
1
-1
/
+1
*
Reformat.
NAKAMURA Takumi
2016-07-04
1
-28
/
+25
*
Apply clang-tidy's modernize-loop-convert to lib/Analysis.
Benjamin Kramer
2016-06-26
1
-2
/
+2
*
[PM] Port LVI to the new PM.
Sean Silva
2016-06-13
1
-12
/
+26
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-1
/
+1
*
[LazyValueInfo] Simplify `return after else`. NFCI.
Davide Italiano
2016-05-25
1
-4
/
+3
*
[LVI] Add an API to LazyValueInfo so that it can export ConstantRanges
John Regehr
2016-05-02
1
-0
/
+16
*
[LVI] Delete stale and misleading comment.
Philip Reames
2016-04-27
1
-5
/
+0
*
[LVI] Add a comment explaining a subtle piece of code
Philip Reames
2016-04-27
1
-15
/
+23
*
[LVI] Reduce compile time by lazily scanning blocks if needed
Philip Reames
2016-04-27
1
-26
/
+26
*
[LVI] Cut short search if we know we can't return a useful result
Philip Reames
2016-04-26
1
-9
/
+44
*
[LVI] Apply transfer rule for overdefine inputs for binary operators
Philip Reames
2016-04-26
1
-11
/
+16
*
[LVI] A better fix for the assertion error introduced by 267609
Philip Reames
2016-04-26
1
-10
/
+11
*
[LVI] Speculative fix for assertion seen in clang bots
Philip Reames
2016-04-26
1
-0
/
+6
*
[LVI] Infer local facts from unary expressions
Philip Reames
2016-04-26
1
-16
/
+20
*
[LVI] Make a precondition explicit rather than handling a case which never ha...
Philip Reames
2016-04-25
1
-1
/
+2
*
[LVI] Clarify comments describing the lattice values
Philip Reames
2016-04-25
1
-5
/
+10
*
[LVI] Split solveBlockValueConstantRange into two [NFC]
Philip Reames
2016-04-25
1
-31
/
+63
*
[LVI] Fix a bug which prevented use of !range metadata within a query
Philip Reames
2016-03-04
1
-22
/
+10
*
Suppress an uncovered switch warning [NFC]
Philip Reames
2016-02-27
1
-0
/
+1
*
[LVI] Extend select handling to catch min/max/clamp idioms
Philip Reames
2016-02-26
1
-3
/
+71
*
[LVI] Move ConstantRanges instead of copying.
Benjamin Kramer
2016-02-20
1
-9
/
+8
*
Revert 260705, it appears to be causing pr26628
Philip Reames
2016-02-16
1
-21
/
+0
*
[LVI] Exploit nsw/nuw when computing constant ranges
Philip Reames
2016-02-12
1
-0
/
+21
*
[LVI] Improve select handling to use condition
Philip Reames
2016-02-12
1
-0
/
+19
*
[LVI] Handle constants defensively
Philip Reames
2016-02-10
1
-3
/
+7
*
[LVI] Fix debug output
Philip Reames
2016-02-02
1
-3
/
+3
*
[LVI] Code motion only [NFC]
Philip Reames
2016-02-02
1
-64
/
+62
*
[LVI] Refactor to use newly introduced intersect utility
Philip Reames
2016-02-02
1
-32
/
+19
*
[LVI] Introduce an intersect operation on lattice values
Philip Reames
2016-02-02
1
-32
/
+85
*
[LVI] Fix a latent bug in getValueAt
Philip Reames
2016-02-02
1
-0
/
+8
[prev]
[next]