about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Add fetestexceptflag.Joseph Myers2016-08-2928-0/+58
* malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer2016-08-262-6/+6
* X86-64: Correct CFA in _dl_runtime_resolveH.J. Lu2016-08-261-0/+2
* Convert _Complex tangent functions to generated codePaul E. Murphy2016-08-1912-64/+32
* Convert _Complex sine functions to generated codePaul E. Murphy2016-08-1918-101/+42
* X86: Change bit_YMM_state to (1 << 2)H.J. Lu2016-08-191-1/+1
* Merge common usage of mul_split functionPaul E. Murphy2016-08-1911-346/+22
* Convert _Complex cosine functions to generated codePaul E. Murphy2016-08-1915-79/+38
* Fix incorrect double-checked locking related to _res_hconf.initialized.Torvald Riegel2016-08-181-2/+1
* Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3.Stefan Liebler2016-08-182-0/+20
* ldbl-128: Remove unused sqrtl declaration in e_asinl.cPaul E. Murphy2016-08-171-1/+0
* Support for type-generic libm function implementations libmPaul E. Murphy2016-08-1716-60/+320
* Do not override objects in libc.a in other static libraries [BZ #20452]Florian Weimer2016-08-1713-1/+16
* Add fesetexcept: sparc.Joseph Myers2016-08-161-0/+31
* Add fesetexcept: sh.Joseph Myers2016-08-161-0/+32
* Add fesetexcept: s390.Joseph Myers2016-08-161-0/+33
* Add fesetexcept: powerpc.Joseph Myers2016-08-163-0/+107
* Add fesetexcept: mips.Joseph Myers2016-08-161-0/+32
* Add fesetexcept: m68k.Joseph Myers2016-08-161-0/+31
* Add fesetexcept: ia64.Joseph Myers2016-08-161-0/+31
* Add fesetexcept: hppa.Joseph Myers2016-08-161-0/+35
* Add fesetexcept: arm.Joseph Myers2016-08-161-0/+38
* Add fesetexcept: alpha.Joseph Myers2016-08-161-0/+31
* Add fesetexcept: aarch64.Joseph Myers2016-08-161-0/+34
* Add fesetexcept.Joseph Myers2016-08-1629-0/+116
* arm: mark __startcontext as .cantunwind (bug 20435)Andreas Schwab2016-08-151-0/+7
* Add comment from sysdeps/powerpc/fpu/fraiseexcpt.c to fsetexcptflg.c.Joseph Myers2016-08-121-0/+1
* Fix powerpc fesetexceptflag clearing FE_INVALID (bug 20455).Joseph Myers2016-08-101-1/+4
* Add tests for fegetexceptflag, fesetexceptflag.Joseph Myers2016-08-102-0/+15
* Fix recvmsg returning SIGLOST on PF_LOCAL socketsSamuel Thibault2016-08-091-1/+3
* sparc32/sparcv9: add a VIS3 version of fdimAurelien Jarno2016-08-055-1/+114
* sparc: remove fdim sparc specific implementationsAurelien Jarno2016-08-0511-314/+2
* sparc: build with -mvis on sparc32/sparcv9 and sparc64Aurelien Jarno2016-08-052-1/+3
* x86: Use sysdep.o from libc.a in static librariesFlorian Weimer2016-08-041-0/+2
* Minimize sysdeps code involved in defining major/minor/makedev.Zack Weinberg2016-08-0333-136/+34
* Remove tacit double usage in ldbl-128Paul E. Murphy2016-08-033-3/+3
* elf: Avoid using memalign for TLS allocations [BZ #17730]Florian Weimer2016-08-031-5/+7
* Define UDP_ENCAP_* from Linux 4.7 in netinet/udp.h.Joseph Myers2016-08-031-0/+2
* Define PF_QIPCRTR, AF_QIPCRTR from Linux 4.7 in bits/socket.h.Joseph Myers2016-08-031-1/+3
* sparc64: add a VIS3 version of ceil, floor and truncAurelien Jarno2016-08-0316-3/+348
* Fix sNaN handling in nearbyint on 32-bit sparc.David S. Miller2016-08-024-10/+10
* powerpc: fix ifunc-sel.h fix asm constraints and clobber listAurelien Jarno2016-08-031-2/+4
* powerpc: fix ifunc-sel.h with GCC 6Aurelien Jarno2016-08-031-3/+4
* x86_64: Call finite scalar versions in vectorized log, pow, exp (bz #20033).Andrew Senkevich2016-08-0224-54/+54
* alpha: fix trunc for big input valuesAurelien Jarno2016-08-022-8/+6
* alpha: fix rint on sNaN inputAurelien Jarno2016-08-022-0/+6
* alpha: fix floor on sNaN inputAurelien Jarno2016-08-022-8/+6
* alpha: fix ceil on sNaN inputAurelien Jarno2016-08-022-8/+6
* sparc: remove ceil, floor, trunc sparc specific implementationsAurelien Jarno2016-08-0246-2245/+10
* Don't compile do_test with -mavx/-mavx/-mavx512H.J. Lu2016-07-2711-78/+141