aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/vec_shuffle.ll
Commit message (Expand)AuthorAgeFilesLines
* test/CodeGen/X86/vec_shuffle.ll: Add explicit -mtriple=i686-linux. We may see...NAKAMURA Takumi2011-11-081-1/+1
* Kill and collapse outstanding DomainValues.Jakob Stoklund Olesen2011-11-071-5/+10
* BUILD_VECTOR was missing out on some prime opportunities to use SSE 4.1 inserts.Nate Begeman2010-03-241-1/+2
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
* Remove obsolete -f flags.Dan Gohman2009-08-251-1/+1
* Fix infinite recursion in the C++ code which handles movddup by making it unn...Nate Begeman2009-04-291-1/+1
* Favors pshufd over shufps when shuffling elements from one vector. pshufd is ...Evan Cheng2008-04-051-3/+3
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-211-30/+30
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-3/+3
* Re-apply 40504, but with a fix for the segfault it caused in oggenc:Dan Gohman2007-07-271-1/+1
* Reverting 40504 for now. It's breaking oggenc.Evan Cheng2007-07-271-1/+1
* Remove X86ISD::LOAD_PACK and X86ISD::LOAD_UA and associated code from theDan Gohman2007-07-261-1/+1
* For PR1319:Reid Spencer2007-04-161-3/+4
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-3/+3
* UpdateEvan Cheng2006-07-071-1/+1
* Add && to each RUN: line (except the last one).Evan Cheng2006-04-211-2/+2
* Separate out to 2 test casesEvan Cheng2006-04-051-26/+1
* Add a new shuffle test case that requires pshuflw / pshufhw pair.Evan Cheng2006-04-051-2/+27
* Add a pshufhw test case.Evan Cheng2006-03-291-0/+25
* Use movhpd is even better than movlhps.Evan Cheng2006-03-281-1/+1
* Add a v2f64 shuffle case.Evan Cheng2006-03-241-1/+9
* Add a vector shuffle test caseEvan Cheng2006-03-241-0/+10