summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x86_64: Remove unneeded static PIE check for undefined weak diagnosticFangrui Song2021-08-272-58/+0
* [PATCH 7/7] sin/cos slow paths: refactor sincos implementationWilco Dijkstra2021-08-272-45/+52
* [PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosinWilco Dijkstra2021-08-271-27/+13
* [PATCH 5/7] sin/cos slow paths: remove unused slowpath functionsWilco Dijkstra2021-08-271-444/+3
* [PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reductionWilco Dijkstra2021-08-272-64/+34
* [PATCH 3/7] sin/cos slow paths: remove slow paths from small range reductionWilco Dijkstra2021-08-272-53/+47
* [PATCH 2/7] sin/cos slow paths: remove large range reductionWilco Dijkstra2021-08-272-103/+2
* [PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra2021-08-273-26/+26
* locale: Align _nl_C_LC_CTYPE_class and _nl_C_LC_CTYPE_class32Lirong Yuan2021-08-271-2/+3
* Change this offsetof computation to use c89 offsetof. Tested:Nick Lewycky2021-08-271-1/+1
* Update build process to create libnsl stubStan Shebs2021-08-273-3/+4
* Forward-port google-nsl-stubPaul Pluzhnikov2021-08-274-0/+81
* Fix memory leak in TLS allocationJames Y Knight2021-08-271-0/+1
* Add a test of TLS support that will fail if leakyStan Shebs2021-08-273-2/+151
* Let time and gettimeofday use vdso by removing old clang workaroundStan Shebs2021-08-272-8/+2
* Use crt*.o files from llvm compiler-rt when building with clangStan Shebs2021-08-271-0/+20
* Do not use ppc-specific long double pack/unpack when compiling with clangStan Shebs2021-08-271-0/+5
* Remove old workaround in power7 logb functions, clang no longer crashes on th...Stan Shebs2021-08-273-24/+0
* Additional fixes for llvm-asJosh Kunz2021-08-272-2/+2
* Add workaround for infinite looping in ppc vsyscall for sched_getcpu.Stan Shebs2021-08-271-0/+17
* Add -Wno-incomplete-setjmp-declaration to prevent clang from unhelpfully comp...Stan Shebs2021-08-271-0/+1
* Update passwd.borg handling to use passwd.borg.realStan Shebs2021-08-271-64/+151
* Add a case to async-signal-safe TLS to set static TLS instead of waiting for ...Stan Shebs2021-08-271-2/+25
* Add an LD_DEBUG=tls option to help debug thread-local storage handling in ld.soStan Shebs2021-08-274-8/+189
* Remove an unneeded local refactor in _dl_update_slotinfoStan Shebs2021-08-271-7/+6
* Fix year 2039 bug for localtime with 64-bit time_t (bug 22639).Joseph Myers2021-08-274-2/+55
* Reduce __MAX_ALLOCA_CUTOFF to 8192Stan Shebs2021-08-271-1/+3
* Make multi-arch ifunc support work with clangStan Shebs2021-08-273-14/+24
* Revert clang workaround for _begin that is no longer neededStan Shebs2021-08-271-6/+0
* Redesign the fastload support for additional performanceAmbrose Feinstein2021-08-279-434/+474
* Add comments explaining the diff from cf8e3f8757Josh Kunz2021-08-272-0/+14
* Make gen-XX-const scripts work with llvm-asJosh Kunz2021-08-273-5/+4
* Fix sense of a test in the static-linking version of ppc get_clockfreqStan Shebs2021-08-271-1/+1
* Makes it compile for AArch64Shu-Chun Weng2021-08-271-2/+14
* Makes AArch64 assembly acceptable to clangShu-Chun Weng2021-08-274-14/+14
* Include STATIC_PIE_BOOTSTRAP with !NESTING in powerpc64/dl-machine.hSiva Chandra Reddy2021-08-271-1/+1
* Actuall use LLVM_OBJCOPY if available.Siva Chandra Reddy2021-08-271-1/+1
* Use llvm-objcopy, if available, to remove the .llvm_addrsig sections.Siva Chandra Reddy2021-08-271-0/+6
* Enable relaxed relocations when building certain object files for x86_64.Siva Chandra Reddy2021-08-271-0/+3
* Un-nest an include in dl-reloc-static-pie.c.Siva Chandra Reddy2021-08-272-3/+15
* Disable -mfloat128 for clang, lets power9 insns into power8 executablesStan Shebs2021-08-271-39/+41
* Also work around clang bctrl issue in get_clockfreq.cStan Shebs2021-08-271-0/+18
* [BZ #19239] Don't include sys/sysmacros.h from sys/types.h.Zack Weinberg2021-08-274-58/+23
* Remove .llvm_addrsig sections from crt.o filesStan Shebs2021-08-271-1/+7
* Forward-port cl/42676407 to disable link-time warning about mktemp, tempnam a...Brooks Moses2021-08-273-0/+6
* Changes to compile glibc-2.27 on PPC (Power8) with clang.Raman Tenneti2021-08-275-0/+44
* Add a note about passwd.borg.base organizationStan Shebs2021-08-271-0/+1
* Fix mistaken order of arguments to open_pathStan Shebs2021-08-271-1/+1
* Update build notesStan Shebs2021-08-271-3/+3
* Undid the dl_enable_fastload environment variable changes.Raman Tenneti2021-08-276-15/+3