| Commit message (Expand) | Author | Age | Files | Lines |
* | Condition some sys/ucontext.h contents on __USE_MISC (bug 21457). | Joseph Myers | 2017-05-11 | 1 | -19/+21 |
* | x86: Set dl_platform and dl_hwcap from CPU features [BZ #21391] | H.J. Lu | 2017-05-03 | 3 | -127/+6 |
* | Add sysdeps/x86/dl-procinfo.c | H.J. Lu | 2017-04-10 | 1 | -15/+1 |
* | Check if SSE is available with HAS_CPU_FEATURE | H.J. Lu | 2017-04-07 | 14 | -14/+14 |
* | Build divdi3 only for architecture that required it | Adhemerval Zanella | 2017-04-06 | 1 | -0/+21 |
* | Remove CALL_THREAD_FCT macro | Adhemerval Zanella | 2017-04-04 | 1 | -16/+0 |
* | Fix i686 memchr overflow calculation (BZ#21182) | Adhemerval Zanella | 2017-03-29 | 1 | -1/+1 |
* | Remove _dl_platform_string | Andreas Schwab | 2017-03-14 | 1 | -7/+0 |
* | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg | 2017-03-01 | 1 | -1/+1 |
* | Move tests of catan, catanh to auto-libm-test-*. | Joseph Myers | 2017-02-17 | 2 | -0/+24 |
* | Move tests of casin, casinh to auto-libm-test-*. | Joseph Myers | 2017-02-17 | 2 | -72/+72 |
* | Move tests of cacos, cacosh to auto-libm-test-*. | Joseph Myers | 2017-02-17 | 2 | -38/+38 |
* | nptl: Remove COLORING_INCREMENT | Adhemerval Zanella | 2017-02-06 | 1 | -5/+0 |
* | Remove i686, x86_64, and powerpc strtok implementations | Adhemerval Zanella | 2017-02-06 | 4 | -612/+0 |
* | Allow IFUNC relocation against unrelocated shared library | H.J. Lu | 2017-02-02 | 1 | -1/+1 |
* | Move wrappers to libm-compat-calls-auto | Gabriel F. T. Gomes | 2017-01-04 | 1 | -1/+1 |
* | Update i386 libm-test-ulps. | Joseph Myers | 2017-01-03 | 1 | -4/+4 |
* | Fix x86 strncat optimized implementation for large sizes | Adhemerval Zanella | 2017-01-03 | 1 | -0/+2 |
* | Fix i686 memchr for large input sizes | Adhemerval Zanella | 2017-01-02 | 2 | -3/+15 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 249 | -249/+249 |
* | Fix typos in the spelling of "implementation" | Dmitry V. Levin | 2016-12-27 | 1 | -1/+1 |
* | Compile the dynamic linker without stack protection [BZ #7065] | Nick Alcock | 2016-12-26 | 1 | -1/+1 |
* | Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947). | Joseph Myers | 2016-12-15 | 4 | -15/+111 |
* | Fix x86_64/x86 powl handling of sNaN arguments (bug 20916). | Joseph Myers | 2016-12-06 | 1 | -5/+24 |
* | Remove cached PID/TID in clone | Adhemerval Zanella | 2016-11-24 | 1 | -1/+0 |
* | Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139). | Joseph Myers | 2016-11-04 | 2 | -0/+2 |
* | Check IFUNC definition in unrelocated shared library [BZ #20019] | H.J. Lu | 2016-10-28 | 1 | -1/+17 |
* | Installed-header hygiene (BZ#20366): stack_t. | Zack Weinberg | 2016-09-23 | 1 | -0/+6 |
* | Remove remnants of .og patterns | Florian Weimer | 2016-09-20 | 1 | -2/+0 |
* | Add femode_t functions. | Joseph Myers | 2016-09-07 | 2 | -0/+86 |
* | Remove unneeded stubs for k_rem_pio2l. | Paul E. Murphy | 2016-09-01 | 1 | -3/+0 |
* | Add fesetexcept. | Joseph Myers | 2016-08-16 | 1 | -0/+31 |
* | i386: Compile rtld-*.os with -mno-sse -mno-mmx -mfpmath=387 | H.J. Lu | 2016-07-18 | 1 | -2/+5 |
* | Regenerate i686 libm-test-ulps with GCC 6.1 at -O3 [BZ #20347] | H.J. Lu | 2016-07-13 | 1 | -2/+2 |
* | i686/multiarch: Regenerate ulps | Aurelien Jarno | 2016-06-30 | 1 | -8/+8 |
* | Avoid "inexact" exceptions in i386/x86_64 trunc functions (bug 15479). | Joseph Myers | 2016-06-27 | 3 | -18/+21 |
* | Avoid "inexact" exceptions in i386/x86_64 floor functions (bug 15479). | Joseph Myers | 2016-06-27 | 3 | -18/+23 |
* | Avoid "inexact" exceptions in i386/x86_64 ceil functions (bug 15479). | Joseph Myers | 2016-06-27 | 3 | -18/+23 |
* | Fix i386/x86_64 scalbl with sNaN input (bug 20296). | Joseph Myers | 2016-06-23 | 1 | -13/+3 |
* | Simplify x86 nearbyint functions. | Joseph Myers | 2016-06-22 | 3 | -12/+0 |
* | elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h> | Florian Weimer | 2016-06-20 | 2 | -16/+1 |
* | Fix i386 fdim double rounding (bug 20255). | Joseph Myers | 2016-06-14 | 1 | -0/+50 |
* | Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256). | Joseph Myers | 2016-06-14 | 6 | -282/+0 |
* | Fix frexp (NaN) (bug 20250). | Joseph Myers | 2016-06-13 | 1 | -1/+8 |
* | Fix i386/x86_64 log2l (sNaN) (bug 20235). | Joseph Myers | 2016-06-09 | 1 | -0/+1 |
* | Fix i386/x86_64 log1pl (sNaN) (bug 20229). | Joseph Myers | 2016-06-08 | 1 | -0/+1 |
* | Fix i386/x86_64 log10l (sNaN) (bug 20228). | Joseph Myers | 2016-06-08 | 1 | -0/+1 |
* | Fix i386/x86_64 logl (sNaN) (bug 20227). | Joseph Myers | 2016-06-08 | 2 | -0/+2 |
* | Fix i386/x86_64 expl, exp10l, expm1l for sNaN input (bug 20226). | Joseph Myers | 2016-06-08 | 1 | -2/+5 |
* | Fix i386 cbrtl (sNaN) (bug 20224). | Joseph Myers | 2016-06-08 | 1 | -0/+1 |