Age | Commit message (Expand) | Author | Files | Lines |
2016-01-24 | Better workaround for aliases of *_finite symbols in vector math library. | Andrew Senkevich | 1 | -29/+0 |
2015-07-09 | Preserve bound registers for pointer pass/return | Igor Zamyatin | 1 | -0/+2 |
2015-07-07 | Do not create invalid pointers in C code of string functions. | Torvald Riegel | 1 | -7/+11 |
2015-06-18 | Vector sincosf for x86_64 and tests. | Andrew Senkevich | 1 | -0/+2 |
2015-06-18 | Vector sincos for x86_64 and tests. | Andrew Senkevich | 1 | -0/+2 |
2015-06-18 | Vector powf for x86_64 and tests. | Andrew Senkevich | 1 | -0/+6 |
2015-06-17 | Vector pow for x86_64 and tests. | Andrew Senkevich | 1 | -0/+6 |
2015-06-17 | Vector expf for x86_64 and tests. | Andrew Senkevich | 1 | -0/+6 |
2015-06-17 | Vector exp for x86_64 and tests. | Andrew Senkevich | 1 | -0/+6 |
2015-06-17 | Vector logf for x86_64 and tests. | Andrew Senkevich | 1 | -0/+6 |
2015-06-17 | Vector log for x86_64 and tests. | Andrew Senkevich | 1 | -0/+12 |
2015-06-15 | Vector sinf for x86_64 and tests. | Andrew Senkevich | 1 | -0/+2 |
2015-06-11 | Vector sin for x86_64 and tests. | Andrew Senkevich | 1 | -0/+2 |
2015-06-09 | Vector cosf for x86_64. | Andrew Senkevich | 1 | -0/+2 |
2015-06-09 | Start of series of patches with x86_64 vector math functions. | Andrew Senkevich | 1 | -0/+34 |
2015-02-18 | Fix atan / atan2 missing underflows (bug 15319). | Joseph Myers | 1 | -6/+6 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 19 | -19/+19 |
2014-12-30 | Fix libm feraiseexcept namespace (bug 17723). | Joseph Myers | 2 | -23/+69 |
2014-11-27 | Recognize recent x86 CPUs in string.h | J. Brown | 1 | -1/+6 |
2014-09-29 | Run tst-ld-sse-use.sh with bash. | Joseph Myers | 1 | -1/+1 |
2014-09-12 | Enhance tst-xmmymm.sh to detect zmm register usage in ld.so (BZ #16194) | Siddhesh Poyarekar | 2 | -6/+6 |
2014-08-13 | Fix comment error that Jakub pointed out but I forgot to fix | Siddhesh Poyarekar | 1 | -1/+1 |
2014-08-13 | Disable x87 inline functions for x86_64 and SSE [BZ #17262] | Siddhesh Poyarekar | 1 | -2/+5 |
2014-06-24 | x86: Consolidate unnecessary nptl/ subdirectories. | Roland McGrath | 3 | -0/+0 |
2014-06-24 | Fix namespace violation in pthreadtypes.h (BZ #17084) | Siddhesh Poyarekar | 1 | -3/+3 |
2014-06-24 | Fix build warning in pthread_rwlock_* | Siddhesh Poyarekar | 1 | -1/+1 |
2014-06-23 | Fix pow overflow in non-default rounding modes (bug 16315). | Joseph Myers | 1 | -4/+28 |
2014-06-19 | Use 3 bytes for __pad1 in pthread_rwlock_t for x32 | H.J. Lu | 1 | -1/+6 |
2014-06-13 | Add adaptive elision to rwlocks | Andi Kleen | 2 | -2/+114 |
2014-05-14 | Move NPTL public ABI headers for x86 to sysdeps/x86/nptl/. | Roland McGrath | 2 | -0/+290 |
2014-05-09 | Include SSE state in i386 fenv_t (bug 16064). | Joseph Myers | 2 | -0/+140 |
2014-04-25 | Replace __int128 with __int128_t in bits/link.h | H.J. Lu | 1 | -3/+3 |
2014-04-16 | Save/restore bound registers for _dl_runtime_profile | Igor Zamyatin | 1 | -0/+7 |
2014-03-21 | Fix -Wundef warnins for __FP_FAST_FMA* | Siddhesh Poyarekar | 1 | -3/+3 |
2014-03-13 | Save and restore AVX-512 zmm registers to x86-64 ld.so | Igor Zamyatin | 1 | -0/+3 |
2014-03-06 | Enumerate tests with special rules in tests-special variable. | Joseph Myers | 1 | -1/+1 |
2014-02-21 | Generate .test-result files for tests with special rules. | Joseph Myers | 1 | -1/+2 |
2014-02-21 | Complete _BSD_SOURCE / _SVID_source followup cleanup. | Joseph Myers | 2 | -7/+7 |
2014-02-12 | Combine __USE_BSD and __USE_SVID into __USE_MISC. | Joseph Myers | 1 | -3/+3 |
2014-01-29 | Disable x87 inline functions for SSE2 math | H.J. Lu | 1 | -2/+2 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 14 | -14/+14 |
2013-11-26 | Use __glibc_reserved instead __unused. | Ondřej Bílka | 1 | -5/+5 |
2013-08-21 | Fix typos. | Ondřej Bílka | 1 | -1/+1 |
2013-06-07 | Avoid use of "register" as optimization hint. | Joseph Myers | 2 | -6/+6 |
2013-02-15 | Remove miscellaneous bounded-pointers relics in C code. | Joseph Myers | 1 | -1/+1 |
2013-01-11 | Remove __GLIBC_HAVE_LONG_LONG. | Joseph Myers | 1 | -1/+1 |
2013-01-10 | Use __extension__ with long long in installed headers. | Joseph Myers | 2 | -1/+6 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 14 | -15/+14 |
2012-12-03 | byteswap.h: fix gcc ver test for __builtin_bswap{32,64} | Mike Frysinger | 1 | -2/+2 |
2012-11-28 | Fix powl inaccuracy for x86_64 and x86 (bug 13881). | Joseph Myers | 2 | -0/+214 |