about summary refs log tree commit diff
path: root/sysdeps/powerpc
Commit message (Collapse)AuthorAgeFilesLines
* Update powerpc libm test ULPsAndreas Schwab2012-03-181-2/+43
|
* Use double precision instead of scaling for powerpc __ieee754_hypotfAndreas Schwab2012-03-152-40/+9
|
* Update powerpc libm ULPsAndreas Schwab2012-03-151-5/+47
|
* Update powerpc libm ULPsAndreas Schwab2012-03-101-4/+364
|
* Replace FSF snail mail address with URL in miscellaneous files.Paul Eggert2012-03-104-12/+8
|
* Use include_next to chain math_private.h headers.Richard Henderson2012-03-091-1/+1
|
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-0921-31/+31
| | | | Entire tree edited via find | grep | sed.
* powerpc: Convert __ieee754_sqrt{,f} from macros to inlines.Richard Henderson2012-03-091-70/+36
|
* Update powerpc libm ULPsAndreas Schwab2012-03-051-0/+170
|
* Update powerpc libm ULPsAndreas Schwab2012-03-041-19/+511
|
* Improve erfc accuracy.Joseph Myers2012-03-011-0/+9
|
* Remove old initfini mechanism.Joseph Myers2012-02-212-7/+0
|
* Resort ULPs files with gen-libm-test.pl -n in C locale.Joseph Myers2012-02-201-7/+4
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-09328-981/+650
|
* powerpc: add crt filesAndreas Schwab2012-02-084-0/+303
| | | | | | | * sysdeps/powerpc/powerpc32/crti.S: New file. * sysdeps/powerpc/powerpc32/crtn.S: New file. * sysdeps/powerpc/powerpc64/crti.S: New file. * sysdeps/powerpc/powerpc64/crtn.S: New file.
* Adjust libm test ULPs for powerpcAndreas Schwab2012-02-071-2/+16
|
* Remove __ELF__ conditionalsMarek Polacek2012-02-073-15/+3
|
* Always define float_t as float for PowerPC, SH and SPARC.Joseph Myers2012-01-311-14/+2
|
* PowerPC - A2 memcpy cache line size initializationAdhemerval Zanella2012-01-272-4/+51
|
* Remove __STDC__ conditionals from libm.Joseph Myers2012-01-274-28/+4
|
* Remove __STDC__ conditionals from installed headers.Joseph Myers2012-01-261-12/+2
|
* Powerpc: correct duplicate label issue with multiple passes through context codeWill Schmidt2012-01-121-2/+6
|
* Remove non-ELF supportUlrich Drepper2012-01-072-4/+1
|
* Optimized strcasecmp for Power7Adhemerval Zanella2011-12-178-0/+283
|
* Fix WPUlrich Drepper2011-12-171-1/+1
|
* Simplify code for accessing powerpc GOTWill Schmidt2011-12-1726-130/+110
|
* Optimized nearbyint for PPCAdhemerval Zanella2011-12-174-0/+277
|
* Fix a wrong constant in powerpc hypot implementationAndreas Schwab2011-12-061-1/+1
|
* PowerPC: Arithmetic function optimizations for POWERAdhemerval Zanella2011-11-115-4/+138
|
* Optimize libmUlrich Drepper2011-10-126-33/+15
| | | | | libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized.
* Don't call ifunc functions in trace modeAndreas Schwab2011-10-052-8/+15
|
* Adjust powerpc libm ULPsAndreas Schwab2011-09-281-4/+42
|
* Fix PLT uses in libm on powerpcAndreas Schwab2011-09-154-16/+16
|
* Fix undefined symbol in powerpc64 dl-machine.hAndreas Schwab2011-09-131-2/+0
|
* Remove --wth-tls option, TLS support is requiredUlrich Drepper2011-09-114-92/+240
|
* Remove support for !USE___THREADUlrich Drepper2011-09-102-58/+45
|
* Fix whitespacesUlrich Drepper2011-09-072-2/+1
|
* Trigonometric optimizations for POWERAdhemerval Zanella2011-09-079-0/+1070
|
* Fix profiling on powerpc32 secure-plt shared libs and PIEsAlan Modra2011-09-075-6/+10
|
* power7 strncmp optimizationWill Schmidt2011-09-072-2/+6
|
* power7 memcpy VSX optimizationsWill Schmidt2011-09-072-29/+145
|
* Fix duplicate definition of Elf64_FuncDescAurelien Jarno2011-08-232-8/+7
|
* Adjust libm test ulps for powerpcAndreas Schwab2011-08-201-0/+2
|
* Add an elf_ifunc_invoke interface so that architectures can implementDavid S. Miller2011-06-202-3/+17
| | | | the ifunc resolver calls however they wish.
* Prevent Altivec and VSX insns on PowerPC64 when no FPRs or VRs are avail.Ryan S. Arnold2011-05-201-2/+5
| | | | | | | | (cherry picked from commit 4749a0058b27274a95c5a798e339c7299cdf890e) Conflicts: ChangeLog
* Fix whitespaces.Ulrich Drepper2011-04-227-106/+104
|
* Remove doubled words.Jim Meyering2011-04-2222-40/+40
|
* Fix POWER4/POWER7 optimized strncmp to not read past differing bytesAndreas Schwab2011-04-174-20/+24
|
* Fix memory leak in TLS of loaded objects.Ulrich Drepper2011-04-101-1/+4
|
* PowerPC: Fix POWER6 s_isnanf.S: END(__isnan) to END(__isnanf)Ryan S. Arnold2011-03-181-3/+2
|