summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_insert-2.ll
Commit message (Expand)AuthorAge
* Rename features to match what gcc and clang use.Rafael Espindola2013-08-23
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* FileCheck-ize another test. This one is more clear and runs fewerChandler Carruth2011-07-02
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Use movaps / movd to extract vector element 0 even with sse4.1. It's still ch...Evan Cheng2009-01-02
* Fix PR2485: do all 4-element SSE shuffles in max. of 2 shuffle instructions.Evan Cheng2008-07-23
* Fix some more quoting issues in RUN lines, this time regarding unintendedMatthijs Kooijman2008-06-10
* Add nounwind.Evan Cheng2008-05-29
* Update test to catch recent x86 insert regression and improvementsNate Begeman2008-01-07
* Use shuffles to implement insert_vector_elt for i32, i64, f32, and f64.Evan Cheng2007-12-12