aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/tile
AgeCommit message (Expand)AuthorFilesLines
2017-09-01Obsolete pow10 functions.Joseph Myers1-4/+0
2017-08-31elf: Remove internal_function attributeFlorian Weimer3-4/+4
2017-08-08Do not use __ptr_t.Joseph Myers1-4/+1
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra1-1/+2
2017-06-06Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler2-0/+2
2017-05-09Move shared pthread definitions to common headersAdhemerval Zanella2-241/+79
2017-01-16tile: Check for pointer add overflow in memchrChris Metcalf2-0/+8
2017-01-10New pthread rwlock that is more scalable.Torvald Riegel1-14/+14
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers70-70/+70
2016-12-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel1-8/+21
2016-12-01Add missing hidden_def (__sigsetjmp).Joseph Myers1-0/+1
2016-11-29Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers1-50/+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-18tile: create new math-tests.h headerChris Metcalf1-0/+30
2016-11-10Make sure tilepro uses kernel atomics fo atomic_storeChris Metcalf1-0/+10
2016-11-10Add definitions to sysdeps/tile/tilepro/bits/wordsize.h.Steve Ellcey1-0/+2
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-11-04Define wordsize.h macros everywhereSteve Ellcey2-1/+5
2016-11-04Handle tilegx* machine names.Joseph Myers1-1/+1
2016-09-07Add femode_t functions.Joseph Myers1-0/+8
2016-06-24Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel1-5/+0
2016-06-20elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer2-14/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers70-70/+70
2015-11-24tile: define __NO_LONG_DOUBLE_MATHChris Metcalf1-0/+6
2015-11-20Fix math_private.h multiple include guards.Joseph Myers1-1/+2
2015-10-22tile: regenerate libm-test-ulpsChris Metcalf1-20/+24
2015-10-19Convert 231 sysdeps function definitions to prototype style.Joseph Myers2-28/+7
2015-10-07Don't use dbl-64/wordsize-64 lround based on llround for ILP32 (bug 19079).Joseph Myers1-4/+0
2015-09-11Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers3-8/+8
2015-08-04tilepro: fix warnings in sysdeps/tile/tilepro/bits/atomic.hChris Metcalf1-8/+12
2015-07-10tile: Regenerate ULPs.Chris Metcalf1-89/+94
2015-06-02Use libc_hidden_proto / libc_hidden_def with __strnlen.Joseph Myers1-0/+1
2015-04-16tile: Enable PI_STATIC_AND_HIDDENChris Metcalf2-0/+13
2015-03-05Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPYH.J. Lu1-1/+1
2015-01-28tilegx32: set __HAVE_64B_ATOMICS to 0Chris Metcalf1-1/+9
2015-01-07Fix libm feupdateenv namespace (bug 17748).Joseph Myers1-0/+1
2015-01-07Fix libm fesetround namespace (bug 17748).Joseph Myers1-0/+1
2015-01-06Fix libm fesetenv namespace (bug 17748).Joseph Myers1-0/+1
2015-01-05lround: provide cast for wordsize-64 version if neededChris Metcalf1-0/+4
2015-01-02Fix libm fegetround namespace (bug 17748).Joseph Myers1-0/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers70-70/+70
2014-12-31Fix libm fegetenv namespace (bug 17748).Joseph Myers1-0/+1
2014-12-30Fix libm feraiseexcept namespace (bug 17723).Joseph Myers1-0/+1
2014-12-29tile: prefer inlines to macros in math_private.h.Chris Metcalf1-4/+6
2014-12-26tile: add no-op fe*() routines for libc internal useChris Metcalf1-0/+4
2014-12-26tilegx32: avoid a a -Werror warning from unwindingChris Metcalf1-1/+1
2014-12-23tilegx: enable wordsize-64 support for ieee745 dbl-64.Chris Metcalf1-0/+1
2014-12-22tilegx: remove implicit boolean conversion in strstr.Chris Metcalf1-1/+1