summaryrefslogtreecommitdiff
path: root/unittests/IR/ValueHandleTest.cpp
AgeCommit message (Expand)Author
2017-05-01Add a new WeakVH value handle; NFCSanjoy Das
2017-05-01Rename WeakVH to WeakTrackingVH; NFCSanjoy Das
2017-05-01Emulate TrackingVH using WeakVHSanjoy Das
2017-04-26Reverts commit r301424, r301425 and r301426Sanjoy Das
2017-04-26Add a new WeakVH value handle; NFCSanjoy Das
2017-04-26Rename WeakVH to WeakTrackingVH; NFCSanjoy Das
2017-01-24[PM] Introduce a PoisoningVH as a (more expensive) alternative toChandler Carruth
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2015-08-03-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie
2015-04-22Replace std::auto_ptr with std::unique_ptrDavid Blaikie
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2014-06-08[C++11] Use 'nullptr'.Craig Topper
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-03-04[Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth