aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ia64
AgeCommit message (Expand)AuthorFilesLines
2017-11-17Support bits/floatn.h inclusion from .S files.Joseph Myers1-28/+32
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/+5
2017-10-20Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers1-0/+2
2017-10-03ld.so: Replace (&bootstrap_map) with BOOTSTRAP_MAPH.J. Lu1-1/+1
2017-10-02New symbol version for logf, log2f and powf without SVID compatSzabolcs Nagy3-4/+22
2017-09-29New generic powfSzabolcs Nagy1-0/+1
2017-09-29New generic log2fSzabolcs Nagy1-0/+1
2017-09-29New generic logfSzabolcs Nagy1-0/+1
2017-09-28Remove ancient __signbit inlinesWilco Dijkstra1-53/+0
2017-09-26Fix ia64 executable stack default (bug 22156).Joseph Myers1-3/+2
2017-09-25New expf and exp2f version without SVID compat wrapperSzabolcs Nagy2-2/+14
2017-09-25Optimized generic expf and exp2f with wrappersSzabolcs Nagy2-0/+2
2017-09-05Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers60-0/+60
2017-09-01Obsolete pow10 functions.Joseph Myers3-3/+15
2017-08-31Simplify HUGE_VAL definitions.Joseph Myers1-41/+0
2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers4-39/+18
2017-06-30float128: Add signbit alternative for old compilersGabriel F. T. Gomes1-0/+8
2017-06-26Add float128 support for ia64.Joseph Myers8-1/+228
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra1-1/+2
2017-06-06Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler1-0/+3
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg1-1/+1
2017-05-09Move shared pthread definitions to common headersAdhemerval Zanella2-190/+61
2017-02-25Allow direct use of math_ldbl.h in testsuite.Zack Weinberg1-9/+31
2017-02-08Move w_exp to libm-compat-call-autoGabriel F. T. Gomes3-0/+0
2017-02-08Move w_lgamma_r to libm-compat-calls-autoGabriel F. T. Gomes3-0/+0
2017-01-20Remove very old libm-test-ulps entries.Joseph Myers1-44/+0
2017-01-10New pthread rwlock that is more scalable.Torvald Riegel1-7/+7
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes57-0/+0
2017-01-03Remove duplicate strcat implementationsAdhemerval Zanella1-26/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers89-89/+89
2016-12-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel1-9/+22
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers1-20/+0
2016-12-01Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers2-9/+24
2016-11-28Fix sysdeps/ia64/fpu/libm-symbols.h for inclusion in testcases.Joseph Myers1-18/+20
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-7/+0
2016-11-07nptl: Document the reason why __kind in pthread_mutex_t is part of the ABIFlorian Weimer1-1/+1
2016-11-04Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers1-0/+1
2016-09-14Remove the ptw-% patternsFlorian Weimer1-2/+2
2016-09-07Add femode_t functions: ia64.Joseph Myers2-0/+68
2016-09-07Add femode_t functions.Joseph Myers1-0/+8
2016-09-01Remove unneeded stubs for k_rem_pio2l.Paul E. Murphy1-1/+0
2016-08-17Do not override objects in libc.a in other static libraries [BZ #20452]Florian Weimer1-0/+1
2016-08-16Add fesetexcept: ia64.Joseph Myers1-0/+31
2016-06-20elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer2-16/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers86-86/+86
2016-01-01ia64: fpu: fix gamma definition handling [BZ #15421]Mike Frysinger3-16/+28
2015-12-28ia64: fpu: fix gammaf typo [BZ #15421]Mike Frysinger1-4/+4
2015-11-20Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers4-49/+70