[x86] Regenerate precise checks for a couple of test cases and remove
[oota-llvm.git] / test / CodeGen / X86 / vec_insert.ll
2013-08-23 Rafael EspindolaRename features to match what gcc and clang use.
2010-02-27 Dan GohmanAdd nounwinds.
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-01-02 Evan ChengUse movaps / movd to extract vector element 0 even...
2007-12-12 Evan ChengUse shuffles to implement insert_vector_elt for i32...
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-04-16 Reid SpencerFor PR1319:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-04-21 Evan ChengAdd && to each RUN: line (except the last one).
2006-04-20 Evan ChengVector insert test case.