summaryrefslogtreecommitdiff
path: root/unittests/VMCore
AgeCommit message (Expand)AuthorFilesLines
2010-03-18another oneGabor Greif1-1/+1
2010-03-17feedback from NickGabor Greif1-1/+2
2010-03-16more BranchInst testsGabor Greif1-0/+15
2010-03-16add BranchInst testsGabor Greif1-0/+71
2010-03-16appease valgrind testersGabor Greif1-0/+4
2010-03-16add single return testsGabor Greif1-0/+11
2010-03-16fix PR6589Gabor Greif1-3/+3
2010-03-16begin humbly with a repro of PR6589Gabor Greif1-0/+26
2010-03-13Remove the last memory leak from the VMCore unit tests.Jeffrey Yasskin1-2/+2
2010-03-13Remove a memory leak from MetadataTest.Jeffrey Yasskin1-2/+2
2010-03-13Remove a memory leak from VerifierTest.Jeffrey Yasskin1-3/+4
2010-03-04Stop leaking MDStrings.Jeffrey Yasskin1-11/+18
2010-02-15Teach the verifier to check the condition on a branch and ensure that it hasNick Lewycky1-0/+44
2010-02-11Fix some of the memcheck errors found in the JIT unittests.Jeffrey Yasskin1-4/+6
2010-01-26Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn'tJeffrey Yasskin1-5/+0
2010-01-26Revert 94484. Re-disable unittests that need RTTI.Bob Wilson1-0/+5
2010-01-26Re-enable unit tests disabled in r94164 by telling GTest about theJeffrey Yasskin1-5/+0
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner1-0/+5
2010-01-05NamedMDNode is a collection MDNodes.Devang Patel1-1/+1
2009-12-31don't unittest mdnode printing, we have disassembler tests for this.Chris Lattner1-18/+1
2009-12-31rename "elements" of metadata to "operands". "Elements" areChris Lattner1-6/+6
2009-12-17This fixes a memory leak in OpaqueType found by Google's internal heapchecker.Jeffrey Yasskin1-0/+31
2009-10-27Type.h doesn't need to #include LLVMContext.hChris Lattner1-0/+1
2009-09-07Update unittests for MDNode uniquing disable.Daniel Dunbar1-0/+4
2009-09-03Now Bitcode reader bug is fixed. Reapply 80839.Devang Patel1-1/+1
2009-09-02Revert 80839 for now. It causes test failures.Devang Patel1-1/+1
2009-09-02Use CallbackVH, instead of WeakVH, to hold MDNode elements. Devang Patel1-1/+1
2009-09-02Disable uniqueness test for now.Devang Patel1-1/+1
2009-08-31update unit test for previous change.Chris Lattner1-1/+1
2009-08-23upgrade for removed functions.Chris Lattner1-11/+16
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson3-24/+24
2009-07-31Fix unit tests.Owen Anderson1-14/+16
2009-07-30Move more code back to 2.5 APIs.Owen Anderson1-1/+1
2009-07-30fix a unitialized pointer in NamedMDNode (and reenable unittest)Benjamin Kramer1-3/+0
2009-07-30Disable the NamedMDNodeTest, it is failing everywhere.Daniel Dunbar1-0/+3
2009-07-30Add NamedMDNode test.Devang Patel1-0/+22
2009-07-29Update unittest for LLVM API change.Benjamin Kramer1-18/+18
2009-07-28fix unittestBenjamin Kramer1-1/+1
2009-07-25Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar1-8/+8
2009-07-24Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2-15/+13
2009-07-23MDStringDevang Patel1-8/+8
2009-07-23Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel1-19/+0
2009-07-14Move EVER MORE stuff over to LLVMContext.Owen Anderson1-17/+17
2009-07-14Port this unittest to use LLVMContext.Dan Gohman1-30/+33
2009-07-08Drop "constant" from Devang Patel1-4/+4
2009-07-08Update SLotTracker to handle MDNode slots.Devang Patel1-4/+4
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson1-3/+3
2009-07-01Fix unit tests for LLVMContext+Module.Owen Anderson1-3/+4
2009-06-29Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly...Torok Edwin2-1/+527
2009-05-30Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky1-5/+7