Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-09 | Fix a thinko/typo in i686's memmove (aka __memmove_ia32). | Yuriy Kaminskiy | 1 | -2/+2 | |
* sysdeps/i386/i686/memmove.S (memmove): Compare distance between SRC and DEST against LEN. | |||||
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 99 | -99/+99 | |
2013-12-18 | Remove use of SSE4.2 functions for strstr on i686 | Andreas Schwab | 6 | -49/+2 | |
The SSE4.2 have been removed from x86_64 by commit 584b18eb. This patch fixes the build on i686, which attempts to use the removed files. | |||||
2013-09-20 | Make __ffs hidden | Andreas Schwab | 1 | -0/+1 | |
2013-09-04 | Remove --disable-versioning. | Joseph Myers | 1 | -1/+1 | |
2013-08-27 | Fix handling LC_CTYPE nonascii-case fallback in i686 SSE4.2 and SSSE3 ↵ | Andreas Schwab | 2 | -0/+24 | |
strcasecmp/strncasecmp | |||||
2013-08-21 | Fix typos. | Ondřej Bílka | 7 | -11/+11 | |
2013-08-21 | i686: Skip SSE4_2 version for strcmp, strncmp, strncase, strcasecmp | Liubov Dmitrieva | 3 | -0/+12 | |
if bit_Slow_SSE4_2 is set. | |||||
2013-07-02 | Enable static 32-bit SSE4.2 strcasecmp/strncasecmp | H.J. Lu | 2 | -6/+0 | |
2013-02-21 | Remove remaining bounded-pointers support from i386 .S files. | Joseph Myers | 10 | -78/+62 | |
2013-02-19 | Remove some bounded-pointers support from i386 .S files. | Joseph Myers | 8 | -85/+6 | |
2013-02-15 | Remove bounded-pointers build system support. | Joseph Myers | 1 | -2/+0 | |
2013-01-05 | Change __x86_64 prefix in cache size to __x86 | H.J. Lu | 1 | -9/+0 | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 99 | -99/+99 | |
2012-10-11 | Add i686 __libc_ifunc_impl_list | H.J. Lu | 42 | -0/+396 | |
2012-09-25 | Add optimized sincosf for SSE2 for x86 and x86-64 | Liubov Dmitrieva | 3 | -1/+617 | |
2012-09-10 | Fix x86 SSE cosf, sinf issues | Liubov Dmitrieva | 2 | -55/+40 | |
* sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix unwind info if defined PIC. Fix special cases description. * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise. * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix DP_HI_MASK entry. * sysdeps/x86_64/fpu/s_cosf.S: Likewise. | |||||
2012-09-03 | Add optimized sinf and cosf routines for x86 and x86-64 | Liubov Dmitrieva | 6 | -1/+1210 | |
* sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines): Add s_sinf-sse2, s_conf-sse2. * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file. * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file. * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file. * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file. * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros for using routine as __sinf_ia32. Use macro for function declaration and weak_alias. * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros for using routine as __cosf_ia32. Use macro for function declaration and weak_alias. * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright. * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright. * sysdeps/x86_64/fpu/s_sinf.S: New file. * sysdeps/x86_64/fpu/s_cosf.S: New file. * sysdeps/x86_64/fpu/libm-test-ulps: Update. * math/libm-test.inc (cos_test): Add more test cases. (sin_test): Likewise. (sincos_test): Likewise. | |||||
2012-08-15 | Remove executable permissions checked in by accident | Andreas Jaeger | 1 | -0/+0 | |
2012-08-15 | Fix segmentation fault in strncasecmp for i686 | Liubov Dmitrieva | 1 | -1/+1 | |
2012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com> [BZ #14195] * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix segmentation fault for a case of two empty input strings. * string/test-strncasecmp.c (check1): Renamed to... (bz12205): ...this. (bz14195): Add new testcase for two empty input strings and N > 0. (test_main): Call new testcase, adapt for renamed function. | |||||
2012-08-09 | Avoid DWARF definition DIE on ifunc symbols | H.J. Lu | 1 | -3/+14 | |
2012-08-02 | Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}. | Marek Polacek | 3 | -17/+17 | |
2012-05-21 | Fix warnings in wcschr-c.c | Andreas Jaeger | 1 | -3/+9 | |
Fixes: In file included from ../sysdeps/i386/i686/multiarch/wcschr-c.c:8:0: ../wcsmbs/wcschr.c:26:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] ../wcsmbs/wcschr.c:37:1: warning: data definition has no type or storage class [enabled by default] ../wcsmbs/wcschr.c:37:1: warning: type defaults to ‘int’ in declaration of ‘__hidden_ver1’ [enabled by default] ../wcsmbs/wcschr.c:37:1: warning: parameter names (without types) in function declaration [enabled by default] | |||||
2012-05-17 | BZ#14059: Fix AVX and FMA4 detection. | Carlos O'Donell | 2 | -0/+2 | |
Fix AVX and FMA4 detection by following the guidelines set out by Intel and AMD for detecting these features. | |||||
2012-05-14 | Add optimized expf for x86 | Liubov Dmitrieva | 4 | -0/+364 | |
2012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com> * sysdeps/i386/i686/fpu/multiarch/Makefile: New file. * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file. * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file. * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file. | |||||
2012-04-08 | memset: also update copyright years | Mike Frysinger | 1 | -1/+1 | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||||
2012-04-07 | memset: fix define usage for shared libs | Mike Frysinger | 1 | -1/+1 | |
The proper define to check "am I in a shared lib" is "SHARED", not "PIC". The two new memset_chk functions incorrectly depend on "PIC". Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||||
2012-03-30 | optimize the following memcpy: sysdeps/i386/i686/multiarch/memcpy-ssse3.S | Liubov Dmitrieva | 1 | -536/+1449 | |
I've improved the following implementation of memcpy: "sysdeps/i386/i686/multiarch/memcpy-ssse3.S". The patch includes some minor style fixes, but the important part is just using prefetch loops for the case: DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and src and dst pointers have unequal 16 byte alignments. This gives from 6% - 50% performance boost on the atom machine, about 24,73% in geometric mean. | |||||
2012-03-20 | Move stdio-common/_itoa.h to sysdeps/generic | H.J. Lu | 1 | -1/+1 | |
2012-02-29 | Fix x86 strcasecmp_l (bug 13786). | Joseph Myers | 3 | -1/+6 | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 89 | -267/+178 | |
2012-02-07 | Remove __ELF__ conditionals | Marek Polacek | 1 | -4/+1 | |
2012-02-03 | Consistently use macros for x86 PIC thunks. | Joseph Myers | 41 | -418/+93 | |
2011-12-23 | Fix wrong copying processing for last bytes in x86-32 wcscpy | Liubov Dmitrieva | 1 | -41/+21 | |
Wrong copy algorithm for last bytes, not thread safety. In some particular cases it uses the destination memory beyond the string end for 16-byte load, puts changes into that part that is relevant to destination string and writes whole 16-byte chunk into memory. I have a test case where the memory beyond the string end contains malloc/free data, that appear corrupted in case free() updates it in between the 16-byte read and 16-byte write. | |||||
2011-12-22 | Fix overrun in strcpy destination buffer in x86-32/SSSE3 version | Liubov Dmitrieva | 1 | -745/+516 | |
2011-12-17 | Optimized wcschr and wcscpy for x86-64 and x86-32 | Ulrich Drepper | 10 | -1/+1370 | |
2011-11-16 | Fix SSSE3/SSE4.2 strcasecmp[_l]/strncasecmp[_l] for non-PIC and ↵ | Andreas Schwab | 2 | -12/+68 | |
-mno-tls-direct-seg-refs | |||||
2011-11-14 | Add SSE4.2 support for strcasecmp and strncasecmp on x86-32 | Ulrich Drepper | 8 | -89/+470 | |
2011-11-13 | SSSE3 optimized strcasecmp and strncasecmp for x86-32 | Ulrich Drepper | 14 | -266/+1058 | |
2011-11-12 | Fix warnings in fallback C code of x86-32 wide memory functions | Ulrich Drepper | 3 | -0/+12 | |
2011-11-08 | Remove unnecessary code from x86-32 SSSE3 strncmp | Ulrich Drepper | 1 | -3/+1 | |
2011-10-28 | Fix some warning nits | Andreas Schwab | 2 | -7/+5 | |
2011-10-28 | Move wide char related routines to wcsmbs subdir | Andreas Schwab | 1 | -3/+7 | |
2011-10-23 | Fix strnlen change | Ulrich Drepper | 1 | -0/+1 | |
2011-10-23 | Add optimized wcslen and strnlen for x86-32 | Liubov Dmitrieva | 8 | -40/+723 | |
2011-10-23 | Improve x86-32 SSSE3 memcpy | Michael Zolotukhin | 1 | -219/+708 | |
2011-10-23 | Fix WS | Ulrich Drepper | 1 | -5/+5 | |
2011-10-23 | Fix signedness in wcscmp comparison | Liubov Dmitrieva | 1 | -71/+87 | |
2011-10-15 | No need for boundary case handling in x86-32 __ieee_log | Ulrich Drepper | 1 | -52/+1 | |
2011-10-15 | No need for boundary case handling in x86-32 __ieee_logf | Ulrich Drepper | 1 | -52/+1 | |