aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/VMCore/InstructionsTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for vectors of pointers.Nadav Rotem2011-12-051-0/+97
* The 'expected' argument to EXPECT_EQ is actually the first one;John McCall2011-08-271-23/+23
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-7/+7
* Teach getCastOpcode about element-by-element vector casts. For example, "trunc"Duncan Sands2011-05-181-0/+8
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-111-0/+1
* While testing dragonegg I noticed that isCastable and getCastOpcodeDuncan Sands2011-04-011-0/+13
* Remove the "ugly" method BranchInst::setUnconditionalDest().Jay Foad2011-01-071-17/+0
* Prefix `next' iterator operation with `llvm::'.Oscar Fuentes2010-08-021-2/+2
* 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