about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Add strcpy-stosb.S hjl/pr22353/masterH.J. Lu2017-10-306-1/+151
* Add i386 strcpy.SH.J. Lu2017-10-302-83/+116
* i586: Use a jump table in strcpy.S [BZ #22353]H.J. Lu2017-10-301-17/+45
* i386: Regenerate libm-test-ulps for for gcc 7H.J. Lu2017-10-271-6/+6
* powerpc: Replace lxvd2x/stxvd2x with lvx/stvx in P7's memcpy/memmoveRajalakshmi Srinivasaraghavan2017-10-252-96/+96
* Replace "if if " with "if " in commentsH.J. Lu2017-10-255-6/+6
* Update x86 fix-fp-int-compare-invalid.h for GCC 8.Joseph Myers2017-10-241-2/+6
* posix: Do not use WNOHANG in waitpid call for Linux posix_spawnAdhemerval Zanella2017-10-231-5/+5
* aarch64: Add missing math Makefile for recent commitSzabolcs Nagy2017-10-231-0/+8
* aarch64: Implement math acceleration via builtinsMichael Collison2017-10-2330-288/+250
* PowerPC64 power8 strncpy cfi fixesAlan Modra2017-10-231-13/+14
* PowerPC64 power7 strncpy stack handling and cfiAlan Modra2017-10-231-10/+13
* i386: Replace assembly versions of e_powf with generic e_powf.cH.J. Lu2017-10-228-401/+66
* i386: Replace assembly versions of e_log2f with generic e_log2f.cH.J. Lu2017-10-228-72/+49
* x86-64: Add powf with FMAH.J. Lu2017-10-223-1/+49
* x86-64: Add log2f with FMAH.J. Lu2017-10-223-1/+45
* x86-64: Add logf with FMAH.J. Lu2017-10-223-1/+45
* i386: Replace assembly versions of e_logf with generic e_logf.cH.J. Lu2017-10-229-143/+62
* i386: Replace assembly versions of e_exp2f with generic e_exp2f.cH.J. Lu2017-10-227-54/+46
* x86-64: Add exp2f with FMAH.J. Lu2017-10-223-1/+42
* i386: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu2017-10-2212-442/+35
* x86-64: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu2017-10-227-529/+29
* Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers2017-10-205-0/+10
* posix: Fix improper assert in Linux posix_spawn (BZ#22273)Adhemerval Zanella2017-10-201-6/+18
* x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu2017-10-208-306/+230
* m68k: Update elf_machine_load_address for static PIEH.J. Lu2017-10-201-0/+6
* m68k: Check PIC instead of SHARED in start.SH.J. Lu2017-10-201-1/+1
* sysconf: Fix missing definition of UIO_MAXIOV on Linux [BZ #22321]Florian Weimer2017-10-204-1/+72
* i386: Regenerate libm-test-ulpsH.J. Lu2017-10-191-2/+2
* Add MIPS bits/floatn.h.Joseph Myers2017-10-191-0/+80
* Install correct bits/long-double.h for MIPS64 (bug 22322).Joseph Myers2017-10-191-0/+0
* x86-64: Don't set GLRO(dl_platform) to NULL [BZ #22299]H.J. Lu2017-10-195-4/+103
* Add _Float128 function aliases.Joseph Myers2017-10-1820-2/+868
* [AARCH64] Rewrite elf_machine_load_address using _DYNAMIC symbolSzabolcs Nagy2017-10-181-34/+5
* powerpc: fix check-before-set in SET_RESTORE_ROUNDPaul Clarke2017-10-181-7/+6
* posix: Add p{readv,writev}2 flags to generic uio-ext.hAdhemerval Zanella2017-10-171-2/+1
* Add common ifunc-init.h headerAdhemerval Zanella2017-10-172-40/+55
* Move some float128 symbol version definitions.Joseph Myers2017-10-162-109/+1
* Support strtof128 etc. aliases.Joseph Myers2017-10-162-0/+32
* Use libm_alias_ldouble_other in ldbl-64-128/s_nextafterl.c.Joseph Myers2017-10-131-0/+3
* Fix TLS relocations against local symbols on powerpc32, sparc32 and sparc64James Clarke2017-10-133-1/+6
* powerpc: Avoid putting floating point values in memory [BZ #22189]Tulio Magno Quites Machado Filho2017-10-131-0/+7
* [BZ #22142] powerpc: Fix the carry bit on mpn_[add|sub]_n on POWER7Tulio Magno Quites Machado Filho2017-10-131-4/+4
* Use libm_alias_ldouble for SPARC fabsl.Joseph Myers2017-10-132-2/+5
* Fix ldbl-opt/w_lgamma_compatl.c libm_alias_ldouble_other usage.Joseph Myers2017-10-131-5/+0
* Fix ldbl-opt/s_clog10l.c libm_alias_ldouble_other usage.Joseph Myers2017-10-131-3/+3
* Linux: Consolidate {RTLD_}SINGLE_THREAD_P definitionAdhemerval Zanella2017-10-1125-676/+78
* Use generic alias macros in ldbl-opt.Joseph Myers2017-10-114-14/+13
* Add libm_alias_*_other_r macros.Joseph Myers2017-10-1011-7/+85
* Use generic macros for lgamma_r function aliases.Joseph Myers2017-10-097-21/+27