aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc
AgeCommit message (Expand)AuthorFilesLines
2012-04-18Have memmove call __builtin_memcopy on PowerPC if src and dest don't overlap.Will Schmidt1-0/+119
2012-04-18Further simplify power6 wordcopy by removing switch statements.Will Schmidt2-72/+4
2012-04-18Simplify power6 wordcopy by adding [fwd|bwd]_align_merge macros.Will Schmidt2-272/+79
2012-04-05Reduce down to one definition of _ELF_DYNAMIC_DO_RELOC.David S. Miller1-4/+0
2012-03-28Fix whitespaceAndreas Jaeger1-1/+1
2012-03-28Regenerate configure filesAndreas Jaeger2-0/+109
2012-03-28Move sysdeps/powerpc/elf filesAndreas Jaeger2-0/+0
2012-03-28Move sysdeps/powerpc/powerpc32/elf filesAndreas Jaeger5-165/+34
2012-03-28Move sysdeps/powerpc/powerpc64/elf filesAndreas Jaeger8-214/+63
2012-03-26Update powerpc libm test ULPsAndreas Schwab1-2/+24
2012-03-21Update powerpc libm-test ULPsAndreas Schwab1-2/+82
2012-03-21Disable use of FMA instructions in branredAndreas Schwab3-49/+282
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu6-6/+6
2012-03-18Update powerpc libm test ULPsAndreas Schwab1-2/+43
2012-03-15Use double precision instead of scaling for powerpc __ieee754_hypotfAndreas Schwab2-40/+9
2012-03-15Update powerpc libm ULPsAndreas Schwab1-5/+47
2012-03-10Update powerpc libm ULPsAndreas Schwab1-4/+364
2012-03-10Replace FSF snail mail address with URL in miscellaneous files.Paul Eggert4-12/+8
2012-03-09Use include_next to chain math_private.h headers.Richard Henderson1-1/+1
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson21-31/+31
2012-03-09powerpc: Convert __ieee754_sqrt{,f} from macros to inlines.Richard Henderson1-70/+36
2012-03-05Update powerpc libm ULPsAndreas Schwab1-0/+170
2012-03-04Update powerpc libm ULPsAndreas Schwab1-19/+511
2012-03-01Improve erfc accuracy.Joseph Myers1-0/+9
2012-02-21Remove old initfini mechanism.Joseph Myers2-7/+0
2012-02-20Resort ULPs files with gen-libm-test.pl -n in C locale.Joseph Myers1-7/+4
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