aboutsummaryrefslogtreecommitdiff
path: root/unittests/VMCore/InstructionsTest.cpp
AgeCommit message (Expand)Author
2012-04-16Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands
2012-04-16Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands
2011-12-05Add support for vectors of pointers.Nadav Rotem
2011-08-27The 'expected' argument to EXPECT_EQ is actually the first one;John McCall
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-05-18Teach getCastOpcode about element-by-element vector casts. For example, "trunc"Duncan Sands
2011-04-11Don't include Operator.h from InstrTypes.h.Jay Foad
2011-04-01While testing dragonegg I noticed that isCastable and getCastOpcodeDuncan Sands
2011-01-07Remove the "ugly" method BranchInst::setUnconditionalDest().Jay Foad
2010-08-02Prefix `next' iterator operation with `llvm::'.Oscar Fuentes
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