aboutsummaryrefslogtreecommitdiff
path: root/unittests/VMCore
AgeCommit message (Expand)Author
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-24"I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1,Chris Lattner
2009-04-09Fix pointer casting problem.Nick Lewycky
2009-04-09Fixed compiler warning.Misha Brukman
2009-04-04Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky
2009-03-24Converted a1.ll to unittests.Misha Brukman