summaryrefslogtreecommitdiff
path: root/unittests/VMCore/InstructionsTest.cpp
Commit message (Expand)AuthorAge
* Sort the #include lines for unittest/...Chandler Carruth2012-12-04
* Fix isEliminableCastPair to work correctly in the presence of pointersDuncan Sands2012-10-30
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live withChandler Carruth2012-07-15
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-29
* Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands2012-04-16
* Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands2012-04-16
* Add support for vectors of pointers.Nadav Rotem2011-12-05
* The 'expected' argument to EXPECT_EQ is actually the first one;John McCall2011-08-27
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Teach getCastOpcode about element-by-element vector casts. For example, "trunc"Duncan Sands2011-05-18
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-11
* While testing dragonegg I noticed that isCastable and getCastOpcodeDuncan Sands2011-04-01
* Remove the "ugly" method BranchInst::setUnconditionalDest().Jay Foad2011-01-07
* Prefix `next' iterator operation with `llvm::'.Oscar Fuentes2010-08-02
* 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