aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2006-05-12new testcase for a recent rlwimi crash.Chris Lattner
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-08new testcaseChris Lattner
2006-05-06new testcase we handle right now.Chris Lattner
2006-05-06new testcaseChris Lattner
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-28testcase that crashes the ppc backend, which can't sextinreg(i1)Chris Lattner
2006-04-28Update. It should use two shufps, not three!Evan Cheng
2006-04-28Test case for PR748Evan Cheng
2006-04-27new testcaseChris Lattner
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-20allow this dir to get prunedChris Lattner
2006-04-20Remove this target's reg testsChris Lattner
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-20New testcase for a codegen crashChris Lattner
2006-04-18new testcaseChris Lattner
2006-04-18Add tests for v8i16 and v16i8Chris Lattner
2006-04-18new testcaseChris Lattner
2006-04-17New testcase, shouldn't touch vrsaveChris Lattner
2006-04-17New testcaseChris Lattner
2006-04-17Some more cases that can be generated with two instructionsChris Lattner
2006-04-17New testcasesChris Lattner
2006-04-17new testcaseChris Lattner
2006-04-17New testcaseChris Lattner
2006-04-17new testcase, these shuffles can be implemented with discrete instructions,Chris Lattner
2006-04-16Better way to splat v2f64Evan Cheng
2006-04-14Force a specific config, because this test fails in certain configs otherwise.Chris Lattner
2006-04-13fix this for the more restrictive linkageAndrew Lenharth
2006-04-13This test fails and I don't know why, xfail it until andrew gets a chance toChris Lattner
2006-04-13Oops, move misplaced testChris Lattner
2006-04-13Add a run with an unusual target triple, revert the patch that sent output toChris Lattner
2006-04-13Update a count, this test now passes.Chris Lattner
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner