If SSE2 is available, x86 should pass first 3 f32/f64 arguments in XMM registers...
[oota-llvm.git] / test / CodeGen / X86 / vec_splat.ll
2008-04-05 Evan ChengFavors pshufd over shufps when shuffling elements from...
2008-02-21 Tanya LattnerRemove llvm-upgrade and update tests.
2007-04-16 Reid SpencerFor PR1319:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-04-21 Evan Chengmovddup is a SSE3 instruction.
2006-04-21 Evan ChengAdd && to each RUN: line (except the last one).
2006-04-20 Evan ChengDon't know what I was thinking...
2006-04-16 Evan ChengBetter way to splat v2f64
2006-03-29 Evan ChengUse unpcklpd for v2f64 splat.
2006-03-22 Evan ChengReplace vector splat test case.