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
gentoo/2.41
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Require binutils 2.24 to build x86-64 glibc [BZ #20139]
H.J. Lu
2016-07-01
13
-36
/
+4
*
Check Prefer_ERMS in memmove/memcpy/mempcpy/memset
H.J. Lu
2016-06-30
5
-1
/
+17
*
X86-64: Remove previous default/SSE2/AVX2 memcpy/memmove
H.J. Lu
2016-06-08
15
-890
/
+306
*
X86-64: Remove the previous SSE2/AVX2 memsets
H.J. Lu
2016-06-08
7
-217
/
+39
*
Fix a typo in comments in memmove-vec-unaligned-erms.S
H.J. Lu
2016-06-06
1
-1
/
+1
*
Remove alignments on jump targets in memset
H.J. Lu
2016-05-19
1
-32
/
+5
*
Remove x86 ifunc-defines.sym and rtld-global-offsets.sym
H.J. Lu
2016-05-11
2
-21
/
+0
*
X86-64: Use non-temporal store in memcpy on large data
H.J. Lu
2016-04-12
4
-171
/
+226
*
X86-64: Prepare memmove-vec-unaligned-erms.S
H.J. Lu
2016-04-06
1
-54
/
+84
*
X86-64: Prepare memset-vec-unaligned-erms.S
H.J. Lu
2016-04-06
1
-13
/
+19
*
Force 32-bit displacement in memset-vec-unaligned-erms.S
H.J. Lu
2016-04-05
1
-0
/
+13
*
Add a comment in memset-sse2-unaligned-erms.S
H.J. Lu
2016-04-05
1
-0
/
+2
*
Don't put SSE2/AVX/AVX512 memmove/memset in ld.so
H.J. Lu
2016-04-03
6
-32
/
+40
*
Fix memmove-vec-unaligned-erms.S
H.J. Lu
2016-04-03
1
-24
/
+30
*
Add x86-64 memset with unaligned store and rep stosb
H.J. Lu
2016-03-31
6
-1
/
+335
*
Add x86-64 memmove with unaligned load/store and rep movsb
H.J. Lu
2016-03-31
6
-1
/
+594
*
Make __memcpy_avx512_no_vzeroupper an alias
H.J. Lu
2016-03-28
3
-430
/
+404
*
Implement x86-64 multiarch mempcpy in memcpy
H.J. Lu
2016-03-28
9
-57
/
+69
*
[x86] Add a feature bit: Fast_Unaligned_Copy
H.J. Lu
2016-03-28
1
-1
/
+1
*
Don't set %rcx twice before "rep movsb"
H.J. Lu
2016-03-22
1
-1
/
+0
*
Group AVX512 functions in .text.avx512 section
H.J. Lu
2016-03-06
2
-2
/
+2
*
x86-64: Fix memcpy IFUNC selection
H.J. Lu
2016-03-04
1
-13
/
+14
*
Fixed build with assembler w/o AVX-512 support.
Andrew Senkevich
2016-01-19
1
-0
/
+12
*
Fixed typos in __memcpy_chk.
Andrew Senkevich
2016-01-16
1
-3
/
+3
*
Added memcpy/memmove family optimized with AVX512 for KNL hardware.
Andrew Senkevich
2016-01-16
11
-19
/
+540
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
44
-44
/
+44
*
Added memset optimized with AVX512 for KNL hardware.
Andrew Senkevich
2015-12-19
5
-3
/
+225
*
Remove -mavx2 configure tests.
Joseph Myers
2015-10-28
4
-23
/
+15
*
Remove configure tests for AVX support.
Joseph Myers
2015-10-08
1
-14
/
+8
*
Remove configure tests for SSE4 support.
Joseph Myers
2015-10-06
3
-14
/
+2
*
Remove x86-64 rtld-xxx.c and rtld-xxx.S
H.J. Lu
2015-08-25
2
-2
/
+0
*
Remove the unused IFUNC files
H.J. Lu
2015-08-20
2
-17
/
+0
*
Move x86_64 init-arch.h to sysdeps/x86/init-arch.h
H.J. Lu
2015-08-20
1
-22
/
+0
*
Update x86_64 multiarch functions for <cpu-features.h>
H.J. Lu
2015-08-13
21
-174
/
+177
*
Add _dl_x86_cpu_features to rtld_global
H.J. Lu
2015-08-13
6
-421
/
+5
*
Compile {memcpy,strcmp}-sse2-unaligned.S only for libc
H.J. Lu
2015-08-05
2
-0
/
+8
*
This patch adds detection of availability for AVX512F and AVX512DQ ISAs.
Andrew Senkevich
2015-06-08
2
-0
/
+34
*
Use strspn/strcspn/strpbrk ifunc in internal calls.
Ondřej Bílka
2015-05-12
2
-13
/
+0
*
Use AVX unaligned memcpy only if AVX2 is available
H.J. Lu
2015-01-30
8
-8
/
+17
*
Also treat model numbers 0x5a/0x5d as Silvermont
H.J. Lu
2015-01-23
1
-0
/
+2
*
Treat model numbers 0x4a/0x4d as Silvermont
H.J. Lu
2015-01-23
1
-0
/
+2
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
45
-45
/
+45
*
Remove NOT_IN_libc
Siddhesh Poyarekar
2014-11-24
32
-34
/
+34
*
Fix misdetected Slow_SSE4_2 cpu feature bit (bug 17501)
Andreas Schwab
2014-10-27
1
-4
/
+4
*
Improve 64bit memcpy performance for Haswell CPU with AVX instruction
Ling Ma
2014-07-30
11
-6
/
+458
*
Enable AVX2 optimized memset only if -mavx2 works
H.J. Lu
2014-07-14
4
-14
/
+21
*
Add ifunc tests for x86_64 memset_chk and memset
H.J. Lu
2014-06-20
2
-1
/
+12
*
Remove sysdeps/x86_64/multiarch/rtld-strlen.S
H.J. Lu
2014-06-20
1
-1
/
+0
*
Add x86_64 memset optimized for AVX2
Ling Ma
2014-06-19
5
-1
/
+275
*
Fix -Wundef warning for FEATURE_INDEX_1.
Carlos O'Donell
2014-05-03
1
-7
/
+6
[next]