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] 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
*
[LVI] Remove overly tight assert from 259429
Philip Reames
2016-02-01
1
-2
/
+2
*
[LVI] Add select handling
Philip Reames
2016-02-01
1
-0
/
+49
*
[LazyValueInfo] Stop inserting overdefined values into ValueCache to
Akira Hatanaka
2015-12-11
1
-18
/
+48
*
[LVI] Update a comment to clarify what's actually happening and why
Philip Reames
2015-11-04
1
-3
/
+22
*
Fix an unused variable warning which broke the clang-cmake-mips builder
Philip Reames
2015-10-29
1
-1
/
+1
*
[LVI/CVP] Teach LVI about range metadata
Philip Reames
2015-10-29
1
-0
/
+26
*
[LazyValueInfo] Report nonnull range for nonnull pointers
Igor Laevsky
2015-09-18
1
-2
/
+4
*
[LazyValueInfo] Look through Phi nodes when trying to prove a predicate
Philip Reames
2015-08-31
1
-5
/
+35
*
[LVI] Use a SmallVector instead of SmallPtrSet. NFC
Bruno Cardoso Lopes
2015-08-21
1
-2
/
+2
*
[LVI] Avoid iterator invalidation in LazyValueInfoCache::threadEdge
Bruno Cardoso Lopes
2015-08-20
1
-1
/
+1
*
[LVI] Use a SmallDenseMap instead of std::map for ValueCacheEntryTy
Bruno Cardoso Lopes
2015-08-18
1
-1
/
+2
*
[LVI] Improve LazyValueInfo compile time performance
Bruno Cardoso Lopes
2015-08-18
1
-29
/
+32
*
-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...
David Blaikie
2015-08-03
1
-1
/
+1
*
[LVI] Cleanup whitespaces. NFC
Bruno Cardoso Lopes
2015-07-28
1
-61
/
+61
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
[next]