aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-12Check for finite/infinity parms in IBM Long Double 128 fmal( )Dave Flaherty2-0/+44
2011-09-12Provide a throughput boost to the 64-bit power7 strncmp code of approxWill Schmidt3-2/+13
2011-09-12Trigonometric optimizations for POWER cpusAdhemerval Zanella10-0/+1083
2011-09-12Complete revert of git commit ec11dbe1aabbb45d41f5e9c21e315e2496f3b473Ryan S. Arnold14-1452/+0
2011-09-09Revert git commit ec11dbe1aabbb45d41f5e9c21e315e2496f3b473Ryan S. Arnold5-414/+287
2011-07-01Remove pthread_attr_setstacksize from __aio_create_helper_thread.ryanarn2-2/+10
2011-07-01Revert git commit db90a4844fc2f0eb7d6a45a317d9e625cca370e8ryanarn2-10/+2
2011-07-01Static TLS memory leak fix (DTV case)Alan Modra4-15/+65
2011-07-01Set stacksize in __aio_create_helper_thread to default for AIO with TLS.Ryan S. Arnold2-2/+10
2011-06-28Avoid deadcode and remove regressive optimization for POWER[5|6].Adhemerval Zanella5-287/+392
2011-06-17Trigonometric optimizations for POWER cpusAdhemerval Zanella15-0/+1474
2011-05-25Correct "//" in search paths due to LD_AT_PLATFORM=""Ryan S. Arnold2-5/+23
2011-05-12Fix two printf handler issues.Jakub Jelinek3-7/+21
2011-03-16Correct POWER6 END(__isnan) to END(__isnanf).Ryan S. Arnold1-1/+1
2011-02-17Add #include <stdint.h> to tst-writev.c for backport.Ryan S. Arnold1-1/+1
2011-02-17Fix INTERNAL_[V]SYSCALL_NCS macros to not cast return val to int.Ryan S. Arnold4-2/+124
2011-02-16Prevent VSX type TOC ref in _dl_start before relocs are resolved.Ryan S. Arnold2-0/+12
2011-02-16Reverse -mno-vsx commits in order to correct it later.Ryan S. Arnold2-11/+0
2011-02-15Prevent VSX type TOC ref in _dl_start before relocs are resolved.Ryan S. Arnold1-2/+1
2011-02-15Prevent VSX type TOC ref in _dl_start before relocs are resolved.Ryan S. Arnold2-0/+12
2010-12-03Fix comparison in sqrtl for IBM long double 128.Luis Machado2-2/+7
2010-11-05power7-optimized mempcpyLuis Machado3-0/+934
2010-11-05This patch is not upstream. It is useful and non-invasive. It allows someRyan Arnold2-4/+9
2010-11-01PowerPC64 doesn't need an executable stack and therefore doesn't needRyan Arnold17-36/+359
2010-11-01IEEE quad fmal fixesJakub Jelinek3-2/+27
2010-11-01Add C99 FP_FAST_FMA{,F,L} macros to math.hMichael Meissner3-0/+28
2010-11-01Missing CL.Jakub Jelinek1-0/+15
2010-11-01Implement fmal, some fma bugfixesJakub Jelinek9-97/+492
2010-11-01Fix some more dbl-64/s_fma.c issueJakub Jelinek3-15/+105
2010-11-01Implement accurate fma.Jakub Jelinek17-10/+467
2010-11-01Correct implementation of fmaf.Jakub Jelinek22-19/+126
2010-11-01powerpc: PPCA2/A2 optimized memcpy functionMichael B. Brutman7-3/+1035
2010-11-01PowerPC64 ABI fixesAlan Modra16-235/+315
2010-11-01Whitespace fixes.Ulrich Drepper2-2/+2
2010-11-01POWER6/7 optimizations for copysignLuis Machado5-0/+121
2010-10-31powerpc: Various P7-optimized string functionsLuis Machado15-0/+2105
2010-10-31powerpc: Re-work the Implies structureLuis Machado49-58/+95
2010-10-31More whitespace fixes.Ulrich Drepper1-2/+2
2010-10-31Fix whitespaces.Ulrich Drepper4-37/+37
2010-10-31power7 string compare optimizationsLuis Machado5-0/+2337
2010-10-30Small fix to POWER7 32-bit memsetLuis Machado2-3/+6
2010-10-30Small fix to POWER7 32-bit memcpyLuis Machado2-2/+6
2010-10-30Add missing files.Luis Machado2-0/+833
2010-10-30POWER7 optimized memset.Luis Machado2-1/+11
2010-10-26Allow AT_PLATFORM=foo as an env variable to the loader to override theRyan Arnold3-0/+49
2010-10-08Add test case for strstr problem.Ulrich Drepper2-1/+8
2010-10-08Fix strstr and memmem algorithm.Eric Blake3-1/+33
2010-10-08Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strncmpUlrich Drepper4-53/+133
2010-08-19Fix ifunc thunk for strspn on x86 in static libcAndreas Schwab2-2/+6
2010-08-17(__getlogin_r_loginuid): Also fail if tpwd after pwuid call is NULL.Ulrich Drepper2-1/+6