aboutsummaryrefslogtreecommitdiff
path: root/unittests/VMCore/MetadataTest.cpp
AgeCommit message (Expand)Author
2013-01-07Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-04Sort the #include lines for unittest/...Chandler Carruth
2012-03-31I noticed in passing that the Metadata getIfExists method was creating a newDuncan Sands
2011-08-30Fix C++0x narrowing errors when char is unsigned.Jeffrey Yasskin
2011-04-21PR9214: Convert Metadata API to use ArrayRef.Jay Foad
2010-07-21Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman
2010-03-13Remove a memory leak from MetadataTest.Jeffrey Yasskin
2010-03-04Stop leaking MDStrings.Jeffrey Yasskin
2010-01-05NamedMDNode is a collection MDNodes.Devang Patel
2009-12-31don't unittest mdnode printing, we have disassembler tests for this.Chris Lattner
2009-12-31rename "elements" of metadata to "operands". "Elements" areChris Lattner
2009-10-27Type.h doesn't need to #include LLVMContext.hChris Lattner
2009-09-07Update unittests for MDNode uniquing disable.Daniel Dunbar
2009-09-03Now Bitcode reader bug is fixed. Reapply 80839.Devang Patel
2009-09-02Revert 80839 for now. It causes test failures.Devang Patel
2009-09-02Use CallbackVH, instead of WeakVH, to hold MDNode elements. Devang Patel
2009-09-02Disable uniqueness test for now.Devang Patel
2009-08-23upgrade for removed functions.Chris Lattner
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-07-31Fix unit tests.Owen Anderson
2009-07-30fix a unitialized pointer in NamedMDNode (and reenable unittest)Benjamin Kramer
2009-07-30Disable the NamedMDNodeTest, it is failing everywhere.Daniel Dunbar
2009-07-30Add NamedMDNode test.Devang Patel
2009-07-28fix unittestBenjamin Kramer
2009-07-25Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar
2009-07-24Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson
2009-07-23MDStringDevang Patel
2009-07-23Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel
2009-07-14Move EVER MORE stuff over to LLVMContext.Owen Anderson
2009-07-08Drop "constant" from Devang Patel
2009-07-08Update SLotTracker to handle MDNode slots.Devang Patel
2009-05-30Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky
2009-05-10Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky
2009-04-09Fix pointer casting problem.Nick Lewycky
2009-04-04Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky