aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
AgeCommit message (Expand)Author
2006-01-11Add testcase for rotate by register and rotate by immediateNate Begeman
2006-01-11Testcase the PPC backend is miscompiling.Chris Lattner
2005-12-14Add a case for float just to make sure the patterns for both precisionsNate Begeman
2005-11-30Test that crashes the ppc backend.Chris Lattner
2005-11-10Check that this compiles to a label with a space in it.Chris Lattner
2005-10-30new testcaseChris Lattner
2005-10-30new testcaseChris Lattner
2005-10-25Add a regression test for the recent fix for FP_TO_UINT lowering in the ppcNate Begeman
2005-10-17Use %s instead of hard coding the input filename.John Criswell
2005-10-13Nate implemented this :)Chris Lattner
2005-10-10new testcaseChris Lattner
2005-10-10A testcase sitting in my treeChris Lattner
2005-10-09Testcase that is miscompiled by the ppc backendChris Lattner
2005-10-07These don't need to be sdivs.Chris Lattner
2005-10-07New testcase, should turn into a ushrChris Lattner
2005-10-07double to float casts should nto result in an fmrChris Lattner
2005-09-28add a testcase for a feature we regressed on because noone wrote the test! :(Chris Lattner
2005-09-28add testcase for nandChris Lattner
2005-09-28Consolidate the eqv.ll and nor.ll files together.Chris Lattner
2005-09-28simple tests for nor generationChris Lattner
2005-09-23new testcaseChris Lattner
2005-09-11Make sure to disable 64-bit extensions for this testChris Lattner
2005-09-09New testcase, neither should require a register-register copyChris Lattner
2005-09-06Test the new 64bit i64<->fp functionalityNate Begeman
2005-09-02Test that converting from double to int64 results in one libcall, not oneChris Lattner
2005-09-02new testcase to ensure fsqrt is generated for correct subtargets only, andChris Lattner
2005-09-02This should permit NOT and's, not even dead ones.Chris Lattner
2005-09-01Another case that shouldn't have sign extends: functions returning shortChris Lattner
2005-09-01Add regression test for efficient codegen of i32 x i32 -> hi32(i64) asNate Begeman
2005-08-31Add a testcase for nate's patchChris Lattner
2005-08-30The dag isel misses both of these, the pattern isel just misses the secondChris Lattner
2005-08-24Make sure this doesn't break when we're improving the iselsChris Lattner
2005-08-19remove dead optionsChris Lattner
2005-08-18Unmangled names.Jim Laskey
2005-08-181. Fix comment.Jim Laskey
2005-08-18Add regression test to make sure that constants are generated optimally.Jim Laskey
2005-08-18Add a testcase for load short -> uint, which is currently emitted as aNate Begeman
2005-08-12Added test cases to guarantee use of ORC and ANDC.Jim Laskey
2005-08-12testcase that crashed the ppc backend, distilled from craftyChris Lattner
2005-08-111. Added the function isOpcWithIntImmediate to simplify testing of operand withJim Laskey
2005-08-09Add testcases for new rlwinm cases handled, patch by Jim Laskey!Chris Lattner
2005-08-03Add a couple rlwinm tests for bitfield clearsNate Begeman
2005-08-03Update rlwimi tests to catch all the cases we care aboutNate Begeman
2005-05-12Fix this test on Solaris.John Criswell
2005-05-11Add testcase for legalizing ISD::CTTZ efficiently. On PPC, ctlz(int) isNate Begeman
2005-04-21Check for eqv matchingChris Lattner
2005-04-16Update dejagnu tests to use the new pattern isel flagNate Begeman
2005-04-13Add CodeGen tests for the recent SelectionDAG transformsNate Begeman
2005-04-10fix this testcase so the regex doesn't match the function nameChris Lattner
2005-04-09Add a testcase to make sure that we don't emit two fneg instructions backNate Begeman