aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
AgeCommit message (Expand)Author
2013-05-14Merging r181800:Bill Wendling
2013-05-09Merging r181423:Bill Wendling
2013-04-30LocalStackSlotAllocation improvementsHal Finkel
2013-04-30TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-04-27Make all darwin ppc stubs local.Rafael Espindola
2013-04-19Fix PPC optimizeCompareInstr swapped-sub argument handlingHal Finkel
2013-04-18Disable PPC comparison optimization by defaultHal Finkel
2013-04-18Implement optimizeCompareInstr for PPCHal Finkel
2013-04-15Fix PPC64 CR spill location for callee-saved registersHal Finkel
2013-04-13Spill and restore PPC CR registers using the FP when we have oneHal Finkel
2013-04-12Replace coff-/elf-dump with llvm-readobjNico Rieck
2013-04-11FileCheckize a bunch of tests.Benjamin Kramer
2013-04-10Manually remove successors in if conversion when CopyAndPredicateBlock is usedHal Finkel
2013-04-09Allow PPC B and BLR to be if-converted into some predicated formsHal Finkel
2013-04-09Use virtual base registers on PPCHal Finkel
2013-04-09Convert test PowerPC/2007-09-07-LoadStoreIdxForms to FileCheckHal Finkel
2013-04-08Generate PPC early conditional returnsHal Finkel
2013-04-07Cleanup and improve PPC fsel generationHal Finkel
2013-04-06Implement PPCInstrInfo::FoldImmediateHal Finkel
2013-04-05Enable early if conversion on PPCHal Finkel
2013-04-04PPC: Improve code generation for mixed-precision reciprocal sqrtHal Finkel
2013-04-03Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.Bill Schmidt
2013-04-03Use PPC reciprocal estimates with Newton iteration in fast-math modeHal Finkel
2013-04-02Fix PR15630: Replace faulty stdcx. with stwcx.Bill Schmidt
2013-04-01Fix a bad assert in PPCTargetLoweringHal Finkel
2013-04-01Add triple to test/CodeGen/PowerPC/stfiwx-2Hal Finkel
2013-04-01Add more PPC floating-point conversion instructionsHal Finkel
2013-04-01Fix PowerPC/cttz.ll to specify a cpu (and use FileCheck)Hal Finkel
2013-04-01Add the PPC popcntw instructionHal Finkel
2013-03-31Add the PPC lfiwax instructionHal Finkel
2013-03-31Cleanup PPC(64) i32 -> float/double conversionHal Finkel
2013-03-29Implement FRINT lowering on PPC using frinHal Finkel
2013-03-29Add PPC FP rounding instructions fri[mnpz]Hal Finkel
2013-03-28Specify CPUs on the PPC bswap-load-store testHal Finkel
2013-03-28Only enable 64-bit bswap DAG combines for PPC64Hal Finkel
2013-03-28Add the PPC64 ldbrx/stdbrx instructionsHal Finkel
2013-03-28Add the PPC64 popcntd instructionHal Finkel
2013-03-28Cleanup PPC CR-spill kill flags and 32- vs. 64-bit instructionsHal Finkel
2013-03-27Print PPC ZERO as 0 (not r0) even on DarwinHal Finkel
2013-03-27Allocate r0 on PPCHal Finkel
2013-03-27Remove the link register from the GPR classes on PowerPC.Bill Schmidt
2013-03-27Don't spill PPC VRSAVE on non-Darwin (even in SjLj)Hal Finkel
2013-03-26Use multiple virtual registers in PPC CR spillingHal Finkel
2013-03-21Fix a register-class comparison bug in PPCCTRLoopsHal Finkel
2013-03-21Implement builtin_{setjmp/longjmp} on PPCHal Finkel
2013-03-21Remove unused field in DISubprogramDavid Blaikie
2013-03-21Add support for spilling VRSAVE on PPCHal Finkel
2013-03-21Correct PPC FRAMEADDR lowering using a pseudo-registerHal Finkel
2013-03-20Remove unused field in DICompileUnitDavid Blaikie
2013-03-19Add a comment to the CodeGen/PowerPC/asym-regclass-copy.ll testHal Finkel