aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_shuffle.ll
AgeCommit message (Expand)Author
2011-11-08test/CodeGen/X86/vec_shuffle.ll: Add explicit -mtriple=i686-linux. We may see...NAKAMURA Takumi
2011-11-07Kill and collapse outstanding DomainValues.Jakob Stoklund Olesen
2010-03-24BUILD_VECTOR was missing out on some prime opportunities to use SSE 4.1 inserts.Nate Begeman
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-25Remove obsolete -f flags.Dan Gohman
2009-04-29Fix infinite recursion in the C++ code which handles movddup by making it unn...Nate Begeman
2008-04-05Favors pshufd over shufps when shuffling elements from one vector. pshufd is ...Evan Cheng
2008-02-21Remove llvm-upgrade and update tests.Tanya Lattner
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-07-27Re-apply 40504, but with a fix for the segfault it caused in oggenc:Dan Gohman
2007-07-27Reverting 40504 for now. It's breaking oggenc.Evan Cheng
2007-07-26Remove X86ISD::LOAD_PACK and X86ISD::LOAD_UA and associated code from theDan Gohman
2007-04-16For PR1319:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-07-07UpdateEvan Cheng
2006-04-21Add && to each RUN: line (except the last one).Evan Cheng
2006-04-05Separate out to 2 test casesEvan Cheng
2006-04-05Add a new shuffle test case that requires pshuflw / pshufhw pair.Evan Cheng
2006-03-29Add a pshufhw test case.Evan Cheng
2006-03-28Use movhpd is even better than movlhps.Evan Cheng
2006-03-24Add a v2f64 shuffle case.Evan Cheng
2006-03-24Add a vector shuffle test caseEvan Cheng