aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
AgeCommit message (Expand)Author
2008-03-11The feature this is testing did not work in the general case,Dale Johannesen
2008-03-11Learn how to xfail a test.Evan Cheng
2008-03-11XFAIL due to Dale's change.Evan Cheng
2008-03-11Generalize ExpandIntToFP to handle the case where the operand is legalDan Gohman
2008-03-10Implement more support for fp-to-i128 and i128-to-fp conversions. Dan Gohman
2008-03-10Update llc flags for PPC register scavenger.Bill Wendling
2008-03-09upgrade this testChris Lattner
2008-03-08Add support for calls with i128 return values on ppc64.Dan Gohman
2008-03-07Add support for lowering 128-bit shifts on ppc64.Dan Gohman
2008-03-06Add testcase.Bill Wendling
2008-03-05Fix a coalescer bug wrt how dead copy interval is shortened.Evan Cheng
2008-03-04Use -enable-ppc-regscavenger flag for these checksBill Wendling
2008-03-03This is the initial check-in for adding register scavenging to PPC. (Currently,Bill Wendling
2008-03-02Evan implemented this.Chris Lattner
2008-02-27New test for misaligned Altivec laod/store.Dale Johannesen
2008-02-27Don't hard-code the mask size to be 32, which is incorrect on ppc64Dan Gohman
2008-02-26Upgrade testcase.Bill Wendling
2008-02-26Really feed llvm-as with the testcase, do not let it read from stdin. This fi...Gabor Greif
2008-02-19Remove llvm-upgrade and update tests.Tanya Lattner
2008-02-13Add testcase for recent legalizer changeNate Begeman
2008-02-11Determine whether a spill kills the register it's spilling before insertion r...Evan Cheng
2008-02-05If a vr is already marked alive in a bb, then it has PHI uses that are visite...Evan Cheng
2008-01-29Add target triples to these so they don't fail on linux.Chris Lattner
2008-01-26Need to convert to LLVM code and not C.Bill Wendling
2008-01-26Rename the .c to .llBill Wendling
2008-01-26Move testcase to the code gen directory.Bill Wendling
2008-01-18Implement flt_rounds for PowerPC.Dale Johannesen
2008-01-18Fix a latent bug exposed by my truncstore patch. We compiled stfiwx-2.ll to:Chris Lattner
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