aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc
AgeCommit message (Expand)AuthorFilesLines
2011-06-20Add an elf_ifunc_invoke interface so that architectures can implementDavid S. Miller2-3/+17
2011-05-20Prevent Altivec and VSX insns on PowerPC64 when no FPRs or VRs are avail.Ryan S. Arnold1-2/+5
2011-04-22Fix whitespaces.Ulrich Drepper7-106/+104
2011-04-22Remove doubled words.Jim Meyering22-40/+40
2011-04-17Fix POWER4/POWER7 optimized strncmp to not read past differing bytesAndreas Schwab4-20/+24
2011-04-10Fix memory leak in TLS of loaded objects.Ulrich Drepper1-1/+4
2011-03-18PowerPC: Fix POWER6 s_isnanf.S: END(__isnan) to END(__isnanf)Ryan S. Arnold1-3/+2
2011-02-17Disable VSX usage in rtld.c to prevent TOC ref before relocs are resolved.Ryan S. Arnold1-0/+5
2010-12-19Make PowerPC64 default to nonexecutable stackRyan S. Arnold1-1/+12
2010-11-05power7-optimized mempcpyLuis Machado2-0/+929
2010-10-24powerpc: PPCA2/A2 optimized memcpy functionMichael B. Brutman4-3/+1021
2010-10-19Provide FP_FAST_FMA{,F,L} definitions for x86/x86-64.Ulrich Drepper1-1/+1
2010-10-19Add C99 FP_FAST_FMA{,F,L} macros to math.hMichael Meissner1-0/+4
2010-10-13Implement accurate fma.Jakub Jelinek4-0/+71
2010-10-11Correct implementation of fmaf.Jakub Jelinek2-2/+4
2010-09-29powerpc: Use generic memset for RTLD for ppc32/64Luis Machado2-0/+8
2010-09-27Revert "powerpc: PPCA2 optimized memcpy function"Ulrich Drepper2-1012/+0
2010-09-21powerpc: PPCA2 optimized memcpy functionMichael B. Brutman2-0/+1012
2010-09-05Remove undefined operationsAndreas Schwab1-5/+3
2010-08-19powerpc: Various P7-optimized string functionsLuis Machado14-0/+2088
2010-08-12PowerPC64 ABI fixesAlan Modra8-155/+156
2010-07-15Whitespace fixes.Ulrich Drepper2-2/+2
2010-07-15POWER6/7 optimizations for copysignLuis Machado4-0/+114
2010-06-30powerpc: Re-work the Implies structureLuis Machado22-22/+16
2010-06-14More whitespace fixes.Ulrich Drepper1-2/+2
2010-06-14Fix whitespaces.Ulrich Drepper4-37/+37
2010-06-14power7 string compare optimizationsLuis Machado4-0/+2330
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 Machado2-0/+833
2010-03-10Fix whitespace issues.Ulrich Drepper2-705/+705
2010-03-10power7-optimized 64-bit and 32-bit memcpyLuis Machado2-0/+918
2010-02-12Cleanup old obsolete PPC_REL16 checksLuis Machado24-153/+8
2010-02-10Fix POWER7 ImpliesLuis Machado4-4/+0
2010-02-09Fix whitespace issues.Ulrich Drepper4-4/+0
2010-02-09power7-optimized classification functionsLuis Machado12-0/+487
2010-02-09Avoid PLT call to fegetenv on s390Andreas Schwab1-0/+1
2010-01-18Fix whitespace issues.Ulrich Drepper2-24/+24
2010-01-18memcpy for ppc/cell.Ulrich Drepper2-0/+490
2009-11-06Fix spelling of (Newton-)RaphsonPhilippe De Muyter2-6/+6
2009-11-06Fix R_PPC64_{JMP_IREL,IRELATIVE} handling in dl-conflict.c.Jakub Jelinek1-2/+4
2009-10-30Uglify IFUNC tests for PPC.Alan Modra1-0/+46
2009-10-30Implement IFUNC for PPC.Alan Modra5-4/+152
2009-09-15configure tweaks, support $libc_add_on_config_subdirsRoland McGrath5-44/+44
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 Schwab4-109/+16
2009-07-05Fix wrong PPC_FEATURE_* values.Andreas Schwab1-2/+2
2009-06-25Fix text relocation on ppc32.Andreas Schwab1-2/+21
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