about summary refs log tree commit diff
path: root/sysdeps/i386
Commit message (Expand)AuthorAgeFilesLines
* Clean up sysdep-dl-routines variable.Roland McGrath2015-02-061-2/+0
* Fix libm feupdateenv namespace (bug 17748).Joseph Myers2015-01-071-0/+1
* Fix libm fesetround namespace (bug 17748).Joseph Myers2015-01-071-2/+4
* Fix libm fesetenv namespace (bug 17748).Joseph Myers2015-01-062-1/+2
* Fix libm feholdexcept namespace (bug 17748).Joseph Myers2015-01-051-2/+4
* Fix libm fegetround namespace (bug 17748).Joseph Myers2015-01-021-2/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-02244-244/+244
* Fix libm fegetenv namespace (bug 17748).Joseph Myers2014-12-311-0/+1
* Don't check PI_STATIC_AND_HIDDEN in i386 dl-machine.hH.J. Lu2014-12-301-33/+0
* i386: Fix build by GCC 5.0Andrew Senkevich2014-12-301-3/+5
* Fix libm feraiseexcept namespace (bug 17723).Joseph Myers2014-12-301-0/+1
* i386: memcpy functions with SSE2 unaligned load/storeAndrew Senkevich2014-12-3013-3/+769
* Add hidden __tls_get_addr/___tls_get_addr aliasH.J. Lu2014-12-212-4/+3
* Remove @PLT from "call _dl_init@PLT" in _dl_start_userH.J. Lu2014-12-211-1/+1
* Replace 1L with (mp_limb_t) 1H.J. Lu2014-12-191-1/+1
* Fix strftime wcschr namespace (bug 17634).Joseph Myers2014-12-102-3/+6
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-2468-71/+71
* Remove IS_IN_rtldSiddhesh Poyarekar2014-11-242-2/+2
* Add arch-specific configuration for C11 atomics support.Torvald Riegel2014-11-201-0/+3
* Don't use INTDEF/INTUSE with _dl_init (bug 14132).Joseph Myers2014-11-041-1/+1
* Fix misdetected Slow_SSE4_2 cpu feature bit (bug 17501)Andreas Schwab2014-10-273-6/+6
* NPTL: Clean up THREAD_SYSINFO macros.Roland McGrath2014-10-171-4/+5
* i386 TLS_INIT_TP might produce bogus asm changing stack pointer [BZ #17319]Mark Wielaard2014-08-281-29/+2
* Update x86 ULPsAllan McRae2014-08-271-4/+4
* Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar2014-08-211-1/+1
* Enable AVX2 optimized memset only if -mavx2 worksH.J. Lu2014-07-142-0/+35
* Update i386 libm test ULPsAndreas Schwab2014-07-091-8/+32
* Fix -Wundef warnings for SHAREDWill Newton2014-07-091-1/+1
* Fix Wundef warning for ELF_MACHINE_NO_REL on i386Siddhesh Poyarekar2014-07-081-0/+1
* Always provide HP_SMALL_TIMING_AVAILRichard Henderson2014-07-031-0/+1
* Unify hp-timing implementationsRichard Henderson2014-07-031-60/+1
* Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overheadRichard Henderson2014-07-033-50/+0
* Removing HP_TIMING_ACCUM as unusedRichard Henderson2014-07-031-31/+2
* Removing HP_TIMING_ZERO as unusedRichard Henderson2014-07-031-5/+0
* Fix yn overflow handling in non-default rounding modes (bug 16561, bug 16562).Joseph Myers2014-06-272-0/+25
* Move USE_REGPARMS define to sysdeps/i386/configure.ac.Joseph Myers2014-06-252-0/+5
* Move base_machine and machine settings from configure.ac to sysdeps preconfig...Joseph Myers2014-06-251-0/+5
* Add compat symbols for scalb* in i386Siddhesh Poyarekar2014-06-253-0/+15
* x86: Consolidate unnecessary nptl/ subdirectories.Roland McGrath2014-06-245-3/+2
* Fix x86/x86_64 expm1l spurious underflow exceptions (bug 16539).Joseph Myers2014-06-241-0/+10
* Fix cosh spurious underflows from expm1 (bug 16354), inaccurate results near ...Joseph Myers2014-06-231-0/+1
* Test cpow in all rounding modes.Joseph Myers2014-06-231-0/+48
* Fix pow overflow in non-default rounding modes (bug 16315).Joseph Myers2014-06-234-79/+69
* Clean up stack-coloring macros.Roland McGrath2014-06-202-31/+28
* Include <kernel-features.h> explicitly where required.Joseph Myers2014-06-201-0/+1
* [BZ #6803] Set errno for scalbln, scalbnStefan Liebler2014-06-203-3/+0
* Fix __ieee754_logl (-LDBL_MAX) in FE_DOWNWARD mode (bug 17022).Joseph Myers2014-06-182-2/+8
* Add CFI to x86 ceil / floor / trunc (bug 16681).Joseph Myers2014-06-169-0/+18
* Move i386 code out of nptl/ subdirectory.Roland McGrath2014-06-1212-0/+791
* Fix log2 (1) in round-downward mode (bug 17042).Joseph Myers2014-06-104-3/+37