summaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc32
AgeCommit message (Collapse)AuthorFilesLines
2011-09-10Remove support for !USE___THREADUlrich Drepper1-11/+2
2011-09-07Fix profiling on powerpc32 secure-plt shared libs and PIEsAlan Modra3-2/+9
2011-09-07power7 strncmp optimizationWill Schmidt1-1/+3
2011-09-07power7 memcpy VSX optimizationsWill Schmidt1-15/+73
2011-06-20Add an elf_ifunc_invoke interface so that architectures can implementDavid S. Miller1-1/+8
the ifunc resolver calls however they wish.
2011-04-22Fix whitespaces.Ulrich Drepper3-61/+60
2011-04-22Remove doubled words.Jim Meyering10-18/+18
2011-04-17Fix POWER4/POWER7 optimized strncmp to not read past differing bytesAndreas Schwab2-10/+12
2011-03-18PowerPC: Fix POWER6 s_isnanf.S: END(__isnan) to END(__isnanf)Ryan S. Arnold1-3/+2
2010-11-05power7-optimized mempcpyLuis Machado1-0/+471
2010-10-24powerpc: PPCA2/A2 optimized memcpy functionMichael B. Brutman1-0/+511
2010-10-13Implement accurate fma.Jakub Jelinek1-0/+5
2010-09-29powerpc: Use generic memset for RTLD for ppc32/64Luis Machado1-0/+4
2010-09-27Revert "powerpc: PPCA2 optimized memcpy function"Ulrich Drepper1-511/+0
This reverts commit 44f91d3884e241e4402eb3e8b9b6dfa2acc9f80c. Conflicts: ChangeLog
2010-09-21powerpc: PPCA2 optimized memcpy functionMichael B. Brutman1-0/+511
2010-08-19powerpc: Various P7-optimized string functionsLuis Machado7-0/+1040
2010-08-12PowerPC64 ABI fixesAlan Modra1-1/+1
2010-07-15Whitespace fixes.Ulrich Drepper1-1/+1
2010-07-15POWER6/7 optimizations for copysignLuis Machado2-0/+57
2010-06-30powerpc: Re-work the Implies structureLuis Machado11-12/+8
This patch tries to organize the implies files for ppc, since there are a number of processors and most of them are compatible with each other (backwards compatible). Having in mind that we start the search for processor-specific files in the sysdeps/unix/sysv/linux tree (sysdeps/unix/sysv/linux/powerpc/powerpc[32|64]/[processor]/fpu to be exact), we would like to grab any linux-specific code from that tree prior to going through the other tree (sysdeps/powerpc/...). For that, i removed the Implies files that were originally inside the fpu directories and placed then in the non-fpu directories (still inside the unix/sysv/linux tree). If no processor-specific/linux-specific files could be found, we "imply" the other tree's (sysdeps/powerpc/...) fpu directory for that specific processor AND also the non-fpu directory for that same tree. If, again, no processor-specific code is found, we read another Implies file that will point to the most compatible processor that we should grab code from, and so on, until we reach the power4 processor. So, in summary, the Implies files will live inside these directories now: * sysdeps/unix/sysv/linux/powerpc/powerpc[32|64]/[processor] * sysdeps/powerpc/powerpc[32|64]/[processor] Practical example of the order we will use to pick power6-specific code with the new structure. sysdeps/unix/sysv/linux/powerpc/powerpc[32|64]/power6/fpu -> sysdeps/unix/sysv/linux/powerpc/powerpc[32|64]/power6 -> sysdeps/powerpc/powerpc[32|64]/power6/fpu -> sysdeps/powerpc/powerpc[32|64]/power6 -> sysdeps/powerpc/powerpc[32|64]/power5+/fpu -> sysdeps/powerpc/powerpc[32|64]/power5+ -> sysdeps/powerpc/powerpc[32|64]/power5/fpu -> sysdeps/powerpc/powerpc[32|64]/power5 -> sysdeps/powerpc/powerpc[32|64]/power4/fpu -> sysdeps/powerpc/powerpc[32|64]/power4 (from here, it'll go to the generic path as usual)
2010-06-14Fix whitespaces.Ulrich Drepper2-17/+17
2010-06-14power7 string compare optimizationsLuis Machado2-0/+1165
2010-05-28Small fix to POWER7 32-bit memcpyLuis Machado1-2/+2
2010-05-24Small fix to POWER7 32-bit memsetLuis Machado1-3/+2
2010-05-20Add missing files.Luis Machado1-0/+435
2010-03-10Fix whitespace issues.Ulrich Drepper1-380/+380
2010-03-10power7-optimized 64-bit and 32-bit memcpyLuis Machado1-0/+469
2010-02-12Cleanup old obsolete PPC_REL16 checksLuis Machado24-153/+8
2010-02-10Fix POWER7 ImpliesLuis Machado2-2/+0
2010-02-09Fix whitespace issues.Ulrich Drepper1-1/+0
2010-02-09power7-optimized classification functionsLuis Machado6-0/+273
2010-01-18Fix whitespace issues.Ulrich Drepper1-12/+12
2010-01-18memcpy for ppc/cell.Ulrich Drepper1-0/+245
2009-10-30Implement IFUNC for PPC.Alan Modra3-3/+56
2009-09-15configure tweaks, support $libc_add_on_config_subdirsRoland McGrath2-18/+18
2009-09-01Fix use of 64-bit insn in 32-bit memcpy for POWER6.Joshua W. Boyer1-1/+1
2009-08-22Add sigstack handling to Linux ____longjmp_chk on powerpc.Andreas Schwab3-70/+16
2009-06-25Fix text relocation on ppc32.Andreas Schwab1-2/+21
The ____longjmp_chk implementation didn't load from memory the right way.
2009-06-24Fix cfa offset for saved registers in PPC sqrt implementations.Andreas Schwab4-8/+8
2009-06-16Fix incorrect use of cmpldi in 32-bit PPC code.Ryan S. Arnold2-31/+31
The 32-bit PowerPC POWER6 memcpy uses the cmpldi insn when it should use a cmplwi. BZ #10107
2009-05-22Add ___longjmp_chk support for powerpc{32,64}.Andreas Schwab3-3/+56
2009-04-14* sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty. Jakub Jelinek1-1/+3
* sysdeps/powerpc/powerpc64/elf/start.S: Likewise. * sysdeps/sparc/sparc32/elf/start.S: Likewise. * sysdeps/sparc/sparc64/elf/start.S: Likewise. 2009-04-14 Jakub Jelinek <jakub@redhat.com> * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty. * sysdeps/powerpc/powerpc64/elf/start.S: Likewise. * sysdeps/sparc/sparc32/elf/start.S: Likewise. * sysdeps/sparc/sparc64/elf/start.S: Likewise.
2009-03-12* sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branchUlrich Drepper1-0/+1
prediction. A few size optimizations.
2009-03-02* sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.Ulrich Drepper1-0/+1
* sysdeps/powerpc/powerpc32/power7/Implies: Likewise. * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise. * sysdeps/powerpc/powerpc64/power7/Implies: Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Likewise.
2009-01-30(__longjmp): Make aligned_restore_vmx a local symbol.Ulrich Drepper1-3/+3
2008-11-17[BZ #6411]Ulrich Drepper2-8/+8
2008-11-13 Ryan S. Arnold <rsa@us.ibm.com> [BZ #6411] * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr. * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace magic numbers. * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically choose mtfsf insn based on PPC_FEATURE_HAS_DFP. (relax_fenv_state): Same as above. (FPSCR_29): Reserve bit in ISA 2.05. (FPSCR_NI): Provide define for compat. * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace magic numbers. * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace magic numbers. * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file. Test case to test setcontext and swapcontext with dynamic 64-bit FPSCR detection. * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust access to hwcap to account for hwcap size increase to uint64_t. * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ): Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S (*setcontext): Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S: New file. * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S: New file. * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S (*setcontext): dynamically select mtfsf insn based on PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size increase to uint64_t. * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S (*swapcontext): dynamically select mtfsf insn based on PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size increase to uint64_t. * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S: New file. * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S: New file. * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S (*setcontext): dynamically select mtfsf insn based on PPC_FEATURE_HAS_DFP. * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S (*swapcontext): dynamically select mtfsf insn based on PPC_FEATURE_HAS_DFP.
2008-10-31[BZ #6995]Ulrich Drepper1-2/+2
2008-10-31 Ulrich Drepper <drepper@redhat.com> [BZ #6995] * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
2008-08-13(CHECK_STATIC_TLS): Remove macro since it is now available in ↵Ulrich Drepper1-5/+0
elf/dynamic-link.h.
2008-06-13* sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid usingUlrich Drepper2-8/+8
cr[34] registers. * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise. * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround): Likewise. * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3 register.
2008-04-11[BZ4997]Ulrich Drepper2-52/+71
* sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the mantissa. * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround): Likewise. Also account for when x is an odd number between 2^52 and 2^53-1. * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise. * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise. * math/libm-test.inc (lround_test, llround_test): Added test cases to detect aforementioned erroneous conditions.