index
:
glibc
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdeps
/
i386
/
i686
/
multiarch
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-01
Update copyright notices with scripts/update-copyrights
Allan McRae
63
-63
/
+63
2013-12-18
Remove use of SSE4.2 functions for strstr on i686
Andreas Schwab
6
-49
/
+2
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 strcase...
Andreas Schwab
2
-0
/
+24
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
2013-07-02
Enable static 32-bit SSE4.2 strcasecmp/strncasecmp
H.J. Lu
2
-6
/
+0
2013-01-02
Update copyright notices with scripts/update-copyrights.
Joseph Myers
63
-63
/
+63
2012-10-11
Add i686 __libc_ifunc_impl_list
H.J. Lu
42
-0
/
+396
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-09
Avoid DWARF definition DIE on ifunc symbols
H.J. Lu
1
-3
/
+14
2012-05-21
Fix warnings in wcschr-c.c
Andreas Jaeger
1
-3
/
+9
2012-05-17
BZ#14059: Fix AVX and FMA4 detection.
Carlos O'Donell
2
-0
/
+2
2012-03-30
optimize the following memcpy: sysdeps/i386/i686/multiarch/memcpy-ssse3.S
Liubov Dmitrieva
1
-536
/
+1449
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
62
-186
/
+124
2012-02-03
Consistently use macros for x86 PIC thunks.
Joseph Myers
40
-407
/
+91
2011-12-23
Fix wrong copying processing for last bytes in x86-32 wcscpy
Liubov Dmitrieva
1
-41
/
+21
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 -mno-tls-dire...
Andreas Schwab
2
-12
/
+68
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
Optimized memcmp and wmemcmp for x86-64 and x86-32
Liubov Dmitrieva
7
-282
/
+754
2011-10-12
Fix whitespaces
Ulrich Drepper
2
-10
/
+10
2011-10-12
Optimized memchr, memrchr, rawmemchr for x86-32
Liubov Dmitrieva
11
-1
/
+2639
2011-09-07
Fix up x86-32 section names for Atom code
Liubov Dmitrieva
6
-9
/
+6
2011-09-06
Move Atom-optimized code out of the way and together
Ulrich Drepper
3
-4
/
+4
2011-09-05
Fix whitespaces
Ulrich Drepper
2
-2
/
+0
2011-09-05
Optimized strchr and strrchr with SSE2 on x86-32
Liubov Dmitrieva
7
-1
/
+1656
2011-09-05
Fix whitespaces
Ulrich Drepper
3
-4
/
+1
2011-09-05
Add x86-32 optimized wcscmp
Ulrich Drepper
4
-1
/
+1075
2011-08-23
Fix spurious nop at start of __strspn_ia32
Andreas Schwab
1
-2
/
+2
2011-08-04
Fix whitespaces
Ulrich Drepper
2
-2
/
+0
2011-08-04
Improve x86-32 strcat functions with SSE2/SSSE3
Liubov Dmitrieva
10
-317
/
+2314
2011-07-14
Quash a warning in strstr-c.c built for static.
Roland McGrath
1
-0
/
+2
2011-06-25
Fix unwind info in 32bit SSE2/SSSE3 strncpy
H.J. Lu
2
-1
/
+5
2011-06-24
Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32
H.J. Lu
14
-1
/
+6542
2011-04-17
Fix static linking with checking x86/x86-64 memcpy.
Mike Frysinger
2
-2
/
+2
2010-12-14
Undo accidental checkin.
Ulrich Drepper
1
-25
/
+30
[next]