summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LazyValueInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LVI] Move ConstantRanges instead of copying.Benjamin Kramer2016-02-201-9/+8
* Revert 260705, it appears to be causing pr26628Philip Reames2016-02-161-21/+0
* [LVI] Exploit nsw/nuw when computing constant rangesPhilip Reames2016-02-121-0/+21
* [LVI] Improve select handling to use conditionPhilip Reames2016-02-121-0/+19
* [LVI] Handle constants defensivelyPhilip Reames2016-02-101-3/+7
* [LVI] Fix debug outputPhilip Reames2016-02-021-3/+3
* [LVI] Code motion only [NFC]Philip Reames2016-02-021-64/+62
* [LVI] Refactor to use newly introduced intersect utility Philip Reames2016-02-021-32/+19
* [LVI] Introduce an intersect operation on lattice valuesPhilip Reames2016-02-021-32/+85
* [LVI] Fix a latent bug in getValueAtPhilip Reames2016-02-021-0/+8
* [LVI] Remove overly tight assert from 259429Philip Reames2016-02-011-2/+2
* [LVI] Add select handlingPhilip Reames2016-02-011-0/+49
* [LazyValueInfo] Stop inserting overdefined values into ValueCache toAkira Hatanaka2015-12-111-18/+48
* [LVI] Update a comment to clarify what's actually happening and whyPhilip Reames2015-11-041-3/+22
* Fix an unused variable warning which broke the clang-cmake-mips builderPhilip Reames2015-10-291-1/+1
* [LVI/CVP] Teach LVI about range metadataPhilip Reames2015-10-291-0/+26
* [LazyValueInfo] Report nonnull range for nonnull pointersIgor Laevsky2015-09-181-2/+4
* [LazyValueInfo] Look through Phi nodes when trying to prove a predicatePhilip Reames2015-08-311-5/+35
* [LVI] Use a SmallVector instead of SmallPtrSet. NFCBruno Cardoso Lopes2015-08-211-2/+2
* [LVI] Avoid iterator invalidation in LazyValueInfoCache::threadEdgeBruno Cardoso Lopes2015-08-201-1/+1
* [LVI] Use a SmallDenseMap instead of std::map for ValueCacheEntryTyBruno Cardoso Lopes2015-08-181-1/+2
* [LVI] Improve LazyValueInfo compile time performanceBruno Cardoso Lopes2015-08-181-29/+32
* -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie2015-08-031-1/+1
* [LVI] Cleanup whitespaces. NFCBruno Cardoso Lopes2015-07-281-61/+61
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* Move logic from JumpThreading into LazyValue info to simplify caller. Philip Reames2015-06-161-2/+34
* [ConstantRange] Split makeICmpRegion in two.Sanjoy Das2015-03-181-2/+2
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-47/+55
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-2/+1
* Reduce double set lookups.Benjamin Kramer2015-02-271-2/+1
* [PM] Separate the TargetLibraryInfo object from the immutable pass.Chandler Carruth2015-01-151-3/+3
* [PM] Move TargetLibraryInfo into the Analysis library.Chandler Carruth2015-01-151-1/+1
* remove names from comments; NFCSanjay Patel2015-01-091-40/+35
* fix typos; NFCSanjay Patel2015-01-091-3/+3
* fix typo; NFCSanjay Patel2015-01-091-1/+1
* more efficient use of a dyn_cast; no functional change intendedSanjay Patel2015-01-091-3/+3
* [PM] Split the AssumptionTracker immutable pass into two separate APIs:Chandler Carruth2015-01-041-23/+26
* LazyValueInfo: Actually re-visit partially solved block-values in solveBlockV...Hans Wennborg2014-11-251-58/+78
* LazyValueInfo: range'ify some for-loops. No functional change.Hans Wennborg2014-11-211-34/+19
* LazyValueInfo: fix some typos and indentation, etc. NFC.Hans Wennborg2014-11-211-10/+12
* [LVI] Add some additional comments about caching and context instructionsHal Finkel2014-10-161-0/+13
* [LVI] Check for @llvm.assume dominating the edge branchHal Finkel2014-10-141-0/+2
* [LVI] Revert the remainder of "r218231 - Add two thresholds lvi-overdefined-B...Hal Finkel2014-10-101-22/+0
* Revert r215343.James Molloy2014-10-031-25/+1
* Add two thresholds lvi-overdefined-BB-threshold and lvi-overdefined-thresholdJiangning Liu2014-09-221-2/+32
* Make use of @llvm.assume from LazyValueInfoHal Finkel2014-09-071-77/+189
* In LVI(Lazy Value Info), originally value on a BB can only be caculated once,Jiangning Liu2014-08-111-2/+17
* Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith2014-07-211-2/+2
* [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob2014-07-201-2/+2
OpenPOWER on IntegriCloud