Test commit for new post-commit hooks.
[oota-llvm.git] / unittests / VMCore /
2010-07-21 Dan GohmanMake NamedMDNode not be a subclass of Value, and simpli...
2010-07-17 Chris Lattnerunit test to go along with r108610
2010-07-13 Chandler CarruthSwitch from EXPECT_EQ({true,false, ...) to the more...
2010-04-16 Chris Lattnerintroduce a new CallGraphSCC class, and pass it around
2010-03-18 Gabor Greifanother one
2010-03-17 Gabor Greiffeedback from Nick
2010-03-16 Gabor Greifmore BranchInst tests
2010-03-16 Gabor Greifadd BranchInst tests
2010-03-16 Gabor Greifappease valgrind testers
2010-03-16 Gabor Greifadd single return tests
2010-03-16 Gabor Greiffix PR6589
2010-03-16 Gabor Greifbegin humbly with a repro of PR6589
2010-03-13 Jeffrey YasskinRemove the last memory leak from the VMCore unit tests.
2010-03-13 Jeffrey YasskinRemove a memory leak from MetadataTest.
2010-03-13 Jeffrey YasskinRemove a memory leak from VerifierTest.
2010-03-04 Jeffrey YasskinStop leaking MDStrings.
2010-02-15 Nick LewyckyTeach the verifier to check the condition on a branch...
2010-02-11 Jeffrey YasskinFix some of the memcheck errors found in the JIT unittests.
2010-01-26 Jeffrey YasskinRoll r94484 (avoiding RTTI problems in tests) forward...
2010-01-26 Bob WilsonRevert 94484. Re-disable unittests that need RTTI.
2010-01-26 Jeffrey YasskinRe-enable unit tests disabled in r94164 by telling...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-05 Devang PatelNamedMDNode is a collection MDNodes.
2009-12-31 Chris Lattnerdon't unittest mdnode printing, we have disassembler...
2009-12-31 Chris Lattnerrename "elements" of metadata to "operands". "Elements...
2009-12-17 Jeffrey YasskinThis fixes a memory leak in OpaqueType found by Google...
2009-10-27 Chris LattnerType.h doesn't need to #include LLVMContext.h
2009-09-07 Daniel DunbarUpdate unittests for MDNode uniquing disable.
2009-09-03 Devang PatelNow Bitcode reader bug is fixed. Reapply 80839.
2009-09-02 Devang PatelRevert 80839 for now. It causes test failures.
2009-09-02 Devang PatelUse CallbackVH, instead of WeakVH, to hold MDNode elements.
2009-09-02 Devang PatelDisable uniqueness test for now.
2009-08-31 Chris Lattnerupdate unit test for previous change.
2009-08-23 Chris Lattnerupgrade for removed functions.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-31 Owen AndersonFix unit tests.
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-30 Benjamin Kramerfix a unitialized pointer in NamedMDNode (and reenable...
2009-07-30 Daniel DunbarDisable the NamedMDNodeTest, it is failing everywhere.
2009-07-30 Devang PatelAdd NamedMDNode test.
2009-07-29 Benjamin KramerUpdate unittest for LLVM API change.
2009-07-28 Benjamin Kramerfix unittest
2009-07-25 Daniel DunbarFinish migrating VMCore to StringRef/Twine based APIs.
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-23 Devang PatelMDString
2009-07-23 Devang PatelDerive MDNode from MetadataBase instead of Constant...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-14 Dan GohmanPort this unittest to use LLVMContext.
2009-07-08 Devang PatelDrop "constant" from
2009-07-08 Devang PatelUpdate SLotTracker to handle MDNode slots.
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonFix unit tests for LLVMContext+Module.
2009-06-29 Torok EdwinCall doInitialization(), releaseMemory(), and doFinaliz...
2009-05-30 Nick LewyckyGive embedded metadata its own type instead of relying...
2009-05-10 Nick LewyckyMake MDNode use CallbackVH. Also change MDNode to store...
2009-04-24 Chris Lattner"I got annoyed at the compiler warnings from ConstantIn...
2009-04-09 Nick LewyckyFix pointer casting problem.
2009-04-09 Misha BrukmanFixed compiler warning.
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-03-24 Misha BrukmanConverted a1.ll to unittests.