aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ia64
AgeCommit message (Expand)Author
2021-04-21nptl: Move __pthread_unwind_next into libcFlorian Weimer
2021-04-05ia64: Update ulpsAdhemerval Zanella
2021-04-05ia64: Fix build after 9acda61d94acAdhemerval Zanella
2021-03-30Move __isnanf128 to libc.soSiddhesh Poyarekar
2021-03-25Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer
2021-01-28Update ia64 libm-test-ulpsAdhemerval Zanella
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer
2020-10-02aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy
2020-09-22x86: Use one ldbl2mpn.c file for both i386 and x86_64Florian Weimer
2020-06-19ia64: Use generic exp10fAdhemerval Zanella
2020-06-19New exp10f version without SVID compat wrapperAdhemerval Zanella
2020-05-06semaphore: consolidate arch headers into a generic oneVineet Gupta
2020-04-21ia64: Remove sigprocmask/sigblock objects from libpthreadAdhemerval Zanella
2020-04-08Update ia64 libm-test-ulpsAdhemerval Zanella
2020-03-19math: Remove inline math testsAdhemerval Zanella
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer
2020-02-10nptl: add missing pthread-offsets.hAndreas Schwab
2020-01-02Linux: Use system call tables during buildFlorian Weimer
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-11-26nptl: Add default pthread-offsets.hAdhemerval Zanella
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-10-21Remove math-finite.hWilco Dijkstra
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-13Declare most TS 18661-1 interfaces for C2X.Joseph Myers
2019-03-22Refactor hp-timing rtld usageAdhemerval Zanella
2019-03-14Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer
2019-02-27Add some spaces before '('.Joseph Myers
2019-01-12Fix a few typos in commentsDmitry V. Levin
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy
2018-11-21Remove the error handling wrapper from log2Szabolcs Nagy
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy
2018-11-12Remove redundant macro definitions from ia64 sfp-machine.h.Joseph Myers
2018-10-26i64: fix missing exp2f, log2f and powf symbols in libm.a [BZ #23822]Szabolcs Nagy
2018-09-28Remove unnecessary math_private.h includes.Joseph Myers
2018-09-19Add new pow implementationSzabolcs Nagy
2018-09-12Add new log2 implementationSzabolcs Nagy
2018-09-12Add new log implementationSzabolcs Nagy
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy
2018-08-24Remove unused math filesWilco Dijkstra