summaryrefslogtreecommitdiff
path: root/unittests/Support/ValueHandleTest.cpp
Commit message (Expand)AuthorAge
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort the #include lines for unittest/...Chandler Carruth2012-12-04
* Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin2010-12-23
* zap dead code.Chris Lattner2010-09-01
* Type.h doesn't need to #include LLVMContext.hChris Lattner2009-10-27
* Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on theJeffrey Yasskin2009-10-12
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* To catch bugs like the one fixed inJeffrey Yasskin2009-08-07
* Update unittest for LLVM API change.Benjamin Kramer2009-07-31
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-24
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-14
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* Fix a compile warning.Daniel Dunbar2009-05-18
* Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from meDan Gohman2009-05-02
* Add tests for WeakVH and AssertingVH. These pointed out that the overloads forJeffrey Yasskin2009-04-27