about summary refs log tree commit diff
path: root/sysdeps/powerpc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Disable VSX usage in rtld.c to prevent TOC ref before relocs are resolved.Ryan S. Arnold2011-02-171-0/+5
|
* Make PowerPC64 default to nonexecutable stackRyan S. Arnold2010-12-191-1/+12
|
* power7-optimized mempcpyLuis Machado2010-11-052-0/+929
|
* powerpc: PPCA2/A2 optimized memcpy functionMichael B. Brutman2010-10-244-3/+1021
|
* Provide FP_FAST_FMA{,F,L} definitions for x86/x86-64.Ulrich Drepper2010-10-191-1/+1
|
* Add C99 FP_FAST_FMA{,F,L} macros to math.hMichael Meissner2010-10-191-0/+4
|
* Implement accurate fma.Jakub Jelinek2010-10-134-0/+71
|
* Correct implementation of fmaf.Jakub Jelinek2010-10-112-2/+4
|
* powerpc: Use generic memset for RTLD for ppc32/64Luis Machado2010-09-292-0/+8
|
* Revert "powerpc: PPCA2 optimized memcpy function"Ulrich Drepper2010-09-272-1012/+0
| | | | | | | | This reverts commit 44f91d3884e241e4402eb3e8b9b6dfa2acc9f80c. Conflicts: ChangeLog
* powerpc: PPCA2 optimized memcpy functionMichael B. Brutman2010-09-212-0/+1012
|
* Remove undefined operationsAndreas Schwab2010-09-051-5/+3
|
* powerpc: Various P7-optimized string functionsLuis Machado2010-08-1914-0/+2088
|
* PowerPC64 ABI fixesAlan Modra2010-08-128-155/+156
|