aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/sparc/sparc64
AgeCommit message (Expand)Author
2021-12-03nptl: Increase default TCB alignment to 32Florian Weimer
2021-10-26String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella
2021-10-07elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song
2021-09-22Add narrowing fma functionsJoseph Myers
2021-09-15Redirect fma calls to __fma in libmJoseph Myers
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-08-18Remove sysdeps/*/tls-macros.hFangrui Song
2021-04-23nptl: Move pthread_spin_trylock into libcFlorian Weimer
2021-04-23nptl: Move pthread_spin_lock into libcFlorian Weimer
2021-04-23nptl: Move pthread_spin_init, Move pthread_spin_unlock into libcFlorian Weimer
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer
2021-01-07Remove dbl-64/wordsize-64 (part 2)Wilco Dijkstra
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-10-02aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy
2020-02-14linux: Consolidate INLINE_SYSCALLAdhemerval Zanella
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-11Always use wordsize-64 version of s_trunc.c.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_ceil.c.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_floor.c.Stefan Liebler
2019-12-02elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Florian Weimer
2019-11-27sparc: Use atomic compiler builtins on sparcAdhemerval Zanella
2019-09-07Fix three GNU license URLs, along with trailing-newline issues.Paul Eggert
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-23Fix spellings of contributor names in comments and docPaul Eggert
2019-03-22Refactor hp-timing rtld usageAdhemerval Zanella
2019-02-26Break further lines before not after operators.Joseph Myers
2019-02-18Fix SPARC64 handling of R_SPARC_H34 (bug 24231).Joseph Myers
2019-01-07soft-fp: Properly check _FP_W_TYPE_SIZE [BZ #24066]H.J. Lu
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov
2018-05-25Remove sysdeps/sparc/sparc64/soft-fp directory.Joseph Myers
2018-04-04elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki
2018-02-05sparc: Check PIC instead of SHARED in start.S [BZ #22638]H.J. Lu
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-14sparc: M7 optimized memset/bzeroPatrick McGehearty
2017-12-14sparc: M7 optimized memcpy/mempcpy/memmovePatrick McGehearty
2017-12-14sparc: assembly version of memmove for ultra1+Jose E. Marchesi
2017-12-01sparc: refactor cpu_relax to CAdhemerval Zanella
2017-11-30sparc: refactor sparc64 __mpn_add_n selector to CAdhemerval Zanella
2017-11-30sparc: refactor sparc64 __mpn_submul_1 selector to CAdhemerval Zanella
2017-11-30sparc: refactor sparc64 __mpn_addmul_1 selector to CAdhemerval Zanella
2017-11-30sparc: refactor sparc64 __mpn_sub_n selector to CAdhemerval Zanella
2017-11-30sparc: refactor sparc64 __mpn_mul_1 selector to CAdhemerval Zanella