about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Improve generic strpbrk. neleai/string-x64Ondřej Bílka2015-08-208-94/+130
* Optimize sse4 strspn/strcspn/strpbrkOndřej Bílka2015-06-269-386/+211
* microoptimize strlen and strnlenOndřej Bílka2015-06-261-167/+169
* Optimize strcmp more and add strncmp, strcasecmp, strncasecmp implementations.Ondřej Bílka2015-06-2413-1952/+467
* faster memchrOndřej Bílka2015-06-241-276/+117
* unaligned sse2 memcmpOndřej Bílka2015-06-2410-2135/+224
* new sse2 and avx2 strcpy and stpcpyOndřej Bílka2015-06-2014-1921/+2435
* Vector pow for x86_64 and tests.Andrew Senkevich2015-06-1731-4/+6934
* Vector expf for x86_64 and tests.Andrew Senkevich2015-06-1728-2/+1255
* Vector exp for x86_64 and tests.Andrew Senkevich2015-06-1730-4/+2329
* Vector logf for x86_64 and tests.Andrew Senkevich2015-06-1728-3/+1232
* Vector log for x86_64 and tests.Andrew Senkevich2015-06-1730-2/+2927
* [AArch64] Fix cfi_adjust_cfa_offset usage in dl-tlsdesc.SSzabolcs Nagy2015-06-172-5/+10
* [BZ 18034][AArch64] Lazy TLSDESC relocation data race fixSzabolcs Nagy2015-06-176-22/+91
* Vector sinf for x86_64 and tests.Andrew Senkevich2015-06-1528-2/+2377
* Fix linknamespace expectations for in6addr_any, in6addr_loopback.Joseph Myers2015-06-143-6/+13
* Fix syslog fputs_unlocked namespace (bug 18530).Joseph Myers2015-06-126-4/+21
* Fix netdb.h addrinfo namespace (bug 18529).Joseph Myers2015-06-124-3/+41
* Fix grp.h endgrent, getgrent namespace (bug 18528).Joseph Myers2015-06-125-8/+15
* Fix getlogin_r namespace (bug 18527).Joseph Myers2015-06-129-16/+39
* Attempting to install glibc configured with --prefix=/usr intoMartin Sebor2015-06-125-10/+44
* Fix aio_* pread namespace (bug 18519).Joseph Myers2015-06-125-7/+15
* Fix ecvt_r, fcvt_r namespace (bug 18522).Joseph Myers2015-06-124-6/+13
* Fix h_errno namespace (bug 18520).Joseph Myers2015-06-127-9/+22
* Vector sin for x86_64 and tests.Andrew Senkevich2015-06-1130-5/+1333
* More strict check of AVX512 support in assembler.Andrew Senkevich2015-06-113-0/+7
* pthread_key_create: Fix typo in commentFlorian Weimer2015-06-112-1/+6
* nptl: restore .interp section in libpthread.soGleb Fotengauer-Malinovskiy2015-06-104-3/+16
* Prepare for restoration of .interp section in libpthread.soDmitry V. Levin2015-06-105-11/+26
* x86: Remove vsyscall usageAdhemerval Zanella2015-06-097-74/+36
* Fix regcomp wcscoll, wcscmp namespace (bug 18497).Joseph Myers2015-06-0912-23/+61
* Fix pathconf statvfs namespace (bug 18507).Joseph Myers2015-06-097-10/+28
* Consolidate sched_getcpuAdhemerval Zanella2015-06-0913-203/+32
* This patch adds vector cosf tests.Andrew Senkevich2015-06-0916-4/+461
* Vector cosf for x86_64.Andrew Senkevich2015-06-0920-3/+2458
* Addition of testing infrastructure for vector math functions.Andrew Senkevich2015-06-0918-9/+606
* Start of series of patches with x86_64 vector math functions.Andrew Senkevich2015-06-0926-1/+1499
* Remove unused PREDEFINED_CLASSES codeMarko Myllynen2015-06-093-92/+11
* This patch adds detection of availability for AVX512F and AVX512DQ ISAs.Andrew Senkevich2015-06-083-0/+42
* Say "C++ tests" in comment on __open_memstream declaration.Joseph Myers2015-06-082-1/+5
* mach: fix typoSamuel Thibault2015-06-062-1/+5
* Fix open_memstream namespace (bug 18498).Joseph Myers2015-06-057-10/+25
* Fix regex wcrtomb namespace (bug 18496).Joseph Myers2015-06-053-3/+7
* Fix psignal, psiginfo declaration conditions (bug 18483).Joseph Myers2015-06-054-7/+12
* Fix regex wctype namespace (bug 18495).Joseph Myers2015-06-057-8/+28
* Commit 7fe9e2e089f4990b7d18d0798f591ab276b15f2b fixes [BZ# 17322]Florian Weimer2015-06-052-10/+11
* Avoid outputting to TTY after an expected memory corruption in testcaseTulio Magno Quites Machado Filho2015-06-053-16/+32
* posix_fallocate: Emulation fixes and documentation [BZ #15661]Florian Weimer2015-06-054-38/+199
* nptl: Rewrite cancellation macrosAdhemerval Zanella2015-06-0474-1161/+303
* ARM: VDSO supportNathan Lynch2015-06-046-0/+99