aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/sparc
AgeCommit message (Expand)AuthorFilesLines
2017-11-29sparc: refactor sparc64 nearbyint{f} selector to CAdhemerval Zanella7-24/+67
2017-11-29sparc: refactor sparc64 finite{f} selector to CAdhemerval Zanella7-30/+83
2017-11-29sparc: refactor sparc64 isinf{f} selector to CAdhemerval Zanella7-32/+84
2017-11-29sparc: refactor sparc64 isnan{f} selector to CAdhemerval Zanella7-31/+83
2017-11-29sparc: refactor sparc64 signbit{f} selector to CAdhemerval Zanella8-38/+88
2017-11-29sparc: Assume VIS3 supportAdhemerval Zanella31-229/+112
2017-11-28sparc: Implement memset/bzero ifunc selection in CAdhemerval Zanella11-130/+164
2017-11-28sparc: Implement memcpy/mempcpy ifunc selection in CAdhemerval Zanella12-173/+197
2017-11-22Remove unused sparc64/soft-fp libm function implementations.Joseph Myers3-155/+0
2017-11-07nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella1-0/+2
2017-11-07nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella1-0/+15
2017-10-13Fix TLS relocations against local symbols on powerpc32, sparc32 and sparc64James Clarke2-0/+2
2017-10-13Use libm_alias_ldouble for SPARC fabsl.Joseph Myers2-2/+5
2017-10-04Use libm_alias_double for dbl-64 fma.Joseph Myers1-4/+0
2017-10-04Restore sparc32 copysignl, fabsl, fmal compat symbols (bug 22229).Joseph Myers6-1/+35
2017-09-28Remove ancient __signbit inlinesWilco Dijkstra1-54/+0
2017-09-28Simplify C99 isgreater macrosWilco Dijkstra1-99/+0
2017-09-26Use generic __ifunc for SPARC.Joseph Myers1-8/+2
2017-09-19Enable unwind info in libc-start.c and backtrace.cWilco Dijkstra1-4/+0
2017-09-13Define and use libm_alias_double.Joseph Myers2-1/+5
2017-09-01Obsolete pow10 functions.Joseph Myers1-30/+0
2017-08-31Simplify HUGE_VAL definitions.Joseph Myers1-47/+0
2017-08-31gmon: Remove internal_function attributeFlorian Weimer1-2/+2
2017-08-21Remove SPARC sqrt wrappers (bug 21973).Joseph Myers11-430/+0
2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers8-0/+8
2017-07-19Update sparc ulpsAdhemerval Zanella1-80/+88
2017-06-20Remove bits/string.h.Zack Weinberg1-31/+0
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra2-0/+2
2017-06-07Make LD_HWCAP_MASK usable for static binariesSiddhesh Poyarekar1-1/+1
2017-06-07tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar1-1/+3
2017-06-06Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler3-0/+9
2017-05-23Remove useless comment from sysdeps/sparc/sparc32/dl-machine.hSiddhesh Poyarekar1-2/+0
2017-05-12Remove useless SPARC signbit aliases.Joseph Myers5-10/+0
2017-05-09Move shared pthread definitions to common headersAdhemerval Zanella2-241/+79
2017-05-02sparc: handle R_SPARC_DISP64 and R_SPARC_REGISTER relocsVladimir Mezentsev1-0/+6
2017-04-06sparc: Fix .udiv plt on libcAdhemerval Zanella4-0/+9
2017-03-18Fix sparc64 bits/setjmp.h namespace (bug 21261).Joseph Myers1-3/+4
2017-03-14Remove _dl_platform_stringAndreas Schwab1-3/+0
2017-02-03sparc: Remove optimized math routines which cause testsuite failures.David S. Miller27-721/+1
2017-01-10New pthread rwlock that is more scalable.Torvald Riegel1-14/+14
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes11-3/+4
2017-01-02Fix pthread_cond_t on sparc for new condvar.Torvald Riegel1-8/+21
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers314-314/+314
2016-12-27Fix typos in the spelling of "implementation"Dmitry V. Levin1-1/+1
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers1-22/+0
2016-12-01Add missing hidden_def (__sigsetjmp).Joseph Myers1-0/+1
2016-12-01Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers1-12/+0
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella1-1/+0
2016-11-24Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers1-4/+0
2016-11-07nptl: Document the reason why __kind in pthread_mutex_t is part of the ABIFlorian Weimer1-1/+1