aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
AgeCommit message (Expand)Author
2008-01-16add testcase for regressionChris Lattner
2008-01-08remove darwin/i386 t-tChris Lattner
2008-01-08Finally implement correct ordered comparisons for PPC, even thoughChris Lattner
2007-12-08Fix a significant code quality regression I introduced on PPC64 quite Chris Lattner
2007-12-08implement __builtin_return_addr(0) on ppc.Chris Lattner
2007-11-27Fix a crash on invalid code due to memcpy lowering.Chris Lattner
2007-11-19Testcase for PR1811Chris Lattner
2007-11-16Testcase from PR 1508 (although its's somewhatDale Johannesen
2007-11-05Skip over deleted val#'s.Evan Cheng
2007-10-26On second thought. Remove this as it should never be generated in the firstBill Wendling
2007-10-26- Remove the hacky code that forces a memcpy. Alignment is taken care of in theBill Wendling
2007-10-23If there's an unaligned memcpy to/from the stack, don't lower it. Just call theBill Wendling
2007-10-23Temporary solution: added a different set of BCTRL_Macho / BCTRL_ELF with rig...Evan Cheng
2007-10-22Use ptr type in the immediate field of a BxA instruction so we don't end up s...Evan Cheng
2007-10-18Pointer arithmetic should be done with the index the same size as the pointer.Bill Wendling
2007-10-16Fix a bug handling frame references in ppc inline asm when the frame offsetChris Lattner
2007-10-05First round of ppc long double. call/return andDale Johannesen
2007-09-14Add explicit triples to avoid default behavior that varies by host.Dan Gohman
2007-09-12Fixed a typo that's causing a missing kill marker.Evan Cheng
2007-09-11Sometimes a MI can define a register as well as defining a super-register at theEvan Cheng
2007-09-10this is not infinite recursion.Chris Lattner
2007-09-08Implement misaligned FP loads and stores.Dale Johannesen
2007-09-07Add missing index versions of instructions to the map.Bill Wendling
2007-09-05Change all floating constants that are not exactlyDale Johannesen
2007-09-05Add the 64-bit versions of the DS* Altivec instructions.Bill Wendling
2007-09-04Fix for PR1613: added 64-bit rotate left PPC instructions and patterns.Evan Cheng
2007-08-22update test to check that codegen works with llvm.used in llvm.metadata sectionAndrew Lenharth
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-08-14Test case for PR1596.Evan Cheng
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth
2007-07-31new testcaseChris Lattner
2007-07-30Fix a bug in getCopyFromParts turned up in the testcase for PR1132.Dan Gohman
2007-07-30New test case.Evan Cheng
2007-07-19For PR1553:Reid Spencer
2007-07-16Remove the trailing semicolon from function declarations in LLVM,Dan Gohman
2007-07-13these tests do not need a triple on Solaris. Thanks sabre!Gabor Greif
2007-07-12fix the remaining 3 testcases that missed a target tripleGabor Greif
2007-07-09Change getCopyToParts and getCopyFromParts to always use target-endianDan Gohman
2007-07-09add target triple to fix PR1546Chris Lattner
2007-07-06Add an explicit triple to the big-endian tests so that the assemblyDan Gohman
2007-07-05Fix test.Evan Cheng
2007-07-05Add a parameter to getCopyToParts and getCopyFromParts to specify whetherDan Gohman
2007-06-29Convert .cvsignore filesJohn Criswell
2007-06-29New test.Evan Cheng
2007-05-30new testcase for PR1473Chris Lattner
2007-05-22new testcases for -enable-tail-merge default handlingDale Johannesen
2007-05-19new testcaseChris Lattner
2007-05-15new testcase that crashes llcChris Lattner
2007-05-14new testcaseChris Lattner
2007-05-09PR1399 test case.Evan Cheng