summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vshift-2.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-06-04[X86][SSE] Change BUILD_VECTOR interleaving ordering to improve coalescing/co...Simon Pilgrim
2017-04-26[X86][SSE2] Fix asm string for movq (Move Quadword) instruction.Ayman Musa
2017-04-06[X86] Revert r299387 due to AVX legalization infinite loop.Michael Kuperstein
2017-04-03[X86][SSE]] Lower BUILD_VECTOR with repeated elts as BUILD_VECTOR + VECTOR_SH...Simon Pilgrim
2016-07-30[X86][SSE] Regenerate vshift testsSimon Pilgrim
2013-07-30[DAGCombiner] insert_vector_elt: Avoid building a vector twice.Quentin Colombet
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2012-07-18This patch fixes 8 out of 20 unexpected failures in "make check"Preston Gurd
2010-12-19now that generic vector types aren't selected onto MMX registers, theseChris Lattner
2009-10-23Update tests for 84931.Evan Cheng
2009-10-22Allow the target to select the level of anti-dependence breaking that should ...David Goodwin
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-09-03Test cases for vector shifts changes r80935Mon P Wang
2009-08-25Remove obsolete -f flags.Dan Gohman
2009-01-28Added sse test patterns for r62979 and r63193.Mon P Wang