Make NamedMDNode not be a subclass of Value, and simplify the interface
[oota-llvm.git] / unittests / VMCore / MetadataTest.cpp
2010-07-21 Dan GohmanMake NamedMDNode not be a subclass of Value, and simpli...
2010-03-13 Jeffrey YasskinRemove a memory leak from MetadataTest.
2010-03-04 Jeffrey YasskinStop leaking MDStrings.
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-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-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 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-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-08 Devang PatelDrop "constant" from
2009-07-08 Devang PatelUpdate SLotTracker to handle MDNode slots.
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-09 Nick LewyckyFix pointer casting problem.
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...