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