aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/VMCore/MetadataTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* upgrade for removed functions.Chris Lattner2009-08-231-11/+16
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-5/+5
* Fix unit tests.Owen Anderson2009-07-311-14/+16
* fix a unitialized pointer in NamedMDNode (and reenable unittest)Benjamin Kramer2009-07-301-3/+0
* Disable the NamedMDNodeTest, it is failing everywhere.Daniel Dunbar2009-07-301-0/+3
* Add NamedMDNode test.Devang Patel2009-07-301-0/+22
* fix unittestBenjamin Kramer2009-07-281-1/+1
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-251-8/+8
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-2/+2
* MDStringDevang Patel2009-07-231-8/+8
* Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel2009-07-231-19/+0
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-17/+17
* Drop "constant" from Devang Patel2009-07-081-4/+4
* Update SLotTracker to handle MDNode slots.Devang Patel2009-07-081-4/+4
* Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky2009-05-301-5/+7
* Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky2009-05-101-9/+49
* Fix pointer casting problem.Nick Lewycky2009-04-091-1/+2
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-041-0/+96