aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/s390
AgeCommit message (Expand)Author
2020-12-10s390x: Add glibc-hwcaps supportFlorian Weimer
2020-12-09S390: Derive float_t from FLT_EVAL_METHODMarius Hillenbrand
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer
2020-10-02aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy
2020-08-21S390: Sync HWCAP names with kernel by adding aliases [BZ #25971]Stefan Liebler
2020-08-12S390: Regenerate ULPs.Stefan Liebler
2020-06-26S390: Optimize __memset_z196.Stefan Liebler
2020-06-26S390: Optimize __memcpy_z196.Stefan Liebler
2020-06-24S390: Regenerate ULPs.Stefan Liebler
2020-06-22s390: Use sqrt{f} builtinAdhemerval Zanella
2020-06-22s390x: Use fma{f} builtinAdhemerval Zanella
2020-06-22math: Decompose math-use-builtins.hAdhemerval Zanella
2020-06-03ieee754: provide gcc builtins based generic fma functionsVineet Gupta
2020-06-03ieee754: provide gcc builtins based generic sqrt functionsVineet Gupta
2020-05-06semaphore: consolidate arch headers into a generic oneVineet Gupta
2020-04-24Remove most gmp-mparam.h headers.Joseph Myers
2020-04-03S390: Regenerate ULPs.Stefan Liebler
2020-03-19math: Remove inline math testsAdhemerval Zanella
2020-03-05S390: Remove backchain-based fallback and use generic backtrace.c.Stefan Liebler
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer
2020-02-12S390: Fix non-ascii character in fenv.h.Stefan Liebler
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-11S390: Use sysdeps/ieee754/dbl-64/wordsize-64 on s390x.Stefan Liebler
2019-12-11S390: Implement roundtoint and converttoint and define TOINT_INTRINSICS.Stefan Liebler
2019-12-11S390: Implement math-barriers math_opt_barrier and math_force_eval.Stefan Liebler
2019-12-11S390: Use libc_fe* macros in fe* functions.Stefan Liebler
2019-12-11S390: Implement libc_fe* macros.Stefan Liebler
2019-12-11S390: Use convert-to-fixed instruction for llround functions.Stefan Liebler
2019-12-11S390: Use convert-to-fixed instruction for lround functions.Stefan Liebler
2019-12-11S390: Use convert-to-fixed instruction for llrint functions.Stefan Liebler
2019-12-11S390: Use convert-to-fixed instruction for lrint functions.Stefan Liebler
2019-12-11S390: Use load-fp-integer instruction for roundeven functions.Stefan Liebler
2019-12-11Use GCC builtins for copysign functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for round functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for trunc functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for ceil functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for floor functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for rint functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for nearbyint functions if desired.Stefan Liebler
2019-11-27S390: Fix handling of needles crossing a page in strstr z15 ifunc-variant. [B...Stefan Liebler
2019-11-26nptl: Add default pthreadtypes-arch.hAdhemerval Zanella
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella
2019-11-26nptl: Add struct_mutex.hAdhemerval Zanella
2019-11-26nptl: Remove rwlock elision definitionsAdhemerval Zanella
2019-11-26nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella
2019-11-26nptl: Cleanup mutex internal offset testsAdhemerval Zanella
2019-11-06S390: Fp comparison are now raising FE_INVALID with gcc 10.Stefan Liebler
2019-10-18S390: Add new s390 platform z15.Stefan Liebler
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis