[Statepoints] Split the calling convention and statepoint flags operand to STATEPOINT...
[oota-llvm.git] / test / CodeGen / X86 / vec_insert-2.ll
2013-08-23 Rafael EspindolaRename features to match what gcc and clang use.
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2011-07-02 Chandler CarruthFileCheck-ize another test. This one is more clear...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-01-02 Evan ChengUse movaps / movd to extract vector element 0 even...
2008-07-23 Evan ChengFix PR2485: do all 4-element SSE shuffles in max. of...
2008-06-10 Matthijs KooijmanFix some more quoting issues in RUN lines, this time...
2008-05-29 Evan ChengAdd nounwind.
2008-01-07 Nate BegemanUpdate test to catch recent x86 insert regression and...
2007-12-12 Evan ChengUse shuffles to implement insert_vector_elt for i32...