aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/s390
AgeCommit message (Expand)AuthorFilesLines
2020-04-03S390: Regenerate ULPs.Stefan Liebler1-15/+19
2020-03-19math: Remove inline math testsAdhemerval Zanella1-817/+0
2020-03-05S390: Remove backchain-based fallback and use generic backtrace.c.Stefan Liebler2-295/+0
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer1-0/+20
2020-02-12S390: Fix non-ascii character in fenv.h.Stefan Liebler1-2/+2
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra3-3/+6
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers309-309/+309
2019-12-11S390: Use sysdeps/ieee754/dbl-64/wordsize-64 on s390x.Stefan Liebler1-0/+1
2019-12-11S390: Implement roundtoint and converttoint and define TOINT_INTRINSICS.Stefan Liebler1-0/+53
2019-12-11S390: Implement math-barriers math_opt_barrier and math_force_eval.Stefan Liebler1-0/+46
2019-12-11S390: Use libc_fe* macros in fe* functions.Stefan Liebler9-124/+27
2019-12-11S390: Implement libc_fe* macros.Stefan Liebler1-0/+250
2019-12-11S390: Use convert-to-fixed instruction for llround functions.Stefan Liebler3-0/+127
2019-12-11S390: Use convert-to-fixed instruction for lround functions.Stefan Liebler3-0/+142
2019-12-11S390: Use convert-to-fixed instruction for llrint functions.Stefan Liebler3-0/+151
2019-12-11S390: Use convert-to-fixed instruction for lrint functions.Stefan Liebler3-0/+166
2019-12-11S390: Use load-fp-integer instruction for roundeven functions.Stefan Liebler3-0/+116
2019-12-11Use GCC builtins for copysign functions if desired.Stefan Liebler1-0/+7
2019-12-11Use GCC builtins for round functions if desired.Stefan Liebler1-0/+11
2019-12-11Use GCC builtins for trunc functions if desired.Stefan Liebler1-0/+11
2019-12-11Use GCC builtins for ceil functions if desired.Stefan Liebler1-0/+11
2019-12-11Use GCC builtins for floor functions if desired.Stefan Liebler1-0/+11
2019-12-11Use GCC builtins for rint functions if desired.Stefan Liebler1-0/+11
2019-12-11Use GCC builtins for nearbyint functions if desired.Stefan Liebler1-0/+49
2019-11-27S390: Fix handling of needles crossing a page in strstr z15 ifunc-variant. [B...Stefan Liebler1-1/+1
2019-11-26nptl: Add default pthreadtypes-arch.hAdhemerval Zanella1-43/+0
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella2-27/+58
2019-11-26nptl: Add struct_mutex.hAdhemerval Zanella2-7/+63
2019-11-26nptl: Remove rwlock elision definitionsAdhemerval Zanella1-2/+0
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-11-06S390: Fp comparison are now raising FE_INVALID with gcc 10.Stefan Liebler1-5/+7
2019-10-18S390: Add new s390 platform z15.Stefan Liebler2-3/+3
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2-7/+11
2019-09-19S390: Use _HP_TIMING_S390_H instead of _HP_TIMING_H.Stefan Liebler1-2/+2
2019-09-18S390: Add support for HP_TIMING_NOW.Stefan Liebler1-0/+42
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert289-289/+289
2019-08-13Declare most TS 18661-1 interfaces for C2X.Joseph Myers1-1/+1
2019-06-25S390: Regenerate ULPs.Stefan Liebler1-6/+6
2019-06-04Fix iconv buffer handling with IGNORE error handler (bug #18830)Andreas Schwab1-3/+3
2019-03-22S390: Add arch13 memmem ifunc variant.Stefan Liebler6-6/+201
2019-03-22S390: Add arch13 strstr ifunc variant.Stefan Liebler6-6/+219
2019-03-22S390: Add arch13 memmove ifunc variant.Stefan Liebler5-5/+99
2019-03-22S390: Add configure check to detect support for arch13.Stefan Liebler2-0/+120
2019-03-22S390: Add new hwcap values for new cpu architecture arch13.Stefan Liebler2-4/+9
2019-03-21S390: Mark vx and vxe as important hwcap.Stefan Liebler1-1/+2
2019-03-14Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer1-33/+0
2019-03-04S390: Increase function alignment to 16 bytes.Stefan Liebler2-2/+2
2019-03-01S390: Fix introduction of __wcscpy and weak wcscpy symbols.Stefan Liebler1-1/+5
2019-02-27wcsmbs: optimize wcscatAdhemerval Zanella1-1/+3