aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
AgeCommit message (Expand)Author
2006-05-12New scheduling test case.Evan Cheng
2006-05-10Update test caseEvan Cheng
2006-05-09Another instruction scheduling test caseEvan Cheng
2006-05-09Test case for PR770Evan Cheng
2006-05-03Use movsd to shuffle in the lowest two elements of a v4f32 / v4i32 vector whenEvan Cheng
2006-05-03A few instruction scheduling test cases.Evan Cheng
2006-05-01Intel mode no longer uses %'s on registersChris Lattner
2006-04-28Update. It should use two shufps, not three!Evan Cheng
2006-04-28Test case for PR748Evan Cheng
2006-04-24Added a movq test case.Evan Cheng
2006-04-22Two more build_vector tests.Evan Cheng
2006-04-21movddup is a SSE3 instruction.Evan Cheng
2006-04-21Add && to each RUN: line (except the last one).Evan Cheng
2006-04-21More build_vector tests.Evan Cheng
2006-04-21Check for llc crash.Evan Cheng
2006-04-21To be replaced with another test.Evan Cheng
2006-04-20Don't know what I was thinking...Evan Cheng
2006-04-20Vector extract element test case.Evan Cheng
2006-04-20Vector insert test case.Evan Cheng
2006-04-20v16i8 splat with 2 punpcklbw and a single pshufd.Evan Cheng
2006-04-20Another shuffle test. For 4-wide shuffle, no more than 3 {p}shuf*.Evan Cheng
2006-04-20Added a test case for , e.g. xform pand <0, 0, -1, -1> to a shuffle.Evan Cheng
2006-04-20Added a movhlps, movlhps test case.Evan Cheng
2006-04-17New testcaseChris Lattner
2006-04-16Better way to splat v2f64Evan Cheng
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-04-10Add a vselect test case.Evan Cheng
2006-04-07Doh!Evan Cheng
2006-04-07Added more shuffle testsEvan Cheng
2006-04-05new testcaseChris Lattner
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-29Use unpcklpd for v2f64 splat.Evan Cheng
2006-03-28new testcaseChris Lattner
2006-03-28Use movhpd is even better than movlhps.Evan Cheng
2006-03-25Add a BUILD_VECTOR with unpack and interleave testcase.Evan Cheng
2006-03-25Added a scalar to vector with zero extension testcaseEvan Cheng
2006-03-24Zero vector testcaseEvan Cheng
2006-03-24fix two spellosChris Lattner
2006-03-24Add a v2f64 shuffle case.Evan Cheng
2006-03-24Add a vector shuffle test caseEvan Cheng
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer
2006-03-22Replace vector splat test case.Evan Cheng
2006-03-22Add a v2f64 splat (using movlhps) test case.Evan Cheng
2006-03-20Option -enable-x86-lsr has been removedEvan Cheng
2006-03-18update testcases for x86 fastcc changes.Chris Lattner
2006-03-17Add a lsr common loop invariant hoisting test caseEvan Cheng
2006-03-15Also requires -mattr=-sse3Evan Cheng
2006-03-10weak globals on darwin require an extra load, breaking this testChris Lattner