aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/ValueHandle.h
Commit message (Expand)AuthorAgeFilesLines
* To catch bugs like the one fixed inJeffrey Yasskin2009-08-071-2/+7
* Teach ValueHandleBase to treat DenseMap's special Empty and TombstoneDan Gohman2009-07-311-7/+14
* Fix comment.Devang Patel2009-07-301-2/+2
* Add simplify_type specializations to allow WeakVH, AssertingVH, andDan Gohman2009-05-061-2/+37
* Add an explicit keyword.Dan Gohman2009-05-051-1/+2
* Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from meDan Gohman2009-05-021-1/+45
* Add tests for WeakVH and AssertingVH. These pointed out that the overloads forJeffrey Yasskin2009-04-271-42/+2
* Fix missing text in doxygen documentation.Nick Lewycky2009-04-191-1/+1
* Work around an apparent GCC miscompilation by specializing different,Chris Lattner2009-04-031-0/+12
* add missing *Chris Lattner2009-04-021-2/+2
* add a converting operatorChris Lattner2009-03-311-0/+3
* Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles", Chris Lattner2009-03-311-0/+217