summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/AssumptionCache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* Fix: Actually erase remove the elements from AssumeHandlesAditya Kumar2019-10-021-1/+4
* AssumptionCache: remove old affected values after RAUW.Tim Northover2019-08-161-2/+3
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [CodeExtractor] Update function's assumption cache after extracting blocks fr...Sergey Dmitriev2019-02-081-2/+26
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Analysis, Transforms] Fix some Clang-tidy modernize and Include What You Use...Eugene Zelenko2017-09-011-6/+19
* [IR][AssumptionCache] Add m_Shift and m_BitwiseLogic matchers to replace a co...Craig Topper2017-06-241-9/+2
* Rename WeakVH to WeakTrackingVH; NFCSanjoy Das2017-05-011-3/+4
* Reverts commit r301424, r301425 and r301426Sanjoy Das2017-04-261-4/+3
* Rename WeakVH to WeakTrackingVH; NFCSanjoy Das2017-04-261-3/+4
* AssumptionCache: Disable the verifier by default, move it behind a hidden cl:...Peter Collingbourne2017-02-151-5/+15
* [ValueTracking] recognize a 'not' of an assumed condition as falseSanjay Patel2017-01-171-3/+5
* Fix use-after-free bug in AffectedValueCallbackVH::allUsesReplacedWithHal Finkel2017-01-161-10/+17
* Make processing @llvm.assume more efficient - Add affected values to the assu...Hal Finkel2017-01-111-0/+109
* Add files I seem to have dropped in my revert (r290086).Daniel Jasper2016-12-191-0/+140
* Remove the AssumptionCacheHal Finkel2016-12-151-140/+0
* [PM] Change the static object whose address is used to uniquely identifyChandler Carruth2016-11-231-1/+1
* Consistently use FunctionAnalysisManagerSean Silva2016-08-091-1/+1
* [PM] Make the AnalysisManager parameter to run methods a reference.Chandler Carruth2016-03-111-2/+2
* [PM] Implement the final conclusion as to how the analysis IDs shouldChandler Carruth2016-03-111-1/+1
* [PM] Appease mingw32's auto-import DLL build with minimal tweaks, with fix fo...NAKAMURA Takumi2016-02-281-0/+2
* Revert r262185, "[PM] Appease mingw32's auto-import DLL build with minimal tw...NAKAMURA Takumi2016-02-281-2/+0
* [PM] Appease mingw32's auto-import DLL build with minimal tweaks.NAKAMURA Takumi2016-02-281-0/+2
* [PM] Introduce CRTP mixin base classes to help define passes andChandler Carruth2016-02-261-2/+0
* [PM] Actually add the new pass manager support for the assumption cache.Chandler Carruth2015-01-221-0/+15
* [PM] Split the AssumptionTracker immutable pass into two separate APIs:Chandler Carruth2015-01-041-0/+125
OpenPOWER on IntegriCloud