summaryrefslogtreecommitdiff
path: root/ports/ChangeLog.tile
AgeCommit message (Expand)Author
2014-01-24tile: Regenerate libm-test-ulpsChris Metcalf
2014-01-06ptrace.h: add __ prefix to ptrace_peeksiginfo_argsMike Frysinger
2013-10-30rename configure.in to configure.acMike Frysinger
2013-09-23BZ #15754: CVE-2013-4788Carlos O'Donell
2013-09-20Make __ffs hiddenAndreas Schwab
2013-08-21Fix typos.Ondřej Bílka
2013-07-22tile BZ #15759: Fix bug in _dl_unmapChris Metcalf
2013-07-19tile: add missing semicolon in <bits/ptrace.h>Chris Metcalf
2013-07-07tile: use _dl_static_init to set GLRO(gl_pagesize)Chris Metcalf
2013-07-07tile: update libm-test-ulps from scratchChris Metcalf
2013-07-07tile: use soft-fp for fma() and fmaf()Chris Metcalf
2013-07-04Sync sys/ptrace with Linux 3.10Andreas Jaeger
2013-06-30tile: switch to using <fenv.h> fallback functionsChris Metcalf
2013-06-15New API to set default thread attributesSiddhesh Poyarekar
2013-06-13tile: default to little-endian in bits/endian.hChris Metcalf
2013-06-05Remove trailing whitespace in ports.Joseph Myers
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar
2013-05-24tile: improve detection for missing -mcmodel=large supportChris Metcalf
2013-05-22Update bits/siginfo.h with Linux hwpoison SIGBUS changesEdjunior Barbosa Machado
2013-05-22Don't include expected results in libm-test test names.Joseph Myers
2013-05-19Handle sincos with generic libm-test logic.Joseph Myers
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold
2013-03-11Remove extra pthread_atfork compat symbolsAndreas Schwab
2013-03-05Use bits/mman-linux.h for TILEAndreas Jaeger
2013-02-28tile: Add priority inheritance futex supportChris Metcalf
2013-02-18C++11 thread_local destructors supportSiddhesh Poyarekar
2013-01-10tilegx: fix ldd to work with both tilegx64 and tilegx32Chris Metcalf
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-12-28tile: support lll_futex_timed_wait_bitsetChris Metcalf
2012-12-21tile: fix DWARF bug in clone() for created threadChris Metcalf
2012-11-29tile: remove redundant defines of libc_fetestexcept, etc. in s_fmaf.cChris Metcalf
2012-11-20tile: update libm-test-ulps for new testsChris Metcalf
2012-11-20tile: Fix __bswap_64 return type in tile bits/byteswap.hChris Metcalf
2012-11-20tile: remove redundant defines of libc_fetestexcept, etc. in s_fma.cChris Metcalf
2012-11-07Update language in ChangeLog.tile.Chris Metcalf
2012-11-06tile: use memcpy in memmove when possibleChris Metcalf
2012-11-06tile: use atomic op to unlock pthread_spinlock_tChris Metcalf
2012-11-06Make ieee754 fma tolerate architectures without exception support.Chris Metcalf
2012-11-06tile: support very large shared objectsChris Metcalf
2012-11-06tile: improve simulator notification for relative paths in dlopenChris Metcalf
2012-11-06Optimize tile (mostly tilegx) memcpy and memmove performance.Chris Metcalf
2012-11-03Make fenv.h FE_* macros usable in #if (bug 3439).Joseph Myers
2012-11-03tile: Account for new tests (missed test-double changes)Chris Metcalf
2012-10-30Invoke DL_AFTER_LOAD if definedChris Metcalf
2012-10-30tile: improve ABI and #include use in gettimeofday vdso supportChris Metcalf
2012-10-30tile: update libm-test-ulps for new testsChris Metcalf
2012-10-29tile: add vDSO support for gettimeofday()Chris Metcalf
2012-10-24BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath
2012-10-12tilegx: add optimized sched_getcpu() using TILE_COORD SPRChris Metcalf
2012-10-02Split my last ChangeLog entry into respective arch-specific filesSiddhesh Poyarekar