aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
AgeCommit message (Expand)Author
2013-04-05Correct the PPC A2 misprediction penaltyHal Finkel
2013-04-05Add a SchedMachineModel for the PPC G5Hal Finkel
2013-04-05Add a SchedMachineModel for the PPC A2Hal Finkel
2013-04-04CostModel: Add parameter to instruction cost to further classify operand valuesArnold Schwaighofer
2013-04-04Rename the current PPC BCL definition to BCLalwaysHal Finkel
2013-04-04PPC: Improve code generation for mixed-precision reciprocal sqrtHal Finkel
2013-04-03Cleanup PPC reciprocal-estimate functionalityHal Finkel
2013-04-03PPC: Enable FRES and FRSQRTE on the default PPC64 descriptionHal Finkel
2013-04-03PPC: Add a FIXME regarding the non-working fma+fneg Altivec patternHal Finkel
2013-04-03Remove some obsolete PowerPC/README entriesHal Finkel
2013-04-03More direct types in PowerPC AltiVec intrinsics.Ulrich Weigand
2013-04-03Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.Bill Schmidt
2013-04-03Remove some unsupported-feature comments from PPC.tdHal Finkel
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-02Fix typo in PPCISelLoweringHal Finkel
2013-04-01Fix a bad assert in PPCTargetLoweringHal Finkel
2013-04-01Add more PPC floating-point conversion instructionsHal Finkel
2013-04-01Use ImmToIdxMap.count in PPCRegisterInfoHal Finkel
2013-04-01Add the PPC popcntw instructionHal Finkel
2013-04-01Treat PPCISD::STFIWX like the memory opcode that it isHal Finkel
2013-03-31Cleanup ImmToIdxMap and noImmForm in PPCRegisterInfoHal 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-29Remove the old CodePlacementOpt pass.Benjamin Kramer
2013-03-29Add PPC FP rounding instructions fri[mnpz]Hal Finkel
2013-03-28Only enable 64-bit bswap DAG combines for PPC64Hal Finkel
2013-03-28Fix bad indentation in r178276Hal Finkel
2013-03-28Use direct types in most PowerPC Altivec instructions and patterns.Bill Schmidt
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-28Fix typo in PPCInstr64BitHal Finkel
2013-03-27Resynchronize isLoadFromStackSlot with LoadRegFromStackSlot (and stores) in P...Hal Finkel
2013-03-27Fix typo (common to both X86 and PPC)Hal Finkel
2013-03-27Remove more dead LR-as-GPR PPC codeHal Finkel
2013-03-27Remove "gpr0 allocation" from the PPC README TODO listHal Finkel
2013-03-27Print PPC ZERO as 0 (not r0) even on DarwinHal Finkel
2013-03-27Allocate r0 on PPCHal Finkel
2013-03-27Use the PPC no-r0 class on the TOC LD pseudosHal Finkel
2013-03-27Apply the no-r0 register class to the PPC SELECT_CC_I[4|8] pseudosHal Finkel
2013-03-27Apply the no-r0 class to PPC TOC ADDI[S] pseudo instructionsHal 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-26Restore real bit lengths on PPC register numbersHal Finkel
2013-03-26PPC: Use HWEncoding and TRI->getEncodingValueHal Finkel
2013-03-26Use multiple virtual registers in PPC CR spillingHal Finkel
2013-03-26Update PPCRegisterInfo's use of virtual registers to be SSAHal Finkel
2013-03-26Remove default case from fully covered switch.Benjamin Kramer