summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_splat.ll
Commit message (Expand)AuthorAge
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13
* FileCheckize and merge some tests.Benjamin Kramer2013-01-26
* Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...Craig Topper2012-04-27
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Favors pshufd over shufps when shuffling elements from one vector. pshufd is ...Evan Cheng2008-04-05
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-21
* For PR1319:Reid Spencer2007-04-16
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* movddup is a SSE3 instruction.Evan Cheng2006-04-21
* Add && to each RUN: line (except the last one).Evan Cheng2006-04-21
* Don't know what I was thinking...Evan Cheng2006-04-20
* Better way to splat v2f64Evan Cheng2006-04-16
* Use unpcklpd for v2f64 splat.Evan Cheng2006-03-29
* Replace vector splat test case.Evan Cheng2006-03-22