aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2022-04-27Remove x86_64 specific lowlevellock/cancellationFangrui Song9-915/+0
2022-04-25configure: Don't check LD -v --help for LIBC_LINKER_FEATUREFangrui Song1-11/+8
2021-11-19Use libc_hidden_* for __cmsg_nxthdr (bug 15105).Joseph Myers1-0/+1
2021-11-15Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers5-14/+16
2021-11-12Use a better workaround for clang lack of _builtin_va_arg_packStan Shebs1-3/+14
2021-08-27powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports itFangrui Song3-0/+40
2021-08-27elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ...Fangrui Song2-6/+4
2021-08-27aarch64: Make elf_machine_{load_address,dynamic} robust [BZ #28203]Fangrui Song1-15/+9
2021-08-27math/test-sinl-pseudo: Use stack protector only if availableFlorian Weimer1-0/+2
2021-08-27Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487).Joseph Myers3-1/+55
2021-08-27x86_64: Remove unneeded static PIE check for undefined weak diagnosticFangrui Song2-58/+0
2021-08-27[PATCH 7/7] sin/cos slow paths: refactor sincos implementationWilco Dijkstra2-45/+52
2021-08-27[PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosinWilco Dijkstra1-27/+13
2021-08-27[PATCH 5/7] sin/cos slow paths: remove unused slowpath functionsWilco Dijkstra1-444/+3
2021-08-27[PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reductionWilco Dijkstra2-64/+34
2021-08-27[PATCH 3/7] sin/cos slow paths: remove slow paths from small range reductionWilco Dijkstra2-53/+47
2021-08-27[PATCH 2/7] sin/cos slow paths: remove large range reductionWilco Dijkstra2-103/+2
2021-08-27[PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra3-26/+26
2021-08-27Let time and gettimeofday use vdso by removing old clang workaroundStan Shebs2-8/+2
2021-08-27Do not use ppc-specific long double pack/unpack when compiling with clangStan Shebs1-0/+5
2021-08-27Remove old workaround in power7 logb functions, clang no longer crashes on th...Stan Shebs3-24/+0
2021-08-27Additional fixes for llvm-asJosh Kunz2-2/+2
2021-08-27Add workaround for infinite looping in ppc vsyscall for sched_getcpu.Stan Shebs1-0/+17
2021-08-27Add an LD_DEBUG=tls option to help debug thread-local storage handling in ld.soStan Shebs1-0/+5
2021-08-27Make multi-arch ifunc support work with clangStan Shebs2-12/+18
2021-08-27Redesign the fastload support for additional performanceAmbrose Feinstein1-9/+15
2021-08-27Fix sense of a test in the static-linking version of ppc get_clockfreqStan Shebs1-1/+1
2021-08-27Makes it compile for AArch64Shu-Chun Weng1-2/+14
2021-08-27Makes AArch64 assembly acceptable to clangShu-Chun Weng4-14/+14
2021-08-27Include STATIC_PIE_BOOTSTRAP with !NESTING in powerpc64/dl-machine.hSiva Chandra Reddy1-1/+1
2021-08-27Enable relaxed relocations when building certain object files for x86_64.Siva Chandra Reddy1-0/+3
2021-08-27Un-nest an include in dl-reloc-static-pie.c.Siva Chandra Reddy1-1/+1
2021-08-27Disable -mfloat128 for clang, lets power9 insns into power8 executablesStan Shebs1-39/+41
2021-08-27Also work around clang bctrl issue in get_clockfreq.cStan Shebs1-0/+18
2021-08-27Changes to compile glibc-2.27 on PPC (Power8) with clang.Raman Tenneti5-0/+44
2021-08-27Undid the dl_enable_fastload environment variable changes.Raman Tenneti1-1/+0
2021-08-27Add "fastload" support.Paul Pluzhnikov1-1/+66
2021-08-27Work around lack of mfppr in clangStan Shebs1-0/+5
2021-08-27Work around mtfsb0 syntax limitation with clangStan Shebs2-0/+16
2021-08-27Avoid passing gcc-specific options to clangStan Shebs1-0/+5
2021-08-27Make asm-based constraints be gcc-onlyStan Shebs1-0/+2
2021-08-27Make xxland syntax gcc-onlyStan Shebs1-4/+4
2021-08-27Add a first approximation of float definitions for ppc clangStan Shebs1-3/+47
2021-08-27Make powerpc .machine directives be gcc-onlyStan Shebs4-3/+12
2021-08-27Make mutex hints gcc-only, improve a type in __arch_compare_and_exchange_bool...Stan Shebs1-2/+2
2021-08-27Make power6 directives be gcc-onlyStan Shebs2-3/+16
2021-08-27Add power9 flag to go with -mfloat128Stan Shebs1-37/+43
2021-08-27Disable more attempts to pass -mlong-double-128 to clangStan Shebs4-0/+14
2021-08-27Disable attempts to pass -mlong-double-128 to clangStan Shebs5-0/+112
2021-08-27Add workaround for infinite looping in ppc vsyscallsStan Shebs2-0/+34