about summary refs log tree commit diff
path: root/sysdeps/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer2020-02-181-0/+20
* linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella2020-02-141-3/+2
* Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab2020-01-212-0/+4
* powerpc32: Fix syntax error in __GLRO macroAndreas Schwab2020-01-181-1/+1
* powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho2020-01-1714-45/+275
* elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella2020-01-032-12/+12
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-0312-22/+21
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01577-577/+577
* powerpc: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Adhemerval Zanella2019-12-192-4/+6
* Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer2019-12-031-1/+1
* nptl: Add default pthreadtypes-arch.hAdhemerval Zanella2019-11-261-44/+0
* nptl: Add struct_rwlock.hAdhemerval Zanella2019-11-262-27/+61
* nptl: Add struct_mutex.hAdhemerval Zanella2019-11-262-7/+63
* nptl: Remove rwlock elision definitionsAdhemerval Zanella2019-11-261-5/+2
* nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella2019-11-261-0/+6
* nptl: Cleanup mutex internal offset testsAdhemerval Zanella2019-11-261-8/+0
* [powerpc] No need to enter "Ignore Exceptions Mode"Paul A. Clarke2019-10-021-4/+15
* Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2019-10-012-36/+16
* [powerpc] Rename fesetenv_mode to fesetenv_controlPaul A. Clarke2019-09-275-6/+6
* [powerpc] libc_feholdsetround_noex_ppc_ctx: optimize FPSCR writePaul A. Clarke2019-09-271-1/+1
* [powerpc] Rename fegetenv_status to fegetenv_controlPaul A. Clarke2019-09-277-9/+9
* [powerpc] __fesetround_inline optimizationsPaul A. Clarke2019-09-271-3/+15
* [powerpc] libc_feupdateenv_test: optimize FPSCR accessPaul A. Clarke2019-09-272-2/+18
* [powerpc] fenv_private.h clean upPaul A. Clarke2019-09-278-117/+38
* [powerpc] SET_RESTORE_ROUND optimizations and bug fixPaul A. Clarke2019-09-192-25/+36
* Refactor vDSO initialization codeAdhemerval Zanella2019-09-172-3/+3
* Fix three GNU license URLs, along with trailing-newline issues.Paul Eggert2019-09-071-2/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07575-575/+575
* [powerpc] fegetenv_status: simplify instruction generationPaul A. Clarke2019-08-281-15/+6
* [powerpc] fesetenv: optimize FPSCR accessPaul A. Clarke2019-08-281-8/+4
* [powerpc] SET_RESTORE_ROUND improvementsPaul A. Clarke2019-08-281-2/+36
* [powerpc] fe{en,dis}ableexcept, fesetmode: optimize FPSCR accessesPaul A. Clarke2019-08-284-24/+30
* [powerpc] fe{en,dis}ableexcept optimize bit translationsPaul A. Clarke2019-08-283-33/+63
* Declare most TS 18661-1 interfaces for C2X.Joseph Myers2019-08-131-1/+1
* powerpc: Cleanup: use actual power8 assembly mnemonicsRaoni Fassina Firmino2019-08-0111-187/+87
* [powerpc] fenv_libc.h: protect use of __builtin_cpu_supportsPaul A. Clarke2019-07-091-1/+3
* powerpc: refactor logb{f,l}Adhemerval Zanella2019-07-0820-125/+87
* powerpc: Refactor modf{f}Adhemerval Zanella2019-07-0812-42/+48
* powerpc: hypot refactor and optimizationAdhemerval Zanella2019-07-088-232/+23
* powerpc: Use faster means to access FPSCR when possible in some casesPaul A. Clarke2019-06-305-30/+76
* powerpc: Use generic e_expfAdhemerval Zanella2019-06-267-383/+0
* powerpc: Refactor powerpc32 lround/lroundf/llround/llroundfAdhemerval Zanella2019-06-2622-547/+142
* [powerpc] add 'volatile' to asmPaul A. Clarke2019-06-192-5/+5
* powerpc: Refactor powerpc64 lround/lroundf/llround/llroundfAdhemerval Zanella2019-06-1730-490/+190
* powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintfAdhemerval Zanella2019-06-1722-342/+77
* powerpc: refactor powerpc64 lrint/lrintf/llrint/llrintfAdhemerval Zanella2019-06-1721-225/+76
* powerpc: Remove optimized finiteAdhemerval Zanella2019-06-1219-654/+3
* powerpc: Remove optimized isinfAdhemerval Zanella2019-06-1219-634/+2
* powerpc: Remove optimized isnanAdhemerval Zanella2019-06-1235-1381/+2
* powerpc: copysign cleanupAdhemerval Zanella2019-06-1220-504/+64