aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAgeFilesLines
* Use movsd to shuffle in the lowest two elements of a v4f32 / v4i32 vector whenEvan Cheng2006-05-031-0/+11
* A few instruction scheduling test cases.Evan Cheng2006-05-033-0/+117
* Intel mode no longer uses %'s on registersChris Lattner2006-05-016-7/+7
* Update. It should use two shufps, not three!Evan Cheng2006-04-281-1/+1
* Test case for PR748Evan Cheng2006-04-281-0/+31
* Added a movq test case.Evan Cheng2006-04-241-0/+10
* Two more build_vector tests.Evan Cheng2006-04-222-0/+37
* movddup is a SSE3 instruction.Evan Cheng2006-04-211-1/+1
* Add && to each RUN: line (except the last one).Evan Cheng2006-04-2111-13/+14
* More build_vector tests.Evan Cheng2006-04-213-0/+62
* Check for llc crash.Evan Cheng2006-04-212-0/+2
* To be replaced with another test.Evan Cheng2006-04-211-21/+0
* Don't know what I was thinking...Evan Cheng2006-04-201-1/+1
* Vector extract element test case.Evan Cheng2006-04-201-0/+25
* Vector insert test case.Evan Cheng2006-04-201-0/+19
* v16i8 splat with 2 punpcklbw and a single pshufd.Evan Cheng2006-04-201-0/+26
* Another shuffle test. For 4-wide shuffle, no more than 3 {p}shuf*.Evan Cheng2006-04-201-0/+9
* Added a test case for , e.g. xform pand <0, 0, -1, -1> to a shuffle.Evan Cheng2006-04-201-0/+8
* Added a movhlps, movlhps test case.Evan Cheng2006-04-201-0/+19
* New testcaseChris Lattner2006-04-171-0/+5
* Better way to splat v2f64Evan Cheng2006-04-161-1/+1
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-121-1/+1
* Add a vselect test case.Evan Cheng2006-04-101-0/+11
* Doh!Evan Cheng2006-04-071-2/+2
* Added more shuffle testsEvan Cheng2006-04-071-0/+46
* new testcaseChris Lattner2006-04-051-0/+55
* 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 unpcklpd for v2f64 splat.Evan Cheng2006-03-291-1/+1
* new testcaseChris Lattner2006-03-281-0/+18
* Use movhpd is even better than movlhps.Evan Cheng2006-03-281-1/+1
* Add a BUILD_VECTOR with unpack and interleave testcase.Evan Cheng2006-03-251-0/+14
* Added a scalar to vector with zero extension testcaseEvan Cheng2006-03-251-0/+21
* Zero vector testcaseEvan Cheng2006-03-241-0/+16
* fix two spellosChris Lattner2006-03-242-2/+2
* Add a v2f64 shuffle case.Evan Cheng2006-03-241-1/+9
* Add a vector shuffle test caseEvan Cheng2006-03-241-0/+10
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-231-0/+3
* Replace vector splat test case.Evan Cheng2006-03-222-11/+22
* Add a v2f64 splat (using movlhps) test case.Evan Cheng2006-03-221-0/+11
* Option -enable-x86-lsr has been removedEvan Cheng2006-03-201-1/+1
* update testcases for x86 fastcc changes.Chris Lattner2006-03-182-2/+4
* Add a lsr common loop invariant hoisting test caseEvan Cheng2006-03-171-0/+28
* Also requires -mattr=-sse3Evan Cheng2006-03-153-3/+3
* weak globals on darwin require an extra load, breaking this testChris Lattner2006-03-101-1/+1
* Add a test case for (store (op (load ..) ..) ..) folding.Evan Cheng2006-03-092-2/+45
* Add another test case for instruction scheduling.Evan Cheng2006-03-031-0/+10
* Remove these testcases. These intrinsics are going awayChris Lattner2006-03-032-42/+0
* Add a regression test for bug 478.Evan Cheng2006-03-021-0/+11