summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
Commit message (Expand)AuthorAge
* [PowerPC] Disable fast-isel for existing -O0 tests for PowerPC.Bill Schmidt2013-06-13
* Disallow i64 div/rem in PPC32 counter loopsHal Finkel2013-06-07
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-30
* Prefer to duplicate PPC Altivec loads when expanding unaligned loadsHal Finkel2013-05-26
* PPC: Combine duplicate (offset) lvsl Altivec intrinsicsHal Finkel2013-05-25
* PPC: Initial support for permutation-based unaligned Altivec loadsHal Finkel2013-05-24
* Check InlineAsm clobbers in PPCCTRLoopsHal Finkel2013-05-18
* Fix cpu on test CodeGen/PowerPC/ctrloop-fp64.llHal Finkel2013-05-16
* Create an new preheader in PPCCTRLoops to avoid counter register clobbersHal Finkel2013-05-16
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-16
* PPC32 cannot form counter loops around i64 FP conversionsHal Finkel2013-05-16
* Use new CHECK-DAG support to stabilize CodeGen/PowerPC/recipest.llBill Schmidt2013-05-16
* [PowerPC] Report true displacement value from getPreIndexedAddressPartsUlrich Weigand2013-05-16
* Extend test to check the .cfi instructions.Rafael Espindola2013-05-16
* Extend test for better coverage.Rafael Espindola2013-05-16
* Implement PPC counter loops as a late IR-level passHal Finkel2013-05-15
* PPC32: Fix stack collision between FP and CR save areas.Bill Schmidt2013-05-14
* PPC64: Constant initializers with dynamic relocations go in .data.rel.ro.Bill Schmidt2013-05-13
* Fix handling of anonymous aggregate parameters for powerpc*-apple-darwin8.Bill Schmidt2013-05-08
* PPCInstrInfo::optimizeCompareInstr should not optimize FP comparesHal Finkel2013-05-08
* LocalStackSlotAllocation improvementsHal Finkel2013-04-30
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-30
* Make all darwin ppc stubs local.Rafael Espindola2013-04-27
* Fix PPC optimizeCompareInstr swapped-sub argument handlingHal Finkel2013-04-19
* Disable PPC comparison optimization by defaultHal Finkel2013-04-18
* Implement optimizeCompareInstr for PPCHal Finkel2013-04-18
* Fix PPC64 CR spill location for callee-saved registersHal Finkel2013-04-15
* Spill and restore PPC CR registers using the FP when we have oneHal Finkel2013-04-13
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-12
* FileCheckize a bunch of tests.Benjamin Kramer2013-04-11
* Manually remove successors in if conversion when CopyAndPredicateBlock is usedHal Finkel2013-04-10
* Allow PPC B and BLR to be if-converted into some predicated formsHal Finkel2013-04-09
* Use virtual base registers on PPCHal Finkel2013-04-09
* Convert test PowerPC/2007-09-07-LoadStoreIdxForms to FileCheckHal Finkel2013-04-09
* Generate PPC early conditional returnsHal Finkel2013-04-08
* Cleanup and improve PPC fsel generationHal Finkel2013-04-07
* Implement PPCInstrInfo::FoldImmediateHal Finkel2013-04-06
* Enable early if conversion on PPCHal Finkel2013-04-05
* PPC: Improve code generation for mixed-precision reciprocal sqrtHal Finkel2013-04-04
* Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.Bill Schmidt2013-04-03
* Use PPC reciprocal estimates with Newton iteration in fast-math modeHal Finkel2013-04-03
* Fix PR15630: Replace faulty stdcx. with stwcx.Bill Schmidt2013-04-02
* Fix a bad assert in PPCTargetLoweringHal Finkel2013-04-01
* Add triple to test/CodeGen/PowerPC/stfiwx-2Hal Finkel2013-04-01
* Add more PPC floating-point conversion instructionsHal Finkel2013-04-01
* Fix PowerPC/cttz.ll to specify a cpu (and use FileCheck)Hal Finkel2013-04-01
* Add the PPC popcntw instructionHal Finkel2013-04-01
* Add the PPC lfiwax instructionHal Finkel2013-03-31
* Cleanup PPC(64) i32 -> float/double conversionHal Finkel2013-03-31
* Implement FRINT lowering on PPC using frinHal Finkel2013-03-29