[Modules] Move the LLVM IR pattern match header into the IR library, it
[oota-llvm.git] / unittests / Support / ValueHandleTest.cpp
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2010-12-23 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2010-09-01 Chris Lattnerzap dead code.
2009-10-27 Chris LattnerType.h doesn't need to #include LLVMContext.h
2009-10-12 Jeffrey YasskinFix llvm.org/PR5160, to let CallbackVHs modify other...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-07 Jeffrey YasskinTo catch bugs like the one fixed in
2009-07-31 Benjamin KramerUpdate unittest for LLVM API change.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-05-18 Daniel DunbarFix a compile warning.
2009-05-02 Dan GohmanApply Jeffrey Yasskin's CallbackVH patch, with minor...
2009-04-27 Jeffrey YasskinAdd tests for WeakVH and AssertingVH. These pointed...