aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Teach getCastOpcode about element-by-element vector casts. For example, "trunc"Duncan Sands2011-05-181-0/+8
* PR9214: Convert Metadata API to use ArrayRef.Jay Foad2011-04-211-6/+6
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-112-0/+2
* While testing dragonegg I noticed that isCastable and getCastOpcodeDuncan Sands2011-04-011-0/+13
* Strip trailing whitespace.Duncan Sands2011-03-312-14/+14
* Allow unnamed_addr on declarations.Rafael Espindola2011-01-151-27/+0
* Reject uses of unnamed_addr in declarations.Rafael Espindola2011-01-131-0/+26
* First step in fixing PR8927:Rafael Espindola2011-01-081-0/+20
* Remove the "ugly" method BranchInst::setUnconditionalDest().Jay Foad2011-01-071-17/+0
* fix PR8867: a crash handling fp128. Thanks to Nick for the testcase.Chris Lattner2010-12-291-0/+9
* Revert 119600 to unbreak the build. Francois, please investigate.Jim Grosbach2010-11-181-9/+9
* Appease MSVC 2008: you can't use keyword this inside EXPECT_EQ().Francois Pichet2010-11-181-9/+9
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-8/+29
* Move ValueMapTest from ADT to VMCore so that ADT doesn't needDan Gohman2010-09-271-0/+294
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-6/+6
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-6/+6
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-6/+6
* Prefix `next' iterator operation with `llvm::'.Oscar Fuentes2010-08-021-2/+2
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-211-3/+4
* unit test to go along with r108610Chris Lattner2010-07-171-1/+56
* Switch from EXPECT_EQ({true,false, ...) to the more canonicalChandler Carruth2010-07-131-9/+9
* introduce a new CallGraphSCC class, and pass it aroundChris Lattner2010-04-161-1/+1
* 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