aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* Fix CodeGen/PowerPC/stack-protector.ll on OpenBSDHal Finkel2013-06-281-2/+3
* Fix a PPC rlwimi instruction-selection bugHal Finkel2013-06-281-0/+44
* [PowerPC] Disable fast-isel for existing -O0 tests for PowerPC.Bill Schmidt2013-06-1310-34/+31
* Disallow i64 div/rem in PPC32 counter loopsHal Finkel2013-06-071-0/+93
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-305-6/+6
* Prefer to duplicate PPC Altivec loads when expanding unaligned loadsHal Finkel2013-05-261-12/+13
* PPC: Combine duplicate (offset) lvsl Altivec intrinsicsHal Finkel2013-05-251-0/+6
* PPC: Initial support for permutation-based unaligned Altivec loadsHal Finkel2013-05-241-0/+45
* Check InlineAsm clobbers in PPCCTRLoopsHal Finkel2013-05-181-0/+38
* Fix cpu on test CodeGen/PowerPC/ctrloop-fp64.llHal Finkel2013-05-161-1/+1
* Create an new preheader in PPCCTRLoops to avoid counter register clobbersHal Finkel2013-05-161-0/+32
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-161-0/+14
* PPC32 cannot form counter loops around i64 FP conversionsHal Finkel2013-05-161-0/+28
* Use new CHECK-DAG support to stabilize CodeGen/PowerPC/recipest.llBill Schmidt2013-05-161-16/+16
* [PowerPC] Report true displacement value from getPreIndexedAddressPartsUlrich Weigand2013-05-161-0/+19
* Extend test to check the .cfi instructions.Rafael Espindola2013-05-161-1/+15
* Extend test for better coverage.Rafael Espindola2013-05-161-1/+6
* Implement PPC counter loops as a late IR-level passHal Finkel2013-05-155-5/+1348
* PPC32: Fix stack collision between FP and CR save areas.Bill Schmidt2013-05-141-4/+8
* PPC64: Constant initializers with dynamic relocations go in .data.rel.ro.Bill Schmidt2013-05-131-0/+27
* Fix handling of anonymous aggregate parameters for powerpc*-apple-darwin8.Bill Schmidt2013-05-081-0/+90
* PPCInstrInfo::optimizeCompareInstr should not optimize FP comparesHal Finkel2013-05-081-2/+2
* LocalStackSlotAllocation improvementsHal Finkel2013-04-301-4/+0
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-3011-140/+93
* Make all darwin ppc stubs local.Rafael Espindola2013-04-271-5/+5
* Fix PPC optimizeCompareInstr swapped-sub argument handlingHal Finkel2013-04-191-0/+42
* Disable PPC comparison optimization by defaultHal Finkel2013-04-181-1/+1
* Implement optimizeCompareInstr for PPCHal Finkel2013-04-181-0/+101
* Fix PPC64 CR spill location for callee-saved registersHal Finkel2013-04-151-19/+10
* Spill and restore PPC CR registers using the FP when we have oneHal Finkel2013-04-131-1/+14
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-126-217/+80
* FileCheckize a bunch of tests.Benjamin Kramer2013-04-111-2/+25
* Manually remove successors in if conversion when CopyAndPredicateBlock is usedHal Finkel2013-04-102-1/+1
* Allow PPC B and BLR to be if-converted into some predicated formsHal Finkel2013-04-092-0/+89
* Use virtual base registers on PPCHal Finkel2013-04-092-0/+52
* Convert test PowerPC/2007-09-07-LoadStoreIdxForms to FileCheckHal Finkel2013-04-091-1/+5
* Generate PPC early conditional returnsHal Finkel2013-04-082-4/+58
* Cleanup and improve PPC fsel generationHal Finkel2013-04-071-0/+137
* Implement PPCInstrInfo::FoldImmediateHal Finkel2013-04-061-0/+14
* Enable early if conversion on PPCHal Finkel2013-04-051-0/+34
* PPC: Improve code generation for mixed-precision reciprocal sqrtHal Finkel2013-04-041-0/+48
* Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.Bill Schmidt2013-04-031-0/+15
* Use PPC reciprocal estimates with Newton iteration in fast-math modeHal Finkel2013-04-031-0/+178
* Fix PR15630: Replace faulty stdcx. with stwcx.Bill Schmidt2013-04-021-0/+16
* Fix a bad assert in PPCTargetLoweringHal Finkel2013-04-011-0/+1
* Add triple to test/CodeGen/PowerPC/stfiwx-2Hal Finkel2013-04-011-1/+1
* Add more PPC floating-point conversion instructionsHal Finkel2013-04-015-7/+191
* Fix PowerPC/cttz.ll to specify a cpu (and use FileCheck)Hal Finkel2013-04-011-1/+3
* Add the PPC popcntw instructionHal Finkel2013-04-011-6/+5
* Add the PPC lfiwax instructionHal Finkel2013-03-311-0/+14