summaryrefslogtreecommitdiff
path: root/sysdeps/powerpc
AgeCommit message (Expand)Author
2012-03-05Update powerpc libm ULPsAndreas Schwab
2012-03-04Update powerpc libm ULPsAndreas Schwab
2012-03-01Improve erfc accuracy.Joseph Myers
2012-02-21Remove old initfini mechanism.Joseph Myers
2012-02-20Resort ULPs files with gen-libm-test.pl -n in C locale.Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-02-08powerpc: add crt filesAndreas Schwab
2012-02-07Adjust libm test ULPs for powerpcAndreas Schwab
2012-02-07Remove __ELF__ conditionalsMarek Polacek
2012-01-31Always define float_t as float for PowerPC, SH and SPARC.Joseph Myers
2012-01-27PowerPC - A2 memcpy cache line size initializationAdhemerval Zanella
2012-01-27Remove __STDC__ conditionals from libm.Joseph Myers
2012-01-26Remove __STDC__ conditionals from installed headers.Joseph Myers
2012-01-12Powerpc: correct duplicate label issue with multiple passes through context codeWill Schmidt
2012-01-07Remove non-ELF supportUlrich Drepper
2011-12-17Optimized strcasecmp for Power7Adhemerval Zanella
2011-12-17Fix WPUlrich Drepper
2011-12-17Simplify code for accessing powerpc GOTWill Schmidt
2011-12-17Optimized nearbyint for PPCAdhemerval Zanella
2011-12-06Fix a wrong constant in powerpc hypot implementationAndreas Schwab
2011-11-11PowerPC: Arithmetic function optimizations for POWERAdhemerval Zanella
2011-10-12Optimize libmUlrich Drepper
2011-10-05Don't call ifunc functions in trace modeAndreas Schwab
2011-09-28Adjust powerpc libm ULPsAndreas Schwab
2011-09-15Fix PLT uses in libm on powerpcAndreas Schwab
2011-09-13Fix undefined symbol in powerpc64 dl-machine.hAndreas Schwab
2011-09-11Remove --wth-tls option, TLS support is requiredUlrich Drepper
2011-09-10Remove support for !USE___THREADUlrich Drepper
2011-09-07Fix whitespacesUlrich Drepper
2011-09-07Trigonometric optimizations for POWERAdhemerval Zanella
2011-09-07Fix profiling on powerpc32 secure-plt shared libs and PIEsAlan Modra
2011-09-07power7 strncmp optimizationWill Schmidt
2011-09-07power7 memcpy VSX optimizationsWill Schmidt
2011-08-23Fix duplicate definition of Elf64_FuncDescAurelien Jarno
2011-08-20Adjust libm test ulps for powerpcAndreas Schwab
2011-06-20Add an elf_ifunc_invoke interface so that architectures can implementDavid S. Miller
2011-05-20Prevent Altivec and VSX insns on PowerPC64 when no FPRs or VRs are avail.Ryan S. Arnold
2011-04-22Fix whitespaces.Ulrich Drepper
2011-04-22Remove doubled words.Jim Meyering
2011-04-17Fix POWER4/POWER7 optimized strncmp to not read past differing bytesAndreas Schwab
2011-04-10Fix memory leak in TLS of loaded objects.Ulrich Drepper
2011-03-18PowerPC: Fix POWER6 s_isnanf.S: END(__isnan) to END(__isnanf)Ryan S. Arnold
2011-02-17Disable VSX usage in rtld.c to prevent TOC ref before relocs are resolved.Ryan S. Arnold
2010-12-19Make PowerPC64 default to nonexecutable stackRyan S. Arnold
2010-11-05power7-optimized mempcpyLuis Machado
2010-10-24powerpc: PPCA2/A2 optimized memcpy functionMichael B. Brutman
2010-10-19Provide FP_FAST_FMA{,F,L} definitions for x86/x86-64.Ulrich Drepper
2010-10-19Add C99 FP_FAST_FMA{,F,L} macros to math.hMichael Meissner
2010-10-13Implement accurate fma.Jakub Jelinek
2010-10-11Correct implementation of fmaf.Jakub Jelinek