summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_shuffle.ll
Commit message (Expand)AuthorAge
* test/CodeGen/X86/vec_shuffle.ll: Add explicit -mtriple=i686-linux. We may see...NAKAMURA Takumi2011-11-08
* Kill and collapse outstanding DomainValues.Jakob Stoklund Olesen2011-11-07
* BUILD_VECTOR was missing out on some prime opportunities to use SSE 4.1 inserts.Nate Begeman2010-03-24
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Remove obsolete -f flags.Dan Gohman2009-08-25
* Fix infinite recursion in the C++ code which handles movddup by making it unn...Nate Begeman2009-04-29
* 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
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* Re-apply 40504, but with a fix for the segfault it caused in oggenc:Dan Gohman2007-07-27
* Reverting 40504 for now. It's breaking oggenc.Evan Cheng2007-07-27
* Remove X86ISD::LOAD_PACK and X86ISD::LOAD_UA and associated code from theDan Gohman2007-07-26
* For PR1319:Reid Spencer2007-04-16
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* UpdateEvan Cheng2006-07-07
* Add && to each RUN: line (except the last one).Evan Cheng2006-04-21
* Separate out to 2 test casesEvan Cheng2006-04-05
* Add a new shuffle test case that requires pshuflw / pshufhw pair.Evan Cheng2006-04-05
* Add a pshufhw test case.Evan Cheng2006-03-29
* Use movhpd is even better than movlhps.Evan Cheng2006-03-28
* Add a v2f64 shuffle case.Evan Cheng2006-03-24
* Add a vector shuffle test caseEvan Cheng2006-03-24