Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an elf_ifunc_invoke interface so that architectures can implement | David S. Miller | 2011-06-20 | 2 | -3/+17 |
| | | | | the ifunc resolver calls however they wish. | ||||
* | Prevent Altivec and VSX insns on PowerPC64 when no FPRs or VRs are avail. | Ryan S. Arnold | 2011-05-20 | 1 | -2/+5 |
| | | | | | | | | (cherry picked from commit 4749a0058b27274a95c5a798e339c7299cdf890e) Conflicts: ChangeLog | ||||
* | Fix whitespaces. | Ulrich Drepper | 2011-04-22 | 7 | -106/+104 |
| | |||||
* | Remove doubled words. | Jim Meyering | 2011-04-22 | 22 | -40/+40 |
| | |||||
* | Fix POWER4/POWER7 optimized strncmp to not read past differing bytes | Andreas Schwab | 2011-04-17 | 4 | -20/+24 |
| | |||||
* | Fix memory leak in TLS of loaded objects. | Ulrich Drepper | 2011-04-10 | 1 | -1/+4 |
| | |||||
* | PowerPC: Fix POWER6 s_isnanf.S: END(__isnan) to END(__isnanf) | Ryan S. Arnold | 2011-03-18 | 1 | -3/+2 |
| | |||||
* | Disable VSX usage in rtld.c to prevent TOC ref before relocs are resolved. | Ryan S. Arnold | 2011-02-17 | 1 | -0/+5 |
| | |||||
* | Make PowerPC64 default to nonexecutable stack | Ryan S. Arnold | 2010-12-19 | 1 | -1/+12 |
| | |||||
* | power7-optimized mempcpy | Luis Machado | 2010-11-05 | 2 | -0/+929 |
| | |||||
* | powerpc: PPCA2/A2 optimized memcpy function | Michael B. Brutman | 2010-10-24 | 4 | -3/+1021 |
| | |||||
* | Provide FP_FAST_FMA{,F,L} definitions for x86/x86-64. | Ulrich Drepper | 2010-10-19 | 1 | -1/+1 |
| | |||||
* | Add C99 FP_FAST_FMA{,F,L} macros to math.h | Michael Meissner | 2010-10-19 | 1 | -0/+4 |
| | |||||
* | Implement accurate fma. | Jakub Jelinek | 2010-10-13 | 4 | -0/+71 |
| | |||||
* | Correct implementation of fmaf. | Jakub Jelinek | 2010-10-11 | 2 | -2/+4 |
| | |||||
* | powerpc: Use generic memset for RTLD for ppc32/64 | Luis Machado | 2010-09-29 | 2 | -0/+8 |
| | |||||
* | Revert "powerpc: PPCA2 optimized memcpy function" | Ulrich Drepper | 2010-09-27 | 2 | -1012/+0 |
| | | | | | | | | This reverts commit 44f91d3884e241e4402eb3e8b9b6dfa2acc9f80c. Conflicts: ChangeLog | ||||
* | powerpc: PPCA2 optimized memcpy function | Michael B. Brutman | 2010-09-21 | 2 | -0/+1012 |
| | |||||
* | Remove undefined operations | Andreas Schwab | 2010-09-05 | 1 | -5/+3 |
| | |||||
* | powerpc: Various P7-optimized string functions | Luis Machado | 2010-08-19 | 14 | -0/+2088 |
| | |||||
* | PowerPC64 ABI fixes | Alan Modra | 2010-08-12 | 8 | -155/+156 |
| | |||||
* | Whitespace fixes. | Ulrich Drepper | 2010-07-15 | 2 | -2/+2 |
| | |||||
* | POWER6/7 optimizations for copysign | Luis Machado | 2010-07-15 | 4 | -0/+114 |
| | |||||
* | powerpc: Re-work the Implies structure | Luis Machado | 2010-06-30 | 22 | -22/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
* | More whitespace fixes. | Ulrich Drepper | 2010-06-14 | 1 | -2/+2 |
| | |||||
* | Fix whitespaces. | Ulrich Drepper | 2010-06-14 | 4 | -37/+37 |
| | |||||
* | power7 string compare optimizations | Luis Machado | 2010-06-14 | 4 | -0/+2330 |
| | |||||
* | Small fix to POWER7 32-bit memcpy | Luis Machado | 2010-05-28 | 1 | -2/+2 |
| | |||||
* | Small fix to POWER7 32-bit memset | Luis Machado | 2010-05-24 | 1 | -3/+2 |
| | |||||
* | Add missing files. | Luis Machado | 2010-05-20 | 2 | -0/+833 |
| | |||||
* | Fix whitespace issues. | Ulrich Drepper | 2010-03-10 | 2 | -705/+705 |
| | |||||
* | power7-optimized 64-bit and 32-bit memcpy | Luis Machado | 2010-03-10 | 2 | -0/+918 |
| | |||||
* | Cleanup old obsolete PPC_REL16 checks | Luis Machado | 2010-02-12 | 24 | -153/+8 |
| | |||||
* | Fix POWER7 Implies | Luis Machado | 2010-02-10 | 4 | -4/+0 |
| | |||||
* | Fix whitespace issues. | Ulrich Drepper | 2010-02-09 | 4 | -4/+0 |
| | |||||
* | power7-optimized classification functions | Luis Machado | 2010-02-09 | 12 | -0/+487 |
| | |||||
* | Avoid PLT call to fegetenv on s390 | Andreas Schwab | 2010-02-09 | 1 | -0/+1 |
| | |||||
* | Fix whitespace issues. | Ulrich Drepper | 2010-01-18 | 2 | -24/+24 |
| | |||||
* | memcpy for ppc/cell. | Ulrich Drepper | 2010-01-18 | 2 | -0/+490 |
| | |||||
* | Fix spelling of (Newton-)Raphson | Philippe De Muyter | 2009-11-06 | 2 | -6/+6 |
| | |||||
* | Fix R_PPC64_{JMP_IREL,IRELATIVE} handling in dl-conflict.c. | Jakub Jelinek | 2009-11-06 | 1 | -2/+4 |
| | | | | | | | | | I've just committed STT_GNU_IFUNC ppc/ppc64 support into prelink, and this patch is needed on the glibc side. Without it ld.so segfaults, as in dl-conflict.c sym_map is always NULL. While dl-machine.h could use RESOLVE_CONFLICT_FIND_MAP macro to compute it, it doesn't make sense, because with prelink we know it is already properly relocated (all relative relocations are applied by prelink). | ||||
* | Uglify IFUNC tests for PPC. | Alan Modra | 2009-10-30 | 1 | -0/+46 |
| | |||||
* | Implement IFUNC for PPC. | Alan Modra | 2009-10-30 | 5 | -4/+152 |
| | |||||
* | configure tweaks, support $libc_add_on_config_subdirs | Roland McGrath | 2009-09-15 | 5 | -44/+44 |
| | |||||
* | Fix use of 64-bit insn in 32-bit memcpy for POWER6. | Joshua W. Boyer | 2009-09-01 | 1 | -1/+1 |
| | |||||
* | Add sigstack handling to Linux ____longjmp_chk on powerpc. | Andreas Schwab | 2009-08-22 | 4 | -109/+16 |
| | |||||
* | Fix wrong PPC_FEATURE_* values. | Andreas Schwab | 2009-07-05 | 1 | -2/+2 |
| | | | | | Nothing uses these wrong values yet, but it fixes a warning due to conflicting definitions in <asm/cputable.h>. | ||||
* | Fix text relocation on ppc32. | Andreas Schwab | 2009-06-25 | 1 | -2/+21 |
| | | | | | The ____longjmp_chk implementation didn't load from memory the right way. | ||||
* | Fix cfa offset for saved registers in PPC sqrt implementations. | Andreas Schwab | 2009-06-24 | 4 | -8/+8 |
| | |||||
* | Fix incorrect use of cmpldi in 32-bit PPC code. | Ryan S. Arnold | 2009-06-16 | 2 | -31/+31 |
| | | | | | The 32-bit PowerPC POWER6 memcpy uses the cmpldi insn when it should use a cmplwi. BZ #10107 |