summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* ld.so: Examine GLRO to detect inactive loader [BZ #20204]Florian Weimer2017-12-181-1/+19
* mips32: fix clobbering s0 in setjmp() [BZ #22624]Sergei Trofimovich2017-12-181-0/+5
* mips64: fix clobbering s0 in setjmp() [BZ #22624]Sergei Trofimovich2017-12-181-0/+5
* aarch64: fix start code for static pieSzabolcs Nagy2017-12-181-1/+10
* s390: Update ulpsRajalakshmi Srinivasaraghavan2017-12-161-20/+20
* powerpc: Update ulpsRajalakshmi Srinivasaraghavan2017-12-161-20/+20
* New generic sincosfRajalakshmi Srinivasaraghavan2017-12-164-237/+297
* Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu2017-12-156-0/+128
* Don't set errno in Hurd rtld's __access_noerrnoThomas Schwinge2017-12-151-1/+0
* Update SPARC divrem generation to match output.Joseph Myers2017-12-156-11/+13
* powerpc: st{r,p}cpy optimization for aligned stringsRajalakshmi Srinivasaraghavan2017-12-151-3/+146
* x86-64: Remove sysdeps/x86_64/fpu/s_cosf.SH.J. Lu2017-12-141-533/+0
* sparc: M7 optimized memset/bzeroPatrick McGehearty2017-12-146-2/+345
* sparc: M7 optimized memcpy/mempcpy/memmovePatrick McGehearty2017-12-1412-2/+1072
* sparc: assembly version of memmove for ultra1+Jose E. Marchesi2017-12-144-0/+191
* sparc: support the ADP hw capabilityJose E. Marchesi2017-12-143-3/+4
* aarch64: Improve strcmp unaligned performanceSiddhesh Poyarekar2017-12-131-2/+29
* Add sysdeps/ieee754/soft-fp.Joseph Myers2017-12-1232-39/+219
* x86-64: Add cosf with FMAH.J. Lu2017-12-124-2/+35
* Update IA64 libm-test-ulpsAdhemerval Zanella2017-12-121-26/+1914
* ia64: Add ipc_priv.h header to set __IPC_64 to zeroJames Clarke2017-12-121-0/+21
* Remove --with-fp / --without-fp.Joseph Myers2017-12-124-3/+16
* New generic cosfPaul Clarke2017-12-111-40/+214
* powerpc: POWER8 memcpy optimization for cached memoryAdhemerval Zanella2017-12-1111-13/+310
* S390: Add CFI rule in _dl_runtime_resolve[_vx] for unwinding.Stefan Liebler2017-12-112-25/+23
* x86-64: Add sinf with FMAH.J. Lu2017-12-074-1/+36
* x86-64: Remove sysdeps/x86_64/fpu/s_sinf.SH.J. Lu2017-12-071-559/+0
* Add _Float32 function aliases.Joseph Myers2017-12-0756-4/+2854
* Support _Float32 in libm_alias_float.Joseph Myers2017-12-061-2/+9
* Correct some ia64 libm_alias_float_other calls.Joseph Myers2017-12-063-3/+3
* Update Alpha libm-test-ulpsAdhemerval Zanella2017-12-061-2/+8
* Sparc ulp update.David S. Miller2017-12-061-0/+6
* Don't make local variables static in ldbl-96 j1l.Joseph Myers2017-12-061-1/+1
* Make some ldbl-128, ldbl-128ibm arrays const.Joseph Myers2017-12-064-8/+8
* Add _Float64, _Float32x function aliases.Joseph Myers2017-12-0656-16/+5706
* Add elision tunablesRogerio Alves2017-12-0515-47/+209
* math: Use sign as double for reduced case in sinfAdhemerval Zanella2017-12-051-2/+2
* [PATCH] fix sinf(NAN)Szabolcs Nagy2017-12-051-3/+3
* Support _Float64, _Float32x in libm_alias_double.Joseph Myers2017-12-052-4/+39
* s_sinf.c: Replace floor with simple castsH.J. Lu2017-12-051-6/+6
* tilegx: tag __insn_OP builtin issue with gcc bugzilla #Chris Metcalf2017-12-051-1/+2
* tilegx: work around vector insn bug in gccChris Metcalf2017-12-059-25/+50
* Linux: Implement interfaces for memory protection keysFlorian Weimer2017-12-0540-3/+776
* Use libm_alias_float for powerpc.Joseph Myers2017-12-0574-83/+157
* tile: update ca{cos,sin,tan}{,h} double ULPsChris Metcalf2017-12-041-8/+12
* Use __floor not floor in sinf.Joseph Myers2017-12-041-2/+2
* aarch64: Avoid hidden symbols for memcpy/memmove into static binariesSiddhesh Poyarekar2017-12-041-0/+2
* S390: Fix backtrace in vdso functions.Stefan Liebler2017-12-042-72/+0
* New generic sinfRajalakshmi Srinivasaraghavan2017-12-041-41/+226
* Handle __gmon_start__ as undefined weak on hppa.John David Anglin2017-12-023-30/+91