about summary refs log tree commit diff
path: root/sysdeps/tile
Commit message (Expand)AuthorAgeFilesLines
* PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra2017-06-141-1/+2
* Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler2017-06-062-0/+2
* Move shared pthread definitions to common headersAdhemerval Zanella2017-05-092-241/+79
* tile: Check for pointer add overflow in memchrChris Metcalf2017-01-162-0/+8
* New pthread rwlock that is more scalable.Torvald Riegel2017-01-101-14/+14
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0170-70/+70
* New condvar implementation that provides stronger ordering guarantees.Torvald Riegel2016-12-311-8/+21
* Add missing hidden_def (__sigsetjmp).Joseph Myers2016-12-011-0/+1
* Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers2016-11-291-50/+0
* Remove cached PID/TID in cloneAdhemerval Zanella2016-11-241-1/+0
* Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers2016-11-241-4/+0
* tile: create new math-tests.h headerChris Metcalf2016-11-181-0/+30
* Make sure tilepro uses kernel atomics fo atomic_storeChris Metcalf2016-11-101-0/+10
* Add definitions to sysdeps/tile/tilepro/bits/wordsize.h.Steve Ellcey2016-11-101-0/+2
* nptl: Document the reason why __kind in pthread_mutex_t is part of the ABIFlorian Weimer2016-11-071-1/+1
* Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers2016-11-041-0/+1
* Define wordsize.h macros everywhereSteve Ellcey2016-11-042-1/+5
* Handle tilegx* machine names.Joseph Myers2016-11-041-1/+1
* Add femode_t functions.Joseph Myers2016-09-071-0/+8
* Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel2016-06-241-5/+0
* elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer2016-06-202-14/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0470-70/+70
* tile: define __NO_LONG_DOUBLE_MATHChris Metcalf2015-11-241-0/+6
* Fix math_private.h multiple include guards.Joseph Myers2015-11-201-1/+2
* tile: regenerate libm-test-ulpsChris Metcalf2015-10-221-20/+24
* Convert 231 sysdeps function definitions to prototype style.Joseph Myers2015-10-192-28/+7
* Don't use dbl-64/wordsize-64 lround based on llround for ILP32 (bug 19079).Joseph Myers2015-10-071-4/+0
* Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers2015-09-113-8/+8
* tilepro: fix warnings in sysdeps/tile/tilepro/bits/atomic.hChris Metcalf2015-08-041-8/+12
* tile: Regenerate ULPs.Chris Metcalf2015-07-101-89/+94
* Use libc_hidden_proto / libc_hidden_def with __strnlen.Joseph Myers2015-06-021-0/+1
* tile: Enable PI_STATIC_AND_HIDDENChris Metcalf2015-04-162-0/+13
* Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPYH.J. Lu2015-03-051-1/+1
* tilegx32: set __HAVE_64B_ATOMICS to 0Chris Metcalf2015-01-281-1/+9
* Fix libm feupdateenv namespace (bug 17748).Joseph Myers2015-01-071-0/+1
* Fix libm fesetround namespace (bug 17748).Joseph Myers2015-01-071-0/+1
* Fix libm fesetenv namespace (bug 17748).Joseph Myers2015-01-061-0/+1
* lround: provide cast for wordsize-64 version if neededChris Metcalf2015-01-051-0/+4
* Fix libm fegetround namespace (bug 17748).Joseph Myers2015-01-021-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0270-70/+70
* Fix libm fegetenv namespace (bug 17748).Joseph Myers2014-12-311-0/+1
* Fix libm feraiseexcept namespace (bug 17723).Joseph Myers2014-12-301-0/+1
* tile: prefer inlines to macros in math_private.h.Chris Metcalf2014-12-291-4/+6
* tile: add no-op fe*() routines for libc internal useChris Metcalf2014-12-261-0/+4
* tilegx32: avoid a a -Werror warning from unwindingChris Metcalf2014-12-261-1/+1
* tilegx: enable wordsize-64 support for ieee745 dbl-64.Chris Metcalf2014-12-231-0/+1
* tilegx: remove implicit boolean conversion in strstr.Chris Metcalf2014-12-221-1/+1
* tile: separate ffsll from ffsChris Metcalf2014-12-212-11/+33
* tilegx: fix strstr to build and link betterChris Metcalf2014-12-191-1/+2
* tile: add inhibit_loop_to_libcall to string functionsChris Metcalf2014-12-113-3/+3