aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc
AgeCommit message (Expand)AuthorFilesLines
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert328-981/+650
2012-02-08powerpc: add crt filesAndreas Schwab4-0/+303
2012-02-07Adjust libm test ULPs for powerpcAndreas Schwab1-2/+16
2012-02-07Remove __ELF__ conditionalsMarek Polacek3-15/+3
2012-01-31Always define float_t as float for PowerPC, SH and SPARC.Joseph Myers1-14/+2
2012-01-27PowerPC - A2 memcpy cache line size initializationAdhemerval Zanella2-4/+51
2012-01-27Remove __STDC__ conditionals from libm.Joseph Myers4-28/+4
2012-01-26Remove __STDC__ conditionals from installed headers.Joseph Myers1-12/+2
2012-01-12Powerpc: correct duplicate label issue with multiple passes through context codeWill Schmidt1-2/+6
2012-01-07Remove non-ELF supportUlrich Drepper2-4/+1
2011-12-17Optimized strcasecmp for Power7Adhemerval Zanella8-0/+283
2011-12-17Fix WPUlrich Drepper1-1/+1
2011-12-17Simplify code for accessing powerpc GOTWill Schmidt26-130/+110
2011-12-17Optimized nearbyint for PPCAdhemerval Zanella4-0/+277
2011-12-06Fix a wrong constant in powerpc hypot implementationAndreas Schwab1-1/+1
2011-11-11PowerPC: Arithmetic function optimizations for POWERAdhemerval Zanella5-4/+138
2011-10-12Optimize libmUlrich Drepper6-33/+15
2011-10-05Don't call ifunc functions in trace modeAndreas Schwab2-8/+15
2011-09-28Adjust powerpc libm ULPsAndreas Schwab1-4/+42
2011-09-15Fix PLT uses in libm on powerpcAndreas Schwab4-16/+16
2011-09-13Fix undefined symbol in powerpc64 dl-machine.hAndreas Schwab1-2/+0
2011-09-11Remove --wth-tls option, TLS support is requiredUlrich Drepper4-92/+240
2011-09-10Remove support for !USE___THREADUlrich Drepper2-58/+45
2011-09-07Fix whitespacesUlrich Drepper2-2/+1
2011-09-07Trigonometric optimizations for POWERAdhemerval Zanella9-0/+1070
2011-09-07Fix profiling on powerpc32 secure-plt shared libs and PIEsAlan Modra5-6/+10
2011-09-07power7 strncmp optimizationWill Schmidt2-2/+6
2011-09-07power7 memcpy VSX optimizationsWill Schmidt2-29/+145
2011-08-23Fix duplicate definition of Elf64_FuncDescAurelien Jarno2-8/+7
2011-08-20Adjust libm test ulps for powerpcAndreas Schwab1-0/+2
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