| Commit message (Expand) | Author | Age | Files | Lines |
* | i686: Implement IFUNC selectors in C | H.J. Lu | 2017-08-04 | 99 | -1732/+2078 |
* | i386: Support static PIE in start.S | H.J. Lu | 2017-08-04 | 1 | -2/+9 |
* | x86: Remove __memset_zero_constant_len_parameter [BZ #21790] | H.J. Lu | 2017-08-04 | 3 | -19/+1 |
* | i686/multiarch: Regenerate ulps | Aurelien Jarno | 2017-08-03 | 1 | -7/+7 |
* | Consistently use uintN_t not u_intN_t in libm. | Joseph Myers | 2017-08-03 | 5 | -7/+7 |
* | i386: Check PIC to enable PIC setups in multiarch functions | H.J. Lu | 2017-08-02 | 8 | -34/+34 |
* | i386: Don't define multiarch __memmove_chk in libc.a [BZ #21791] | H.J. Lu | 2017-08-02 | 3 | -3/+3 |
* | i386: Test memmove_chk and memset_chk only in libc.so [BZ #21741] | H.J. Lu | 2017-07-19 | 1 | -0/+4 |
* | i386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120] | H.J. Lu | 2017-06-30 | 1 | -0/+24 |
* | Rename struct ucontext tag (bug 21457). | Joseph Myers | 2017-06-26 | 1 | -2/+2 |
* | Add float128 support for x86_64, x86. | Joseph Myers | 2017-06-26 | 4 | -22/+1164 |
* | Update x86 ulps for GCC 7. | Joseph Myers | 2017-06-23 | 2 | -16/+16 |
* | Remove bits/string.h. | Zack Weinberg | 2017-06-20 | 2 | -18/+174 |
* | i686: Add missing IS_IN (libc) guards to vectorized strcspn | Florian Weimer | 2017-06-14 | 2 | -3/+7 |
* | Remove __need macros from errno.h (__need_Emath, __need_error_t). | Zack Weinberg | 2017-06-14 | 3 | -6/+3 |
* | PowerPC64 ELFv2 PPC64_OPT_LOCALENTRY | Alan Modra | 2017-06-14 | 1 | -0/+1 |
* | Optimize generic spinlock code and use C11 like atomic macros. | Stefan Liebler | 2017-06-06 | 1 | -0/+1 |
* | Fix more namespace issues in sys/ucontext.h (bug 21457). | Joseph Myers | 2017-06-01 | 1 | -15/+29 |
* | Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457). | Joseph Myers | 2017-05-23 | 1 | -8/+2 |
* | Remove __need macros from signal.h. | Zack Weinberg | 2017-05-20 | 1 | -0/+1 |
* | Split up bits/sigstack.h. | Joseph Myers | 2017-05-19 | 1 | -0/+3 |
* | x86: Optimize SSE2 memchr overflow calculation | H.J. Lu | 2017-05-19 | 1 | -8/+6 |
* | 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 |