| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: Optimize SSE2 memchr overflow calculation | H.J. Lu | 2017-05-19 | 1 | -8/+6 |
* | Fix i686 memchr overflow calculation (BZ#21182) | Adhemerval Zanella | 2017-03-29 | 1 | -1/+1 |
* | Move tests of catan, catanh to auto-libm-test-*. | Joseph Myers | 2017-02-17 | 1 | -0/+12 |
* | Move tests of casin, casinh to auto-libm-test-*. | Joseph Myers | 2017-02-17 | 1 | -36/+36 |
* | Move tests of cacos, cacosh to auto-libm-test-*. | Joseph Myers | 2017-02-17 | 1 | -18/+18 |
* | 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 | 2 | -249/+0 |
* | 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 | 96 | -96/+96 |
* | Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947). | Joseph Myers | 2016-12-15 | 2 | -8/+48 |
* | Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139). | Joseph Myers | 2016-11-04 | 1 | -0/+1 |
* | Remove remnants of .og patterns | Florian Weimer | 2016-09-20 | 1 | -2/+0 |
* | 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 |
* | Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256). | Joseph Myers | 2016-06-14 | 3 | -129/+0 |
* | Fix i386/x86_64 logl (sNaN) (bug 20227). | Joseph Myers | 2016-06-08 | 1 | -0/+1 |
* | Remove x86 ifunc-defines.sym and rtld-global-offsets.sym | H.J. Lu | 2016-05-11 | 2 | -20/+0 |
* | Fix x86_64 / x86 powl inaccuracy for integer exponents (bug 19848). | Joseph Myers | 2016-03-24 | 1 | -4/+4 |
* | Fix building glibc master with NDEBUG and --with-cpu. | Carlos O'Donell | 2016-03-15 | 1 | -0/+1 |
* | Use HAS_ARCH_FEATURE with Fast_Rep_String | H.J. Lu | 2016-03-06 | 9 | -9/+9 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 99 | -99/+99 |
* | i386: move ULPs to i686/multiarch and regenerate new ones for i386 | Aurelien Jarno | 2015-12-20 | 1 | -0/+2176 |
* | Fix i386/x86_64 log* (1) zero sign for -ffinite-math-only (bug 19213). | Joseph Myers | 2015-11-05 | 1 | -1/+7 |
* | Convert 231 sysdeps function definitions to prototype style. | Joseph Myers | 2015-10-19 | 1 | -2/+1 |
* | Remove assembler -mtune=i686 configure test. | Joseph Myers | 2015-10-15 | 1 | -2/+0 |
* | Remove configure tests for AVX support. | Joseph Myers | 2015-10-08 | 5 | -11/+3 |
* | Remove configure tests for SSE4 support. | Joseph Myers | 2015-10-06 | 3 | -14/+2 |
* | Avoid excess range in results from i386 exp, hypot, pow functions (bug 18980). | Joseph Myers | 2015-09-18 | 1 | -4/+5 |
* | Detect and select i586/i686 implementation at run-timefedora/master | H.J. Lu | 2015-08-27 | 1 | -0/+19 |
* | Add i386 memset and memcpy assembly functions | H.J. Lu | 2015-08-27 | 4 | -136/+0 |
* | Remove i486 subdirectory | H.J. Lu | 2015-08-27 | 1 | -4/+0 |
* | Move i486/strcat.S to strcat.S | H.J. Lu | 2015-08-27 | 1 | -1/+1 |
* | Move i486/pthread_spin_trylock.S to pthread_spin_trylock.S | H.J. Lu | 2015-08-27 | 1 | -1/+1 |
* | Replace BZERO_P/PIC with USE_AS_BZERO/SHARED | H.J. Lu | 2015-08-26 | 2 | -13/+8 |
* | Remove the unused IFUNC files | H.J. Lu | 2015-08-20 | 1 | -4/+0 |
* | Move x86_64 init-arch.h to sysdeps/x86/init-arch.h | H.J. Lu | 2015-08-20 | 1 | -1/+0 |
* | Remove x86 init-arch.c | H.J. Lu | 2015-08-20 | 1 | -1/+0 |
* | Use x86-64 cacheinfo.c and sysconf.c for x86 | H.J. Lu | 2015-08-19 | 2 | -7/+0 |
* | Update i686 multiarch functions for <cpu-features.h> | H.J. Lu | 2015-08-13 | 38 | -887/+356 |
* | Add _dl_x86_cpu_features to rtld_global | H.J. Lu | 2015-08-13 | 4 | -8/+0 |
* | Properly terminate FDE in makecontext for ix86 (bug 18635) | Andreas Schwab | 2015-08-04 | 1 | -6/+0 |
* | i686: Mark stdlib/tst-makecontext as XFAIL. | Stefan Liebler | 2015-07-15 | 1 | -0/+6 |
* | Fix regcomp wcscoll, wcscmp namespace (bug 18497). | Joseph Myers | 2015-06-09 | 2 | -4/+7 |
* | Use libc_hidden_proto / libc_hidden_def with __strnlen. | Joseph Myers | 2015-06-02 | 1 | -1/+3 |
* | powerpc: Fix __wcschr static build | Adhemerval Zanella | 2015-04-15 | 1 | -2/+8 |
* | Fix __memcpy_chk on non-SSE2 CPUs | Evangelos Foutras | 2015-02-10 | 1 | -2/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 102 | -102/+102 |
* | i386: memcpy functions with SSE2 unaligned load/store | Andrew Senkevich | 2014-12-30 | 13 | -3/+769 |
* | Fix strftime wcschr namespace (bug 17634). | Joseph Myers | 2014-12-10 | 2 | -3/+6 |