summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/ValueHandleTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add a new WeakVH value handle; NFCSanjoy Das2017-05-011-0/+18
* Rename WeakVH to WeakTrackingVH; NFCSanjoy Das2017-05-011-20/+20
* Emulate TrackingVH using WeakVHSanjoy Das2017-05-011-0/+26
* Reverts commit r301424, r301425 and r301426Sanjoy Das2017-04-261-36/+18
* Add a new WeakVH value handle; NFCSanjoy Das2017-04-261-0/+18
* Rename WeakVH to WeakTrackingVH; NFCSanjoy Das2017-04-261-20/+20
* [PM] Introduce a PoisoningVH as a (more expensive) alternative toChandler Carruth2017-01-241-0/+93
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-21/+23
* -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie2015-08-031-6/+6
* Replace std::auto_ptr with std::unique_ptrDavid Blaikie2015-04-221-2/+2
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-9/+15
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-16/+16
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+1
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-041-0/+408
OpenPOWER on IntegriCloud