aboutsummaryrefslogtreecommitdiff
path: root/unittests/VMCore
AgeCommit message (Expand)Author
2010-09-27Move ValueMapTest from ADT to VMCore so that ADT doesn't needDan Gohman
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-08-02Prefix `next' iterator operation with `llvm::'.Oscar Fuentes
2010-07-21Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman
2010-07-17unit test to go along with r108610Chris Lattner
2010-07-13Switch from EXPECT_EQ({true,false, ...) to the more canonicalChandler Carruth
2010-04-16introduce a new CallGraphSCC class, and pass it aroundChris Lattner
2010-03-18another oneGabor Greif
2010-03-17feedback from NickGabor Greif
2010-03-16more BranchInst testsGabor Greif
2010-03-16add BranchInst testsGabor Greif
2010-03-16appease valgrind testersGabor Greif
2010-03-16add single return testsGabor Greif
2010-03-16fix PR6589Gabor Greif
2010-03-16begin humbly with a repro of PR6589Gabor Greif
2010-03-13Remove the last memory leak from the VMCore unit tests.Jeffrey Yasskin
2010-03-13Remove a memory leak from MetadataTest.Jeffrey Yasskin
2010-03-13Remove a memory leak from VerifierTest.Jeffrey Yasskin
2010-03-04Stop leaking MDStrings.Jeffrey Yasskin
2010-02-15Teach the verifier to check the condition on a branch and ensure that it hasNick Lewycky
2010-02-11Fix some of the memcheck errors found in the JIT unittests.Jeffrey Yasskin
2010-01-26Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn'tJeffrey Yasskin
2010-01-26Revert 94484. Re-disable unittests that need RTTI.Bob Wilson
2010-01-26Re-enable unit tests disabled in r94164 by telling GTest about theJeffrey Yasskin
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2010-01-05NamedMDNode is a collection MDNodes.Devang Patel
2009-12-31don't unittest mdnode printing, we have disassembler tests for this.Chris Lattner
2009-12-31rename "elements" of metadata to "operands". "Elements" areChris Lattner
2009-12-17This fixes a memory leak in OpaqueType found by Google's internal heapchecker.Jeffrey Yasskin
2009-10-27Type.h doesn't need to #include LLVMContext.hChris Lattner
2009-09-07Update unittests for MDNode uniquing disable.Daniel Dunbar
2009-09-03Now Bitcode reader bug is fixed. Reapply 80839.Devang Patel
2009-09-02Revert 80839 for now. It causes test failures.Devang Patel
2009-09-02Use CallbackVH, instead of WeakVH, to hold MDNode elements. Devang Patel
2009-09-02Disable uniqueness test for now.Devang Patel
2009-08-31update unit test for previous change.Chris Lattner
2009-08-23upgrade for removed functions.Chris Lattner
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-07-31Fix unit tests.Owen Anderson
2009-07-30Move more code back to 2.5 APIs.Owen Anderson
2009-07-30fix a unitialized pointer in NamedMDNode (and reenable unittest)Benjamin Kramer
2009-07-30Disable the NamedMDNodeTest, it is failing everywhere.Daniel Dunbar
2009-07-30Add NamedMDNode test.Devang Patel
2009-07-29Update unittest for LLVM API change.Benjamin Kramer
2009-07-28fix unittestBenjamin Kramer
2009-07-25Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar
2009-07-24Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson
2009-07-23MDStringDevang Patel