aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/vec_insert-2.ll
Commit message (Expand)AuthorAgeFilesLines
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-5/+5
* Use movaps / movd to extract vector element 0 even with sse4.1. It's still ch...Evan Cheng2009-01-021-5/+5
* Fix PR2485: do all 4-element SSE shuffles in max. of 2 shuffle instructions.Evan Cheng2008-07-231-3/+2
* Fix some more quoting issues in RUN lines, this time regarding unintendedMatthijs Kooijman2008-06-101-2/+2
* Add nounwind.Evan Cheng2008-05-291-4/+4
* Update test to catch recent x86 insert regression and improvementsNate Begeman2008-01-071-0/+3
* Use shuffles to implement insert_vector_elt for i32, i64, f32, and f64.Evan Cheng2007-12-121-0/+23