aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Support/ValueHandleTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Type.h doesn't need to #include LLVMContext.hChris Lattner2009-10-271-0/+1
* Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on theJeffrey Yasskin2009-10-121-0/+81
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-10/+10
* To catch bugs like the one fixed inJeffrey Yasskin2009-08-071-0/+7
* Update unittest for LLVM API change.Benjamin Kramer2009-07-311-3/+3
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-311-1/+1
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-1/+1
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-2/+3
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-6/+11
* Fix a compile warning.Daniel Dunbar2009-05-181-1/+1
* Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from meDan Gohman2009-05-021-0/+136
* Add tests for WeakVH and AssertingVH. These pointed out that the overloads forJeffrey Yasskin2009-04-271-0/+181