aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-11Correct ordering of entries and spurious whitespace on the end of a line.ibm/2.12/masterRyan S. Arnold1-63/+64
2012-01-11Merge Adhemerval Zanella's pipe2 fix into ibm/2.12/master.Adhemerval Zanella4-5/+32
2012-01-05Fix for AIO stack size (backported from 'master' branch)Adhemerval Zanella5-6/+17
2011-12-29Add have_pipe2.Adhemerval Zanella4-5/+32
2011-12-29PowerPC - Optimization for str[n]casecmp functionsAdhemerval Zanella9-0/+301
2011-12-29PowerPC - Optimization for nearbyint[f]Adhemerval Zanella6-0/+293
2011-12-29Fix compilation due to __nan definesAdhemerval Zanella2-1/+6
2011-12-29Fix a wrong constant in powerpc hypot implementationAndreas Schwab2-1/+6
2011-12-29PowerPC: Arithmetic function optimizations for POWERAdhemerval Zanella6-4/+149
2011-12-29Optimize libmUlrich Drepper8-43/+35
2011-12-29Fix PLT uses in libm on powerpcAndreas Schwab5-167/+178
2011-09-28Fix POWER4/POWER7 optimized strncmp to not read past differing bytesAndreas Schwab5-20/+32
2011-09-12Optimize the aligned copy for power7 with vector-scalar insns.Will Schmidt3-29/+153
2011-09-12Prevent Altivec and VSX insns on PowerPC64 when no FPRs or VRs are avail.Ryan S. Arnold2-2/+11
2011-09-12Fix profiling on powerpc32 secure-plt shared libs and PIEsAlan Modra6-6/+22
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