Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / unittests / VMCore / InstructionsTest.cpp
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-10-30 Duncan SandsFix isEliminableCastPair to work correctly in the prese...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-07-15 Chandler CarruthMove llvm/Support/MDBuilder.h to llvm/MDBuilder.h,...
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-04-16 Duncan SandsRemove support for the special 'fast' value for fpmath...
2012-04-16 Duncan SandsMake it possible to indicate relaxed floating point...
2011-12-05 Nadav RotemAdd support for vectors of pointers.
2011-08-27 John McCallThe 'expected' argument to EXPECT_EQ is actually the...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-05-18 Duncan SandsTeach getCastOpcode about element-by-element vector...
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2011-04-01 Duncan SandsWhile testing dragonegg I noticed that isCastable and...
2011-01-07 Jay FoadRemove the "ugly" method BranchInst::setUnconditionalDe...
2010-08-02 Oscar FuentesPrefix `next' iterator operation with `llvm::'.
2010-03-18 Gabor Greifanother one
2010-03-17 Gabor Greiffeedback from Nick
2010-03-16 Gabor Greifmore BranchInst tests
2010-03-16 Gabor Greifadd BranchInst tests
2010-03-16 Gabor Greifappease valgrind testers
2010-03-16 Gabor Greifadd single return tests
2010-03-16 Gabor Greiffix PR6589
2010-03-16 Gabor Greifbegin humbly with a repro of PR6589