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
...
*
Reintroduce a check accidentally removed in 288873 to fix clang bots
Philip Reames
2016-12-07
1
-4
/
+12
*
Fix a warning introduced in r288874
Philip Reames
2016-12-07
1
-1
/
+0
*
[LVI] Remove used return value from markX functions
Philip Reames
2016-12-07
1
-28
/
+26
*
[LVI] Simplify mergeIn code
Philip Reames
2016-12-07
1
-24
/
+20
*
[LVI] Simplify obfuscated code
Philip Reames
2016-12-07
1
-14
/
+0
*
[LVI] Remove dead code in mergeIn
Philip Reames
2016-12-06
1
-18
/
+0
*
[LVI] Extract a helper function
Philip Reames
2016-12-06
1
-32
/
+22
*
[LVI] Hide the last markX function on LVILatticeVal
Philip Reames
2016-12-06
1
-10
/
+10
*
[LVI] Hide a confusing internal interface
Philip Reames
2016-12-06
1
-16
/
+19
*
[LVI] Remove duplicate code using existing helper function
Philip Reames
2016-12-06
1
-6
/
+2
*
Factor out common parts of LVI and Float2Int into ConstantRange [NFCI]
Philip Reames
2016-12-01
1
-50
/
+4
*
Revert previous whitespace change
Philip Reames
2016-12-01
1
-1
/
+0
*
Test commit of whitespace to check permissions.
Philip Reames
2016-12-01
1
-0
/
+1
*
[PM] Change the static object whose address is used to uniquely identify
Chandler Carruth
2016-11-23
1
-1
/
+1
*
[LVI] Fix a bug with a guard being the very first instruction in a BB not tak...
Artur Pilipenko
2016-10-21
1
-5
/
+4
*
Remove duplicated code; NFC
Sanjoy Das
2016-10-02
1
-2
/
+2
*
Add some shortcuts in LazyValueInfo to reduce compile time of Correlated Valu...
Wei Mi
2016-09-15
1
-0
/
+29
*
[LVI] Complete the abstract of the cache layer [NFCI]
Philip Reames
2016-09-12
1
-72
/
+94
*
[LVI] Sink a couple more cache manipulation routines into the cache itself [N...
Philip Reames
2016-09-12
1
-36
/
+45
*
[LVI] Abstract out the actual cache logic [NFCI]
Philip Reames
2016-09-12
1
-89
/
+97
*
[LVI] Take guards into account
Artur Pilipenko
2016-08-12
1
-11
/
+29
*
[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
[prev]
[next]