about summary refs log tree commit diff
path: root/sysdeps/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Add an elf_ifunc_invoke interface so that architectures can implementDavid S. Miller2011-06-202-3/+17
* Prevent Altivec and VSX insns on PowerPC64 when no FPRs or VRs are avail.Ryan S. Arnold2011-05-201-2/+5
* Fix whitespaces.Ulrich Drepper2011-04-227-106/+104
* Remove doubled words.Jim Meyering2011-04-2222-40/+40
* Fix POWER4/POWER7 optimized strncmp to not read past differing bytesAndreas Schwab2011-04-174-20/+24
* Fix memory leak in TLS of loaded objects.Ulrich Drepper2011-04-101-1/+4
* PowerPC: Fix POWER6 s_isnanf.S: END(__isnan) to END(__isnanf)Ryan S. Arnold2011-03-181-3/+2
* Disable VSX usage in rtld.c to prevent TOC ref before relocs are resolved.Ryan S. Arnold2011-02-171-0/+5
* Make PowerPC64 default to nonexecutable stackRyan S. Arnold2010-12-191-1/+12
* power7-optimized mempcpyLuis Machado2010-11-052-0/+929
* powerpc: PPCA2/A2 optimized memcpy functionMichael B. Brutman2010-10-244-3/+1021
* Provide FP_FAST_FMA{,F,L} definitions for x86/x86-64.Ulrich Drepper2010-10-191-1/+1
* Add C99 FP_FAST_FMA{,F,L} macros to math.hMichael Meissner2010-10-191-0/+4
* Implement accurate fma.Jakub Jelinek2010-10-134-0/+71
* Correct implementation of fmaf.Jakub Jelinek2010-10-112-2/+4
* powerpc: Use generic memset for RTLD for ppc32/64Luis Machado2010-09-292-0/+8
* Revert "powerpc: PPCA2 optimized memcpy function"Ulrich Drepper2010-09-272-1012/+0
* powerpc: PPCA2 optimized memcpy functionMichael B. Brutman2010-09-212-0/+1012
* Remove undefined operationsAndreas Schwab2010-09-051-5/+3
* powerpc: Various P7-optimized string functionsLuis Machado2010-08-1914-0/+2088
* PowerPC64 ABI fixesAlan Modra2010-08-128-155/+156
* Whitespace fixes.Ulrich Drepper2010-07-152-2/+2
* POWER6/7 optimizations for copysignLuis Machado2010-07-154-0/+114
* powerpc: Re-work the Implies structureLuis Machado2010-06-3022-22/+16
* More whitespace fixes.Ulrich Drepper2010-06-141-2/+2
* Fix whitespaces.Ulrich Drepper2010-06-144-37/+37
* power7 string compare optimizationsLuis Machado2010-06-144-0/+2330
* Small fix to POWER7 32-bit memcpyLuis Machado2010-05-281-2/+2
* Small fix to POWER7 32-bit memsetLuis Machado2010-05-241-3/+2
* Add missing files.Luis Machado2010-05-202-0/+833
* Fix whitespace issues.Ulrich Drepper2010-03-102-705/+705
* power7-optimized 64-bit and 32-bit memcpyLuis Machado2010-03-102-0/+918
* Cleanup old obsolete PPC_REL16 checksLuis Machado2010-02-1224-153/+8
* Fix POWER7 ImpliesLuis Machado2010-02-104-4/+0
* Fix whitespace issues.Ulrich Drepper2010-02-094-4/+0
* power7-optimized classification functionsLuis Machado2010-02-0912-0/+487
* Avoid PLT call to fegetenv on s390Andreas Schwab2010-02-091-0/+1
* Fix whitespace issues.Ulrich Drepper2010-01-182-24/+24
* memcpy for ppc/cell.Ulrich Drepper2010-01-182-0/+490
* Fix spelling of (Newton-)RaphsonPhilippe De Muyter2009-11-062-6/+6
* Fix R_PPC64_{JMP_IREL,IRELATIVE} handling in dl-conflict.c.Jakub Jelinek2009-11-061-2/+4
* Uglify IFUNC tests for PPC.Alan Modra2009-10-301-0/+46
* Implement IFUNC for PPC.Alan Modra2009-10-305-4/+152
* configure tweaks, support $libc_add_on_config_subdirsRoland McGrath2009-09-155-44/+44
* Fix use of 64-bit insn in 32-bit memcpy for POWER6.Joshua W. Boyer2009-09-011-1/+1
* Add sigstack handling to Linux ____longjmp_chk on powerpc.Andreas Schwab2009-08-224-109/+16
* Fix wrong PPC_FEATURE_* values.Andreas Schwab2009-07-051-2/+2
* Fix text relocation on ppc32.Andreas Schwab2009-06-251-2/+21
* Fix cfa offset for saved registers in PPC sqrt implementations.Andreas Schwab2009-06-244-8/+8
* Fix incorrect use of cmpldi in 32-bit PPC code.Ryan S. Arnold2009-06-162-31/+31