GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdeps
/
x86_64
/
multiarch
/
ifunc-impl-list.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
1
-1
/
+1
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
1
-1
/
+1
*
x86-64: Optimize strcat/strncat, strcpy/strncpy and stpcpy/stpncpy with AVX2
Leonardo Sandoval
2019-01-14
1
-0
/
+12
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
x86-64: Optimize strcmp/wcscmp and strncmp/wcsncmp with AVX2
Leonardo Sandoval
2018-06-01
1
-0
/
+20
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
x86-64: Use IFUNC memcpy and mempcpy in libc.a
H.J. Lu
2017-08-04
1
-0
/
+4
*
x86-64: Test memmove_chk and memset_chk only in libc.so [BZ #21741]
H.J. Lu
2017-07-10
1
-0
/
+4
*
x86-64: Update comments in ifunc-impl-list.c
H.J. Lu
2017-07-09
1
-16
/
+16
*
x86-64: Implement memcmp family IFUNC selectors in C
H.J. Lu
2017-06-15
1
-2
/
+2
*
x86-64: Implement memset family IFUNC selectors in C
H.J. Lu
2017-06-15
1
-2
/
+4
*
x86-64: Implement memmove family IFUNC selectors in C
H.J. Lu
2017-06-14
1
-9
/
+15
*
x86-64: Correct comments in ifunc-impl-list.c
H.J. Lu
2017-06-09
1
-6
/
+6
*
x86-64: Optimize strrchr/wcsrchr with AVX2
H.J. Lu
2017-06-09
1
-0
/
+14
*
x86-64: Optimize memrchr with AVX2
H.J. Lu
2017-06-09
1
-0
/
+7
*
x86-64: Optimize strchr/strchrnul/wcschr with AVX2
H.J. Lu
2017-06-09
1
-1
/
+18
*
x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2
H.J. Lu
2017-06-09
1
-0
/
+24
*
x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2
H.J. Lu
2017-06-09
1
-0
/
+21
*
x86-64: Rename wmemset.h to ifunc-wmemset.h
H.J. Lu
2017-06-07
1
-2
/
+2
*
x86-64: Move wcsnlen.S to multiarch/wcsnlen-sse4_1.S
H.J. Lu
2017-06-06
1
-0
/
+7
*
x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBE
H.J. Lu
2017-06-05
1
-0
/
+8
*
x86-64: Optimize wmemset with SSE2/AVX2/AVX512
H.J. Lu
2017-06-05
1
-0
/
+22
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
Require binutils 2.24 to build x86-64 glibc [BZ #20139]
H.J. Lu
2016-07-01
1
-16
/
+0
*
X86-64: Remove previous default/SSE2/AVX2 memcpy/memmove
H.J. Lu
2016-06-08
1
-46
/
+17
*
X86-64: Remove the previous SSE2/AVX2 memsets
H.J. Lu
2016-06-08
1
-9
/
+0
*
Add x86-64 memset with unaligned store and rep stosb
H.J. Lu
2016-03-31
1
-0
/
+33
*
Add x86-64 memmove with unaligned load/store and rep movsb
H.J. Lu
2016-03-31
1
-0
/
+99
*
Fixed build with assembler w/o AVX-512 support.
Andrew Senkevich
2016-01-19
1
-0
/
+12
*
Added memcpy/memmove family optimized with AVX512 for KNL hardware.
Andrew Senkevich
2016-01-16
1
-2
/
+20
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
1
-1
/
+1
*
Added memset optimized with AVX512 for KNL hardware.
Andrew Senkevich
2015-12-19
1
-2
/
+15
*
Remove -mavx2 configure tests.
Joseph Myers
2015-10-28
1
-2
/
+0
*
Remove the unused IFUNC files
H.J. Lu
2015-08-20
1
-4
/
+0
*
Update x86_64 multiarch functions for <cpu-features.h>
H.J. Lu
2015-08-13
1
-51
/
+88
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
Improve 64bit memcpy performance for Haswell CPU with AVX instruction
Ling Ma
2014-07-30
1
-0
/
+12
*
Enable AVX2 optimized memset only if -mavx2 works
H.J. Lu
2014-07-14
1
-0
/
+2
*
Add ifunc tests for x86_64 memset_chk and memset
H.J. Lu
2014-06-20
1
-0
/
+11
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
1
-1
/
+1
*
Update file name in x86_64 ifunc list
Allan McRae
2013-12-16
1
-1
/
+1
*
Add strstr with unaligned loads. Fixes bug 12100.
Ondřej Bílka
2013-12-14
1
-3
/
+1
*
Faster strrchr.
Ondřej Bílka
2013-09-26
1
-6
/
+0
*
Faster strchr implementation.
Ondřej Bílka
2013-09-11
1
-1
/
+0
*
Add unaligned strcmp.
Ondřej Bílka
2013-09-03
1
-0
/
+1
*
Fix rawmemchr regression on bulldozer.
Ondřej Bílka
2013-08-30
1
-6
/
+0
*
Faster memcpy on x64.
Ondrej Bilka
2013-05-20
1
-0
/
+1
*
Faster strlen on x64.
Ondrej Bilka
2013-03-18
1
-13
/
+0
*
Remove Prefer_SSE_for_memop on x64
Ondrej Bilka
2013-03-11
1
-11
/
+0
*
Revert " * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation"
Ondrej Bilka
2013-03-06
1
-0
/
+13
[next]