testcase for PR2267
[oota-llvm.git] / test / CodeGen / PowerPC /
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-05-01 Bill WendlingAdding testcase.
2008-04-30 Arnold SchwaighoferTail call optimization improvements:
2008-04-27 Chris LattnerImplement a signficant optimization for inline asm:
2008-04-24 Evan ChengNew test.
2008-04-19 Evan Cheng64-bit atomic operations.
2008-04-16 Evan ChengAfter reading memory that's already freed.
2008-04-14 Dale JohannesenRemove -unwind-tables-optional everywhere, since
2008-04-10 Evan ChengA copy instruction may use a register multiple times...
2008-04-08 Dale JohannesenRename -disable-required-unwind-tables to -unwind-table...
2008-04-08 Dale JohannesenMissed one.
2008-04-08 Dale JohannesenAdd -disable-required-unwind-tables to tests
2008-03-31 Dale JohannesenMark functions in some tests as 'nounwind'. Generating
2008-03-26 Evan ChengOne more coalescer fix wrt deadness propagation.
2008-03-25 Tanya LattnerByebye llvm-upgrade!
2008-03-25 Evan ChenglastRegisterUse() should ignore identity copies. Those...
2008-03-24 Bill WendlingUse the bit size of the operand instead of the hard...
2008-03-22 Bill WendlingNew testcase.
2008-03-19 Dan GohmanAdd support for multiple return values for the PPC...
2008-03-19 Evan ChengFix live variables issues:
2008-03-18 Dale JohannesenMake conversions of i8/i16 to ppcf128 work.
2008-03-18 Evan ChengRewrite code that propagate isDead information after...
2008-03-13 Dan GohmanMore APInt-ification.
2008-03-11 Dale JohannesenThe feature this is testing did not work in the general...
2008-03-11 Evan ChengLearn how to xfail a test.
2008-03-11 Evan ChengXFAIL due to Dale's change.
2008-03-11 Dan GohmanGeneralize ExpandIntToFP to handle the case where the...
2008-03-10 Dan GohmanImplement more support for fp-to-i128 and i128-to-fp...
2008-03-10 Bill WendlingUpdate llc flags for PPC register scavenger.
2008-03-09 Chris Lattnerupgrade this test
2008-03-08 Dan GohmanAdd support for calls with i128 return values on ppc64.
2008-03-07 Dan GohmanAdd support for lowering 128-bit shifts on ppc64.
2008-03-06 Bill WendlingAdd testcase.
2008-03-05 Evan ChengFix a coalescer bug wrt how dead copy interval is short...
2008-03-04 Bill WendlingUse -enable-ppc-regscavenger flag for these checks
2008-03-03 Bill WendlingThis is the initial check-in for adding register scaven...
2008-03-02 Chris LattnerEvan implemented this.
2008-02-27 Dale JohannesenNew test for misaligned Altivec laod/store.
2008-02-27 Dan GohmanDon't hard-code the mask size to be 32, which is incorr...
2008-02-26 Bill WendlingUpgrade testcase.
2008-02-26 Gabor GreifReally feed llvm-as with the testcase, do not let it...
2008-02-19 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-13 Nate BegemanAdd testcase for recent legalizer change
2008-02-11 Evan ChengDetermine whether a spill kills the register it's spill...
2008-02-05 Evan ChengIf a vr is already marked alive in a bb, then it has...
2008-01-29 Chris LattnerAdd target triples to these so they don't fail on linux.
2008-01-26 Bill WendlingNeed to convert to LLVM code and not C.
2008-01-26 Bill WendlingRename the .c to .ll
2008-01-26 Bill WendlingMove testcase to the code gen directory.
2008-01-18 Dale JohannesenImplement flt_rounds for PowerPC.
2008-01-18 Chris LattnerFix a latent bug exposed by my truncstore patch. We...
2008-01-16 Chris Lattneradd testcase for regression
2008-01-08 Chris Lattnerremove darwin/i386 t-t
2008-01-08 Chris LattnerFinally implement correct ordered comparisons for PPC...
2007-12-08 Chris LattnerFix a significant code quality regression I introduced...
2007-12-08 Chris Lattnerimplement __builtin_return_addr(0) on ppc.
2007-11-27 Chris LattnerFix a crash on invalid code due to memcpy lowering.
2007-11-19 Chris LattnerTestcase for PR1811
2007-11-16 Dale JohannesenTestcase from PR 1508 (although its's somewhat
2007-11-05 Evan ChengSkip over deleted val#'s.
2007-10-26 Bill WendlingOn second thought. Remove this as it should never be...
2007-10-26 Bill Wendling- Remove the hacky code that forces a memcpy. Alignment...
2007-10-23 Bill WendlingIf there's an unaligned memcpy to/from the stack, don...
2007-10-23 Evan ChengTemporary solution: added a different set of BCTRL_Mach...
2007-10-22 Evan ChengUse ptr type in the immediate field of a BxA instructio...
2007-10-18 Bill WendlingPointer arithmetic should be done with the index the...
2007-10-16 Chris LattnerFix a bug handling frame references in ppc inline asm...
2007-10-05 Dale JohannesenFirst round of ppc long double. call/return and
2007-09-14 Dan GohmanAdd explicit triples to avoid default behavior that...
2007-09-12 Evan ChengFixed a typo that's causing a missing kill marker.
2007-09-11 Evan ChengSometimes a MI can define a register as well as definin...
2007-09-10 Chris Lattnerthis is not infinite recursion.
2007-09-08 Dale JohannesenImplement misaligned FP loads and stores.
2007-09-07 Bill WendlingAdd missing index versions of instructions to the map.
2007-09-05 Dale JohannesenChange all floating constants that are not exactly
2007-09-05 Bill WendlingAdd the 64-bit versions of the DS* Altivec instructions.
2007-09-04 Evan ChengFix for PR1613: added 64-bit rotate left PPC instructio...
2007-08-22 Andrew Lenharthupdate test to check that codegen works with llvm.used...
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-08-14 Evan ChengTest case for PR1596.
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-07-31 Chris Lattnernew testcase
2007-07-30 Dan GohmanFix a bug in getCopyFromParts turned up in the testcase...
2007-07-30 Evan ChengNew test case.
2007-07-19 Reid SpencerFor PR1553:
2007-07-16 Dan GohmanRemove the trailing semicolon from function declaration...
2007-07-13 Gabor Greifthese tests do not need a triple on Solaris. Thanks...
2007-07-12 Gabor Greiffix the remaining 3 testcases that missed a target...
2007-07-09 Dan GohmanChange getCopyToParts and getCopyFromParts to always...
2007-07-09 Chris Lattneradd target triple to fix PR1546
2007-07-06 Dan GohmanAdd an explicit triple to the big-endian tests so that...
2007-07-05 Evan ChengFix test.
2007-07-05 Dan GohmanAdd a parameter to getCopyToParts and getCopyFromParts...
2007-06-29 John CriswellConvert .cvsignore files
2007-06-29 Evan ChengNew test.
2007-05-30 Chris Lattnernew testcase for PR1473
2007-05-22 Dale Johannesennew testcases for -enable-tail-merge default handling
2007-05-19 Chris Lattnernew testcase
2007-05-15 Chris Lattnernew testcase that crashes llc
next