aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2015-08-15Fix BZ #18084 -- backtrace (..., 0) dumps core on x86.Paul Pluzhnikov
2015-08-14Fix fma spurious underflows (bug 18824).Joseph Myers
2015-08-14Regenerated sysdeps/x86_64/fpu/libm-test-ulps with AVX2.Paul Pluzhnikov
2015-08-14Remove incorrect register mov in floorf/nearbyint on x86_64Siddhesh Poyarekar
2015-08-13Add more random libm-test inputs.Joseph Myers
2015-08-13Fix tanh missing underflows (bug 16520).Joseph Myers
2015-08-13Check if cpuid is available in init_cpu_featuresH.J. Lu
2015-08-13Don't include <cpuid.h> in elision-conf.hH.J. Lu
2015-08-13Update x86 elision-conf.c for <cpu-features.h>H.J. Lu
2015-08-13Update libmvec multiarch functions for <cpu-features.h>H.J. Lu
2015-08-13Update i686 multiarch functions for <cpu-features.h>H.J. Lu
2015-08-13Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu
2015-08-13Add _dl_x86_cpu_features to rtld_globalH.J. Lu
2015-08-11Fix BZ #18086 -- nice resets errno to 0.Paul Pluzhnikov
2015-08-11powerpc: Fix stpcpy performance for power8Ondrej Bilka
2015-08-11powerpc: Fix PPC64/POWER7 conform testsAdhemerval Zanella
2015-08-11powerpc: Use default strcpy optimization for POWER7Adhemerval Zanella
2015-08-11powerpc: Fix strnlen/power7 buildAdhemerval Zanella
2015-08-11powerpc: Fix strstr/power7 buildAdhemerval Zanella
2015-08-11Remove unused definition of __openat(64)_nocancelAndreas Schwab
2015-08-11Add more tests of various libm functions.Joseph Myers
2015-08-10Fix ldbl-128ibm tanhl inaccuracy (bug 18790).Joseph Myers
2015-08-10Readd O_LARGEFILE flag for openat64 (bug 18781)Andreas Schwab
2015-08-10Fix ldbl-128ibm sinhl inaccuracy near 0 (bug 18789).Joseph Myers
2015-08-09Add a missing break in tst-auditmod3b.cH.J. Lu
2015-08-08hppa: put custom madvise defines behind __USE_MISCMike Frysinger
2015-08-08hppa: Fix miscompilation of sched_setaffinity() [BZ #18480]John David Anglin
2015-08-08hppa: Fix reload error with atomic code [BZ #18787]John David Anglin
2015-08-07microblaze: include unix/sysdep.hMike Frysinger
2015-08-07Fix tan missing underflows (bug 16517).Joseph Myers
2015-08-07hppa: _dl_symbol_address: add missing hidden defMike Frysinger
2015-08-06Fix sinh missing underflows (bug 16519).Joseph Myers
2015-08-05Properly terminate FDE in makecontext for m68k (bug 18635)Andreas Schwab
2015-08-05Align stack to 16 bytes when calling __errno_locationH.J. Lu
2015-08-05Align stack to 16 bytes when calling __gettimeofdayH.J. Lu
2015-08-05Align stack to 16 bytes when calling __setcontextH.J. Lu
2015-08-05Compile {memcpy,strcmp}-sse2-unaligned.S only for libcH.J. Lu
2015-08-05Improve performance of mempcpy by inlining and using memcpy. EnableWilco Dijkstra
2015-08-05Improve feenableexcept performance - avoid an unnecessary FPCR read in caseWilco Dijkstra
2015-08-05Improve fesetenv performance by avoiding unnecessary FPSR/FPCR reads/writes.Wilco Dijkstra
2015-08-05Fix powf (close to -1, large) (bug 18647).Joseph Myers
2015-08-05arm: Assembly implementation cleanupAdhemerval Zanella
2015-08-05mmap64: fix undef warningsMike Frysinger
2015-08-04tilepro: fix warnings in sysdeps/tile/tilepro/bits/atomic.hChris Metcalf
2015-08-04Properly terminate FDE in makecontext for ix86 (bug 18635)Andreas Schwab
2015-07-30Prevent runtime fail of SSE vector math tests on non SSE4.1 machine.Andrew Senkevich
2015-07-30hppa: fix pthreadtypes.h namespace failuresMike Frysinger
2015-07-30hppa: Remove custom lowlevellock.h.Torvald Riegel
2015-07-29hppa: sigaction.h: change sa_flags to an intMike Frysinger
2015-07-29hppa: fix sysdep.h header setupMike Frysinger