Add fake use to suppress defined-but-unused warnings
[oota-llvm.git] / test / CodeGen / X86 / vec_splat.ll
2014-09-14 Chandler Carruth[x86] Teach the vector combiner that picks a canonical...
2014-08-11 Michael J. Spencer[x86] Fold extract_vector_elt of a load into the Load...
2014-07-18 Michael J. SpencerRevert "[x86] Fold extract_vector_elt of a load into...
2014-05-29 Michael J. Spencer[x86] Fold extract_vector_elt of a load into the Load...
2014-05-01 Michael J. Spencer[IR] Make {extract,insert}element accept an index of...
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2013-01-26 Benjamin KramerFileCheckize and merge some tests.
2012-04-27 Craig TopperAdd mcpu to tests to prevent them from using AVX instru...
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...
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.