summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAge
* Update test case.Evan Cheng2006-07-05
* new testcase, not currently working.Chris Lattner2006-06-14
* Add new testcaseChris Lattner2006-06-08
* New testcase, using "AX" as i32.Chris Lattner2006-06-08
* Update vector extract test cases.Evan Cheng2006-05-31
* Added a test case for parameter passing of vector values.Evan Cheng2006-05-30
* Fix the test failure on non-Darwin targets.Evan Cheng2006-05-30
* Add a lea instruction selection test case.Evan Cheng2006-05-30
* New test case. x86 isel was creating a cycle in the DAG.Evan Cheng2006-05-25
* -sched-commute-nodes is now on by default.Evan Cheng2006-05-25
* One of these xforms is only safe with unsafe math enabled.Chris Lattner2006-05-24
* Added a test case for FP equality check.Evan Cheng2006-05-23
* New test case for vector type argument pass by value.Evan Cheng2006-05-17
* Remove this xfail-d test, which doesn't make any senseChris Lattner2006-05-16
* New scheduling test case.Evan Cheng2006-05-12
* Update test caseEvan Cheng2006-05-10
* Another instruction scheduling test caseEvan Cheng2006-05-09
* Test case for PR770Evan Cheng2006-05-09
* Use movsd to shuffle in the lowest two elements of a v4f32 / v4i32 vector whenEvan Cheng2006-05-03
* A few instruction scheduling test cases.Evan Cheng2006-05-03
* Intel mode no longer uses %'s on registersChris Lattner2006-05-01
* Update. It should use two shufps, not three!Evan Cheng2006-04-28
* Test case for PR748Evan Cheng2006-04-28
* Added a movq test case.Evan Cheng2006-04-24
* Two more build_vector tests.Evan Cheng2006-04-22
* movddup is a SSE3 instruction.Evan Cheng2006-04-21
* Add && to each RUN: line (except the last one).Evan Cheng2006-04-21
* More build_vector tests.Evan Cheng2006-04-21
* Check for llc crash.Evan Cheng2006-04-21
* To be replaced with another test.Evan Cheng2006-04-21
* Don't know what I was thinking...Evan Cheng2006-04-20
* Vector extract element test case.Evan Cheng2006-04-20
* Vector insert test case.Evan Cheng2006-04-20
* v16i8 splat with 2 punpcklbw and a single pshufd.Evan Cheng2006-04-20
* Another shuffle test. For 4-wide shuffle, no more than 3 {p}shuf*.Evan Cheng2006-04-20
* Added a test case for , e.g. xform pand <0, 0, -1, -1> to a shuffle.Evan Cheng2006-04-20
* Added a movhlps, movlhps test case.Evan Cheng2006-04-20
* New testcaseChris Lattner2006-04-17
* Better way to splat v2f64Evan Cheng2006-04-16
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-12
* Add a vselect test case.Evan Cheng2006-04-10
* Doh!Evan Cheng2006-04-07
* Added more shuffle testsEvan Cheng2006-04-07
* new testcaseChris Lattner2006-04-05
* 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 unpcklpd for v2f64 splat.Evan Cheng2006-03-29
* new testcaseChris Lattner2006-03-28
* Use movhpd is even better than movlhps.Evan Cheng2006-03-28