Push LLVMContexts through the IntegerType APIs.
[oota-llvm.git] / unittests / VMCore / MetadataTest.cpp
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...