about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Correct ordering of entries and spurious whitespace on the end of a line. ibm/2.12/masterRyan S. Arnold2012-01-111-63/+64
* Merge Adhemerval Zanella's pipe2 fix into ibm/2.12/master.Adhemerval Zanella2012-01-114-5/+32
|\
| * Add have_pipe2.Adhemerval Zanella2011-12-294-5/+32
* | Fix for AIO stack size (backported from 'master' branch)Adhemerval Zanella2012-01-055-6/+17
|/
* PowerPC - Optimization for str[n]casecmp functionsAdhemerval Zanella2011-12-299-0/+301
* PowerPC - Optimization for nearbyint[f]Adhemerval Zanella2011-12-296-0/+293
* Fix compilation due to __nan definesAdhemerval Zanella2011-12-292-1/+6
* Fix a wrong constant in powerpc hypot implementationAndreas Schwab2011-12-292-1/+6
* PowerPC: Arithmetic function optimizations for POWERAdhemerval Zanella2011-12-296-4/+149
* Optimize libmUlrich Drepper2011-12-298-43/+35
* Fix PLT uses in libm on powerpcAndreas Schwab2011-12-295-167/+178
* Fix POWER4/POWER7 optimized strncmp to not read past differing bytesAndreas Schwab2011-09-285-20/+32
* Optimize the aligned copy for power7 with vector-scalar insns.Will Schmidt2011-09-123-29/+153
* Prevent Altivec and VSX insns on PowerPC64 when no FPRs or VRs are avail.Ryan S. Arnold2011-09-122-2/+11
* Fix profiling on powerpc32 secure-plt shared libs and PIEsAlan Modra2011-09-126-6/+22
* Check for finite/infinity parms in IBM Long Double 128 fmal( )Dave Flaherty2011-09-122-0/+44
* Provide a throughput boost to the 64-bit power7 strncmp code of approxWill Schmidt2011-09-123-2/+13
* Trigonometric optimizations for POWER cpusAdhemerval Zanella2011-09-1210-0/+1083
* Complete revert of git commit ec11dbe1aabbb45d41f5e9c21e315e2496f3b473Ryan S. Arnold2011-09-1214-1452/+0
* Revert git commit ec11dbe1aabbb45d41f5e9c21e315e2496f3b473Ryan S. Arnold2011-09-095-414/+287
* Remove pthread_attr_setstacksize from __aio_create_helper_thread.ryanarn2011-07-012-2/+10
* Revert git commit db90a4844fc2f0eb7d6a45a317d9e625cca370e8ryanarn2011-07-012-10/+2
* Static TLS memory leak fix (DTV case)Alan Modra2011-07-014-15/+65
* Set stacksize in __aio_create_helper_thread to default for AIO with TLS.Ryan S. Arnold2011-07-012-2/+10
* Avoid deadcode and remove regressive optimization for POWER[5|6].Adhemerval Zanella2011-06-285-287/+392
* Trigonometric optimizations for POWER cpusAdhemerval Zanella2011-06-1715-0/+1474
* Correct "//" in search paths due to LD_AT_PLATFORM=""Ryan S. Arnold2011-05-252-5/+23
* Fix two printf handler issues.Jakub Jelinek2011-05-123-7/+21
* Correct POWER6 END(__isnan) to END(__isnanf).Ryan S. Arnold2011-03-161-1/+1
* Add #include <stdint.h> to tst-writev.c for backport.Ryan S. Arnold2011-02-171-1/+1
* Fix INTERNAL_[V]SYSCALL_NCS macros to not cast return val to int.Ryan S. Arnold2011-02-174-2/+124
* Prevent VSX type TOC ref in _dl_start before relocs are resolved.Ryan S. Arnold2011-02-162-0/+12
* Reverse -mno-vsx commits in order to correct it later.Ryan S. Arnold2011-02-162-11/+0
* Prevent VSX type TOC ref in _dl_start before relocs are resolved.Ryan S. Arnold2011-02-151-2/+1
* Prevent VSX type TOC ref in _dl_start before relocs are resolved.Ryan S. Arnold2011-02-152-0/+12
* Fix comparison in sqrtl for IBM long double 128.Luis Machado2010-12-032-2/+7
* power7-optimized mempcpyLuis Machado2010-11-053-0/+934
* This patch is not upstream. It is useful and non-invasive. It allows someRyan Arnold2010-11-052-4/+9
* PowerPC64 doesn't need an executable stack and therefore doesn't needRyan Arnold2010-11-0117-36/+359
* IEEE quad fmal fixesJakub Jelinek2010-11-013-2/+27
* Add C99 FP_FAST_FMA{,F,L} macros to math.hMichael Meissner2010-11-013-0/+28
* Missing CL.Jakub Jelinek2010-11-011-0/+15
* Implement fmal, some fma bugfixesJakub Jelinek2010-11-019-97/+492
* Fix some more dbl-64/s_fma.c issueJakub Jelinek2010-11-013-15/+105
* Implement accurate fma.Jakub Jelinek2010-11-0117-10/+467
* Correct implementation of fmaf.Jakub Jelinek2010-11-0122-19/+126
* powerpc: PPCA2/A2 optimized memcpy functionMichael B. Brutman2010-11-017-3/+1035
* PowerPC64 ABI fixesAlan Modra2010-11-0116-235/+315
* Whitespace fixes.Ulrich Drepper2010-11-012-2/+2
* POWER6/7 optimizations for copysignLuis Machado2010-11-015-0/+121