aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-07x86_64: Fix svml_s_asinhf8_core_avx2.S code formattingSunil K Pandey1-397/+396
2022-03-07x86_64: Fix svml_s_asinhf4_core_sse4.S code formattingSunil K Pandey1-448/+447
2022-03-07x86_64: Fix svml_s_asinhf16_core_avx512.S code formattingSunil K Pandey1-370/+369
2022-03-07x86_64: Fix svml_d_asin8_core_avx512.S code formattingSunil K Pandey1-239/+238
2022-03-07x86_64: Fix svml_d_asin4_core_avx2.S code formattingSunil K Pandey1-217/+216
2022-03-07x86_64: Fix svml_d_asin2_core_sse4.S code formattingSunil K Pandey1-231/+230
2022-03-07x86_64: Fix svml_s_asinf8_core_avx2.S code formattingSunil K Pandey1-192/+191
2022-03-07x86_64: Fix svml_s_asinf4_core_sse4.S code formattingSunil K Pandey1-194/+193
2022-03-07x86_64: Fix svml_s_asinf16_core_avx512.S code formattingSunil K Pandey1-203/+202
2022-03-07x86_64: Fix svml_d_acosh8_core_avx512.S code formattingSunil K Pandey1-416/+415
2022-03-07x86_64: Fix svml_d_acosh4_core_avx2.S code formattingSunil K Pandey1-1436/+1435
2022-03-07x86_64: Fix svml_d_acosh2_core_sse4.S code formattingSunil K Pandey1-1371/+1370
2022-03-07x86_64: Fix svml_s_acoshf8_core_avx2.S code formattingSunil K Pandey1-308/+307
2022-03-07x86_64: Fix svml_s_acoshf4_core_sse4.S code formattingSunil K Pandey1-327/+326
2022-03-07x86_64: Fix svml_s_acoshf16_core_avx512.S code formattingSunil K Pandey1-372/+371
2022-03-07x86_64: Fix svml_d_acos8_core_avx512.S code formattingSunil K Pandey1-250/+249
2022-03-07x86_64: Fix svml_d_acos4_core_avx2.S code formattingSunil K Pandey1-228/+227
2022-03-07x86_64: Fix svml_d_acos2_core_sse4.S code formattingSunil K Pandey1-245/+244
2022-03-07x86_64: Fix svml_s_acosf8_core_avx2.S code formattingSunil K Pandey1-206/+205
2022-03-07x86_64: Fix svml_s_acosf4_core_sse4.S code formattingSunil K Pandey1-212/+211
2022-03-07x86_64: Fix svml_s_acosf16_core_avx512.S code formatting (supplemental)Sunil K Pandey1-14/+14
2022-03-07pthread: Do not overwrite tests-time64Adhemerval Zanella1-1/+1
2022-03-04x86_64: Fix svml_s_acosf16_core_avx512.S code formattingSunil K Pandey1-212/+211
2022-03-03i386: Remove libc-do-syscall from sysdep-dl-routines [BZ #28936]H.J. Lu1-1/+0
2022-03-03linux/i386: remove dead assignment of sysdep-dl-routinesAndreas Schwab1-1/+0
2022-02-28nptl: Fix cleanups for stack grows up [BZ# 28899]John David Anglin1-1/+1
2022-02-28manual: SA_ONSTACK is ignored without alternate stackFlorian Weimer1-1/+1
2022-02-28io: Add fsync call in tst-statFlorian Weimer1-0/+4
2022-02-28Linux: Consolidate auxiliary vector parsing (redo)Florian Weimer7-183/+118
2022-02-25build: Properly generate .d dependency files [BZ #28922]H.J. Lu7-1/+17
2022-02-25benchtests: Generate .d dependency files [BZ #28922]H.J. Lu1-2/+6
2022-02-25benchtests: Remove duplicated loop in bench-bzero-walk.cH.J. Lu1-6/+0
2022-02-25localedata: Do not generate output if warnings were present.Carlos O'Donell2-4/+10
2022-02-25localedef: Update LC_MONETARY handling (Bug 28845)Carlos O'Donell1-36/+146
2022-02-24localedef: Handle symbolic links when generating locale-archiveArjun Shankar1-1/+1
2022-02-24benchtests: Add small sizes (<= 64) to bench-bzero-walk.cH.J. Lu1-0/+3
2022-02-24math: Add more input to atanh accuracy testsSunil K Pandey2-0/+28
2022-02-24resolv: Fix tst-resolv tests for 2.35 ABIs and laterStafford Horne1-9/+9
2022-02-23x86_64: Disable libmvec tests if multiarch not enabled [BZ# 28869]Sunil K Pandey1-0/+3
2022-02-23benchtests: Add benches for memset with 0 valueH.J. Lu7-3/+149
2022-02-23i686: Remove bzero optimizationsAdhemerval Zanella14-181/+22
2022-02-23s390: Remove bzero optimizationsAdhemerval Zanella5-103/+2
2022-02-23powerpc: Remove powerpc64 bzero optimizationsAdhemerval Zanella15-197/+1
2022-02-23powerpc: Remove powerpc32 bzero optimizationsAdhemerval Zanella7-158/+2
2022-02-23sparc: Remove bzero optimizationAdhemerval Zanella14-105/+30
2022-02-23ia64: Remove bzero optimizationAdhemerval Zanella3-314/+5
2022-02-23alpha: Remove bzero optimizationAdhemerval Zanella1-109/+0
2022-02-23x86_64: Remove bcopy optimizationsAdhemerval Zanella1-7/+0
2022-02-23i386: Remove bcopy optimizationsAdhemerval Zanella14-305/+100
2022-02-23powerpc: Remove bcopy optimizationsAdhemerval Zanella9-113/+1