| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | Fix: Actually erase remove the elements from AssumeHandles | Aditya Kumar | 2019-10-02 | 1 | -1/+4 |
| * | AssumptionCache: remove old affected values after RAUW. | Tim Northover | 2019-08-16 | 1 | -2/+3 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -1/+1 |
| * | [CodeExtractor] Update function's assumption cache after extracting blocks fr... | Sergey Dmitriev | 2019-02-08 | 1 | -2/+26 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [Analysis, Transforms] Fix some Clang-tidy modernize and Include What You Use... | Eugene Zelenko | 2017-09-01 | 1 | -6/+19 |
| * | [IR][AssumptionCache] Add m_Shift and m_BitwiseLogic matchers to replace a co... | Craig Topper | 2017-06-24 | 1 | -9/+2 |
| * | Rename WeakVH to WeakTrackingVH; NFC | Sanjoy Das | 2017-05-01 | 1 | -3/+4 |
| * | Reverts commit r301424, r301425 and r301426 | Sanjoy Das | 2017-04-26 | 1 | -4/+3 |
| * | Rename WeakVH to WeakTrackingVH; NFC | Sanjoy Das | 2017-04-26 | 1 | -3/+4 |
| * | AssumptionCache: Disable the verifier by default, move it behind a hidden cl:... | Peter Collingbourne | 2017-02-15 | 1 | -5/+15 |
| * | [ValueTracking] recognize a 'not' of an assumed condition as false | Sanjay Patel | 2017-01-17 | 1 | -3/+5 |
| * | Fix use-after-free bug in AffectedValueCallbackVH::allUsesReplacedWith | Hal Finkel | 2017-01-16 | 1 | -10/+17 |
| * | Make processing @llvm.assume more efficient - Add affected values to the assu... | Hal Finkel | 2017-01-11 | 1 | -0/+109 |
| * | Add files I seem to have dropped in my revert (r290086). | Daniel Jasper | 2016-12-19 | 1 | -0/+140 |
| * | Remove the AssumptionCache | Hal Finkel | 2016-12-15 | 1 | -140/+0 |
| * | [PM] Change the static object whose address is used to uniquely identify | Chandler Carruth | 2016-11-23 | 1 | -1/+1 |
| * | Consistently use FunctionAnalysisManager | Sean Silva | 2016-08-09 | 1 | -1/+1 |
| * | [PM] Make the AnalysisManager parameter to run methods a reference. | Chandler Carruth | 2016-03-11 | 1 | -2/+2 |
| * | [PM] Implement the final conclusion as to how the analysis IDs should | Chandler Carruth | 2016-03-11 | 1 | -1/+1 |
| * | [PM] Appease mingw32's auto-import DLL build with minimal tweaks, with fix fo... | NAKAMURA Takumi | 2016-02-28 | 1 | -0/+2 |
| * | Revert r262185, "[PM] Appease mingw32's auto-import DLL build with minimal tw... | NAKAMURA Takumi | 2016-02-28 | 1 | -2/+0 |
| * | [PM] Appease mingw32's auto-import DLL build with minimal tweaks. | NAKAMURA Takumi | 2016-02-28 | 1 | -0/+2 |
| * | [PM] Introduce CRTP mixin base classes to help define passes and | Chandler Carruth | 2016-02-26 | 1 | -2/+0 |
| * | [PM] Actually add the new pass manager support for the assumption cache. | Chandler Carruth | 2015-01-22 | 1 | -0/+15 |
| * | [PM] Split the AssumptionTracker immutable pass into two separate APIs: | Chandler Carruth | 2015-01-04 | 1 | -0/+125 |