summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_insert-2.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-09-18[X86] Teach the execution domain fixing tables to use movlhps inplace of unpc...Craig Topper
2017-09-18[X86] Teach execution domain fixing to convert between FP and int unpack inst...Craig Topper
2016-12-15[X86][SSE] Fix domains for VZEXT_LOAD type instructionsSimon Pilgrim
2016-02-07[X86][SSE] Added support for MOVHPD/MOVLPD + MOVHPS/MOVLPS shuffle decoding.Simon Pilgrim
2013-08-23Rename features to match what gcc and clang use.Rafael Espindola
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2011-07-02FileCheck-ize another test. This one is more clear and runs fewerChandler Carruth
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-01-02Use movaps / movd to extract vector element 0 even with sse4.1. It's still ch...Evan Cheng
2008-07-23Fix PR2485: do all 4-element SSE shuffles in max. of 2 shuffle instructions.Evan Cheng
2008-06-10Fix some more quoting issues in RUN lines, this time regarding unintendedMatthijs Kooijman
2008-05-29Add nounwind.Evan Cheng
2008-01-07Update test to catch recent x86 insert regression and improvementsNate Begeman
2007-12-12Use shuffles to implement insert_vector_elt for i32, i64, f32, and f64.Evan Cheng