Refine Cell's i64 constant generation code to cover more constants where the
[oota-llvm.git] / test / CodeGen / PowerPC /
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
2007-05-14 Chris Lattnernew testcase
2007-05-09 Evan ChengPR1399 test case.
2007-05-03 Chris Lattnernew testcase
2007-05-01 Reid SpencerSplit target dependent test portions to target-specific...
2007-04-30 Chris Lattnertestcase for PR1357
2007-04-30 Reid SpencerFor PR1370:
2007-04-24 Chris Lattnertestcase for PR1351
2007-04-21 Reid SpencerUse the llvm_supports_target function to prevent runnin...
2007-04-17 Chris Lattnernew testcase
2007-04-17 Chris Lattnernew testcase
2007-04-16 Reid SpencerFor PR1319:
2007-04-16 Reid SpencerFor PR1319:
2007-04-16 Reid SpencerFor PR1319:
2007-04-15 Reid SpencerFor PR1319: Upgrade to new test harness.
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-04-11 Chris Lattnernew testcases for integer abs function
2007-04-04 Anton KorobeynikovFix test
2007-04-02 Chris LattnerAdd a regtest for cases we now recognize as rotates...
2007-04-02 Chris Lattnernew testcase
2007-04-02 Chris Lattnermy patch fixed the fixme.
2007-04-02 Reid SpencerLet llvm-upgrade upgrade bswap intrinsic.
2007-04-01 Reid SpencerFor PR1297:
2007-03-30 Evan ChengNew test case.
2007-03-28 Reid SpencerRemove use of implementation keyword.
2007-03-25 Chris Lattnertest that the ppc backend can do 64-bit cntlz
2007-02-27 Reid SpencerThis test passes on x86/Linux now.
2007-02-27 Reid SpencerXFAIL this on x86-Linux until its fixed.
2007-02-23 Jim LaskeyNew test - practically wrote itself.
2007-02-19 Evan ChengFix test case.
2007-02-17 Chris Lattnernew test
2007-02-17 Chris LattnerTest that large absolute addresses are properly folded...
2007-02-17 Chris Lattnernew testcase that crashes llc
2007-02-17 Dale JohannesenFixes PR 1200
2007-02-16 Chris Lattnertestcase for recent targetdata regression
next