aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc
AgeCommit message (Expand)AuthorFilesLines
2020-03-30powerpc: Add support for fmaf128() in hardwareRaphael Moreira Zinsly5-1/+127
2020-03-30math: Remove fenvinline.hAdhemerval Zanella4-113/+5
2020-03-25powerpc64: apply -mabi=ibmlongdouble to special filesPaul E. Murphy3-2/+13
2020-03-25powerpc64le: add -mno-gnu-attribute to *f128 objects and difftimePaul E. Murphy2-9/+16
2020-03-25Makeconfig: sandwich gnulib-tests between libc/ld linking of testsPaul E. Murphy1-17/+1
2020-03-25powerpc64le: Ensure correct ldouble compiler flags are usedGabriel F. T. Gomes1-0/+58
2020-03-19math: Remove inline math testsAdhemerval Zanella3-2000/+1
2020-03-06powerpc: Fix feraiseexcept and feclearexcept macrosMatheus Castanho1-2/+2
2020-02-25powerpc: Refactor fenvinline.hRogerio Alves1-13/+19
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer1-0/+20
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella1-3/+2
2020-01-21Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab2-0/+4
2020-01-18powerpc32: Fix syntax error in __GLRO macroAndreas Schwab1-1/+1
2020-01-17powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho14-45/+275
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella2-12/+12
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra12-22/+21
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers577-577/+577
2019-12-19powerpc: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Adhemerval Zanella2-4/+6
2019-12-03Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer1-1/+1
2019-11-26nptl: Add default pthreadtypes-arch.hAdhemerval Zanella1-44/+0
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella2-27/+61
2019-11-26nptl: Add struct_mutex.hAdhemerval Zanella2-7/+63
2019-11-26nptl: Remove rwlock elision definitionsAdhemerval Zanella1-5/+2
2019-11-26nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella1-0/+6
2019-11-26nptl: Cleanup mutex internal offset testsAdhemerval Zanella1-8/+0
2019-10-02[powerpc] No need to enter "Ignore Exceptions Mode"Paul A. Clarke1-4/+15
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2-36/+16
2019-09-27[powerpc] Rename fesetenv_mode to fesetenv_controlPaul A. Clarke5-6/+6
2019-09-27[powerpc] libc_feholdsetround_noex_ppc_ctx: optimize FPSCR writePaul A. Clarke1-1/+1
2019-09-27[powerpc] Rename fegetenv_status to fegetenv_controlPaul A. Clarke7-9/+9
2019-09-27[powerpc] __fesetround_inline optimizationsPaul A. Clarke1-3/+15
2019-09-27[powerpc] libc_feupdateenv_test: optimize FPSCR accessPaul A. Clarke2-2/+18
2019-09-27[powerpc] fenv_private.h clean upPaul A. Clarke8-117/+38
2019-09-19[powerpc] SET_RESTORE_ROUND optimizations and bug fixPaul A. Clarke2-25/+36
2019-09-17Refactor vDSO initialization codeAdhemerval Zanella2-3/+3
2019-09-07Fix three GNU license URLs, along with trailing-newline issues.Paul Eggert1-2/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert575-575/+575
2019-08-28[powerpc] fegetenv_status: simplify instruction generationPaul A. Clarke1-15/+6
2019-08-28[powerpc] fesetenv: optimize FPSCR accessPaul A. Clarke1-8/+4
2019-08-28[powerpc] SET_RESTORE_ROUND improvementsPaul A. Clarke1-2/+36
2019-08-28[powerpc] fe{en,dis}ableexcept, fesetmode: optimize FPSCR accessesPaul A. Clarke4-24/+30
2019-08-28[powerpc] fe{en,dis}ableexcept optimize bit translationsPaul A. Clarke3-33/+63
2019-08-13Declare most TS 18661-1 interfaces for C2X.Joseph Myers1-1/+1
2019-08-01powerpc: Cleanup: use actual power8 assembly mnemonicsRaoni Fassina Firmino11-187/+87
2019-07-09[powerpc] fenv_libc.h: protect use of __builtin_cpu_supportsPaul A. Clarke1-1/+3
2019-07-08powerpc: refactor logb{f,l}Adhemerval Zanella20-125/+87
2019-07-08powerpc: Refactor modf{f}Adhemerval Zanella12-42/+48
2019-07-08powerpc: hypot refactor and optimizationAdhemerval Zanella8-232/+23
2019-06-30powerpc: Use faster means to access FPSCR when possible in some casesPaul A. Clarke5-30/+76
2019-06-26powerpc: Use generic e_expfAdhemerval Zanella7-383/+0