aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/vec_insert.ll
Commit message (Expand)AuthorAgeFilesLines
* Add nounwinds.Dan Gohman2010-02-271-2/+2
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-2/+2
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-1/+1
* Use movaps / movd to extract vector element 0 even with sse4.1. It's still ch...Evan Cheng2009-01-021-2/+2
* Use shuffles to implement insert_vector_elt for i32, i64, f32, and f64.Evan Cheng2007-12-121-12/+11
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-2/+2
* For PR1319:Reid Spencer2007-04-161-2/+3
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-2/+2
* Add && to each RUN: line (except the last one).Evan Cheng2006-04-211-1/+1
* Vector insert test case.Evan Cheng2006-04-201-0/+19