aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/VMCore
Commit message (Expand)AuthorAgeFilesLines
* another oneGabor Greif2010-03-181-1/+1
* feedback from NickGabor Greif2010-03-171-1/+2
* more BranchInst testsGabor Greif2010-03-161-0/+15
* add BranchInst testsGabor Greif2010-03-161-0/+71
* appease valgrind testersGabor Greif2010-03-161-0/+4
* add single return testsGabor Greif2010-03-161-0/+11
* fix PR6589Gabor Greif2010-03-161-3/+3
* begin humbly with a repro of PR6589Gabor Greif2010-03-161-0/+26
* Remove the last memory leak from the VMCore unit tests.Jeffrey Yasskin2010-03-131-2/+2
* Remove a memory leak from MetadataTest.Jeffrey Yasskin2010-03-131-2/+2
* Remove a memory leak from VerifierTest.Jeffrey Yasskin2010-03-131-3/+4
* Stop leaking MDStrings.Jeffrey Yasskin2010-03-041-11/+18
* Teach the verifier to check the condition on a branch and ensure that it hasNick Lewycky2010-02-151-0/+44
* Fix some of the memcheck errors found in the JIT unittests.Jeffrey Yasskin2010-02-111-4/+6
* Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn'tJeffrey Yasskin2010-01-261-5/+0
* Revert 94484. Re-disable unittests that need RTTI.Bob Wilson2010-01-261-0/+5
* Re-enable unit tests disabled in r94164 by telling GTest about theJeffrey Yasskin2010-01-261-5/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+5
* NamedMDNode is a collection MDNodes.Devang Patel2010-01-051-1/+1
* don't unittest mdnode printing, we have disassembler tests for this.Chris Lattner2009-12-311-18/+1
* rename "elements" of metadata to "operands". "Elements" areChris Lattner2009-12-311-6/+6
* This fixes a memory leak in OpaqueType found by Google's internal heapchecker.Jeffrey Yasskin2009-12-171-0/+31
* Type.h doesn't need to #include LLVMContext.hChris Lattner2009-10-271-0/+1
* Update unittests for MDNode uniquing disable.Daniel Dunbar2009-09-071-0/+4
* Now Bitcode reader bug is fixed. Reapply 80839.Devang Patel2009-09-031-1/+1
* Revert 80839 for now. It causes test failures.Devang Patel2009-09-021-1/+1
* Use CallbackVH, instead of WeakVH, to hold MDNode elements. Devang Patel2009-09-021-1/+1
* Disable uniqueness test for now.Devang Patel2009-09-021-1/+1
* update unit test for previous change.Chris Lattner2009-08-311-1/+1
* upgrade for removed functions.Chris Lattner2009-08-231-11/+16
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-133-24/+24
* Fix unit tests.Owen Anderson2009-07-311-14/+16
* Move more code back to 2.5 APIs.Owen Anderson2009-07-301-1/+1
* 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
* Update unittest for LLVM API change.Benjamin Kramer2009-07-291-18/+18
* 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-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