summaryrefslogtreecommitdiff
path: root/unittests/VMCore
AgeCommit message (Expand)AuthorFilesLines
2012-04-16Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands1-8/+0
2012-04-16Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands1-0/+25
2012-03-31I noticed in passing that the Metadata getIfExists method was creating a newDuncan Sands1-0/+7
2012-03-30Handle unreachable code in the dominates functions. This changes users whenRafael Espindola2-1/+196
2012-01-02Undo the hack in r147427 and move this unittest to a better home. ThisChandler Carruth2-65/+1
2012-01-02Fix unittest makefile after r147425. This should unbreak the makefileChandler Carruth1-1/+1
2012-01-02Materialize functions whose basic blocks are used by global variables. FixesRafael Espindola1-0/+64
2011-12-12re-enable unittestDylan Noblesmith1-2/+2
2011-12-05Add support for vectors of pointers.Nadav Rotem1-0/+97
2011-08-30Fix C++0x narrowing errors when char is unsigned.Jeffrey Yasskin1-1/+1
2011-08-27The 'expected' argument to EXPECT_EQ is actually the first one;John McCall1-23/+23
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner3-12/+12
2011-07-12Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad1-2/+2
2011-07-12Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling1-2/+2
2011-07-11De-constify Types in FunctionType::get().Jay Foad1-2/+2
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner1-88/+0
2011-06-20Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner1-1/+1
2011-05-18Teach getCastOpcode about element-by-element vector casts. For example, "trunc"Duncan Sands1-0/+8
2011-04-21PR9214: Convert Metadata API to use ArrayRef.Jay Foad1-6/+6
2011-04-11Don't include Operator.h from InstrTypes.h.Jay Foad2-0/+2
2011-04-01While testing dragonegg I noticed that isCastable and getCastOpcodeDuncan Sands1-0/+13
2011-03-31Strip trailing whitespace.Duncan Sands2-14/+14
2011-01-15Allow unnamed_addr on declarations.Rafael Espindola1-27/+0
2011-01-13Reject uses of unnamed_addr in declarations.Rafael Espindola1-0/+26
2011-01-08First step in fixing PR8927:Rafael Espindola1-0/+20
2011-01-07Remove the "ugly" method BranchInst::setUnconditionalDest().Jay Foad1-17/+0
2010-12-29fix PR8867: a crash handling fp128. Thanks to Nick for the testcase.Chris Lattner1-0/+9
2010-11-18Revert 119600 to unbreak the build. Francois, please investigate.Jim Grosbach1-9/+9
2010-11-18Appease MSVC 2008: you can't use keyword this inside EXPECT_EQ().Francois Pichet1-9/+9
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson1-8/+29
2010-09-27Move ValueMapTest from ADT to VMCore so that ADT doesn't needDan Gohman1-0/+294
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-6/+6
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-6/+6
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-6/+6
2010-08-02Prefix `next' iterator operation with `llvm::'.Oscar Fuentes1-2/+2
2010-07-21Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman1-3/+4
2010-07-17unit test to go along with r108610Chris Lattner1-1/+56
2010-07-13Switch from EXPECT_EQ({true,false, ...) to the more canonicalChandler Carruth1-9/+9
2010-04-16introduce a new CallGraphSCC class, and pass it aroundChris Lattner1-1/+1
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