aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-242-15/+13
* 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
* Port this unittest to use LLVMContext.Dan Gohman2009-07-141-30/+33
* Drop "constant" from Devang Patel2009-07-081-4/+4
* Update SLotTracker to handle MDNode slots.Devang Patel2009-07-081-4/+4
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-3/+3
* Fix unit tests for LLVMContext+Module.Owen Anderson2009-07-011-3/+4
* Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly...Torok Edwin2009-06-292-1/+527
* 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
* "I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1,Chris Lattner2009-04-241-0/+14
* Fix pointer casting problem.Nick Lewycky2009-04-091-1/+2
* Fixed compiler warning.Misha Brukman2009-04-091-1/+1
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-041-0/+96
* Converted a1.ll to unittests.Misha Brukman2009-03-242-0/+113