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] 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
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Move logic from JumpThreading into LazyValue info to simplify caller.
Philip Reames
2015-06-16
1
-2
/
+34
*
[ConstantRange] Split makeICmpRegion in two.
Sanjoy Das
2015-03-18
1
-2
/
+2
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-47
/
+55
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+1
*
Reduce double set lookups.
Benjamin Kramer
2015-02-27
1
-2
/
+1
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-3
/
+3
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
remove names from comments; NFC
Sanjay Patel
2015-01-09
1
-40
/
+35
*
fix typos; NFC
Sanjay Patel
2015-01-09
1
-3
/
+3
*
fix typo; NFC
Sanjay Patel
2015-01-09
1
-1
/
+1
*
more efficient use of a dyn_cast; no functional change intended
Sanjay Patel
2015-01-09
1
-3
/
+3
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-23
/
+26
*
LazyValueInfo: Actually re-visit partially solved block-values in solveBlockV...
Hans Wennborg
2014-11-25
1
-58
/
+78
*
LazyValueInfo: range'ify some for-loops. No functional change.
Hans Wennborg
2014-11-21
1
-34
/
+19
*
LazyValueInfo: fix some typos and indentation, etc. NFC.
Hans Wennborg
2014-11-21
1
-10
/
+12
*
[LVI] Add some additional comments about caching and context instructions
Hal Finkel
2014-10-16
1
-0
/
+13
*
[LVI] Check for @llvm.assume dominating the edge branch
Hal Finkel
2014-10-14
1
-0
/
+2
*
[LVI] Revert the remainder of "r218231 - Add two thresholds lvi-overdefined-B...
Hal Finkel
2014-10-10
1
-22
/
+0
*
Revert r215343.
James Molloy
2014-10-03
1
-25
/
+1
*
Add two thresholds lvi-overdefined-BB-threshold and lvi-overdefined-threshold
Jiangning Liu
2014-09-22
1
-2
/
+32
*
Make use of @llvm.assume from LazyValueInfo
Hal Finkel
2014-09-07
1
-77
/
+189
*
In LVI(Lazy Value Info), originally value on a BB can only be caculated once,
Jiangning Liu
2014-08-11
1
-2
/
+17
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-2
/
+2
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-2
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-9
/
+9
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-3
/
+3
*
[Modules] Move the ConstantRange class into the IR library. This is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move the LLVM IR pattern match header into the IR library, it
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Rename some member variables from TD to DL.
Rafael Espindola
2014-02-18
1
-4
/
+4
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
1
-4
/
+4
[prev]
[next]