summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* PowerPC - Optimization for str[n]casecmp functionsAdhemerval Zanella2011-12-298-0/+283
* PowerPC - Optimization for nearbyint[f]Adhemerval Zanella2011-12-294-0/+277
* Fix compilation due to __nan definesAdhemerval Zanella2011-12-291-1/+1
* Fix a wrong constant in powerpc hypot implementationAndreas Schwab2011-12-291-1/+1
* PowerPC: Arithmetic function optimizations for POWERAdhemerval Zanella2011-12-295-4/+138
* Optimize libmUlrich Drepper2011-12-297-43/+23
* Fix PLT uses in libm on powerpcAndreas Schwab2011-12-294-167/+167
* Fix POWER4/POWER7 optimized strncmp to not read past differing bytesAndreas Schwab2011-09-284-20/+24
* Optimize the aligned copy for power7 with vector-scalar insns.Will Schmidt2011-09-122-29/+145
* Prevent Altivec and VSX insns on PowerPC64 when no FPRs or VRs are avail.Ryan S. Arnold2011-09-121-2/+5
* Fix profiling on powerpc32 secure-plt shared libs and PIEsAlan Modra2011-09-125-6/+10
* Check for finite/infinity parms in IBM Long Double 128 fmal( )Dave Flaherty2011-09-121-0/+39
* Provide a throughput boost to the 64-bit power7 strncmp code of approxWill Schmidt2011-09-122-2/+6
* Trigonometric optimizations for POWER cpusAdhemerval Zanella2011-09-129-0/+1069
* Complete revert of git commit ec11dbe1aabbb45d41f5e9c21e315e2496f3b473Ryan S. Arnold2011-09-1214-1452/+0
* Revert git commit ec11dbe1aabbb45d41f5e9c21e315e2496f3b473Ryan S. Arnold2011-09-094-382/+287
* Avoid deadcode and remove regressive optimization for POWER[5|6].Adhemerval Zanella2011-06-284-287/+382
* Trigonometric optimizations for POWER cpusAdhemerval Zanella2011-06-1714-0/+1452
* Correct "//" in search paths due to LD_AT_PLATFORM=""Ryan S. Arnold2011-05-251-5/+15
* 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-173-2/+115
* Prevent VSX type TOC ref in _dl_start before relocs are resolved.Ryan S. Arnold2011-02-161-0/+5
* Reverse -mno-vsx commits in order to correct it later.Ryan S. Arnold2011-02-161-5/+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-151-0/+6
* Fix comparison in sqrtl for IBM long double 128.Luis Machado2010-12-031-2/+2
* power7-optimized mempcpyLuis Machado2010-11-052-0/+929
* PowerPC64 doesn't need an executable stack and therefore doesn't needRyan Arnold2010-11-0111-29/+306
* IEEE quad fmal fixesJakub Jelinek2010-11-011-2/+4
* Add C99 FP_FAST_FMA{,F,L} macros to math.hMichael Meissner2010-11-011-0/+4
* Implement fmal, some fma bugfixesJakub Jelinek2010-11-018-97/+467
* Fix some more dbl-64/s_fma.c issueJakub Jelinek2010-11-011-15/+88
* Implement accurate fma.Jakub Jelinek2010-11-0115-9/+418
* Correct implementation of fmaf.Jakub Jelinek2010-11-0116-16/+79
* powerpc: PPCA2/A2 optimized memcpy functionMichael B. Brutman2010-11-016-3/+1025
* PowerPC64 ABI fixesAlan Modra2010-11-0113-210/+223
* Whitespace fixes.Ulrich Drepper2010-11-012-2/+2
* POWER6/7 optimizations for copysignLuis Machado2010-11-014-0/+114
* powerpc: Various P7-optimized string functionsLuis Machado2010-10-3114-0/+2088
* powerpc: Re-work the Implies structureLuis Machado2010-10-3148-58/+44
* More whitespace fixes.Ulrich Drepper2010-10-311-2/+2
* Fix whitespaces.Ulrich Drepper2010-10-314-37/+37
* power7 string compare optimizationsLuis Machado2010-10-314-0/+2330
* Small fix to POWER7 32-bit memsetLuis Machado2010-10-301-3/+2
* Small fix to POWER7 32-bit memcpyLuis Machado2010-10-301-2/+2
* Add missing files.Luis Machado2010-10-302-0/+833
* Allow AT_PLATFORM=foo as an env variable to the loader to override theRyan Arnold2010-10-261-0/+36
* Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strncmpUlrich Drepper2010-10-081-16/+16
* Fix ifunc thunk for strspn on x86 in static libcAndreas Schwab2010-08-191-2/+2