aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386
AgeCommit message (Expand)AuthorFilesLines
2017-06-23Update x86 ulps for GCC 7.Joseph Myers2-16/+16
2017-06-20Remove bits/string.h.Zack Weinberg2-18/+174
2017-06-14i686: Add missing IS_IN (libc) guards to vectorized strcspnFlorian Weimer2-3/+7
2017-06-14Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg3-6/+3
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra1-0/+1
2017-06-06Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler1-0/+1
2017-06-01Fix more namespace issues in sys/ucontext.h (bug 21457).Joseph Myers1-15/+29
2017-05-23Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457).Joseph Myers1-8/+2
2017-05-20Remove __need macros from signal.h.Zack Weinberg1-0/+1
2017-05-19Split up bits/sigstack.h.Joseph Myers1-0/+3
2017-05-19x86: Optimize SSE2 memchr overflow calculationH.J. Lu1-8/+6
2017-05-11Condition some sys/ucontext.h contents on __USE_MISC (bug 21457).Joseph Myers1-19/+21
2017-05-03x86: Set dl_platform and dl_hwcap from CPU features [BZ #21391]H.J. Lu3-127/+6
2017-04-10Add sysdeps/x86/dl-procinfo.cH.J. Lu1-15/+1
2017-04-07Check if SSE is available with HAS_CPU_FEATUREH.J. Lu14-14/+14
2017-04-06Build divdi3 only for architecture that required itAdhemerval Zanella1-0/+21
2017-04-04Remove CALL_THREAD_FCT macroAdhemerval Zanella1-16/+0
2017-03-29Fix i686 memchr overflow calculation (BZ#21182)Adhemerval Zanella1-1/+1
2017-03-14Remove _dl_platform_stringAndreas Schwab1-7/+0
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg1-1/+1
2017-02-17Move tests of catan, catanh to auto-libm-test-*.Joseph Myers2-0/+24
2017-02-17Move tests of casin, casinh to auto-libm-test-*.Joseph Myers2-72/+72
2017-02-17Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers2-38/+38
2017-02-06nptl: Remove COLORING_INCREMENTAdhemerval Zanella1-5/+0
2017-02-06Remove i686, x86_64, and powerpc strtok implementationsAdhemerval Zanella4-612/+0
2017-02-02Allow IFUNC relocation against unrelocated shared libraryH.J. Lu1-1/+1
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes1-1/+1
2017-01-03Update i386 libm-test-ulps.Joseph Myers1-4/+4
2017-01-03Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella1-0/+2
2017-01-02Fix i686 memchr for large input sizesAdhemerval Zanella2-3/+15
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers249-249/+249
2016-12-27Fix typos in the spelling of "implementation"Dmitry V. Levin1-1/+1
2016-12-26Compile the dynamic linker without stack protection [BZ #7065]Nick Alcock1-1/+1
2016-12-15Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947).Joseph Myers4-15/+111
2016-12-06Fix x86_64/x86 powl handling of sNaN arguments (bug 20916).Joseph Myers1-5/+24
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella1-1/+0
2016-11-04Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers2-0/+2
2016-10-28Check IFUNC definition in unrelocated shared library [BZ #20019]H.J. Lu1-1/+17
2016-09-23Installed-header hygiene (BZ#20366): stack_t.Zack Weinberg1-0/+6
2016-09-20Remove remnants of .og patternsFlorian Weimer1-2/+0
2016-09-07Add femode_t functions.Joseph Myers2-0/+86
2016-09-01Remove unneeded stubs for k_rem_pio2l.Paul E. Murphy1-3/+0
2016-08-16Add fesetexcept.Joseph Myers1-0/+31
2016-07-18i386: Compile rtld-*.os with -mno-sse -mno-mmx -mfpmath=387H.J. Lu1-2/+5
2016-07-13Regenerate i686 libm-test-ulps with GCC 6.1 at -O3 [BZ #20347]H.J. Lu1-2/+2
2016-06-30i686/multiarch: Regenerate ulpsAurelien Jarno1-8/+8
2016-06-27Avoid "inexact" exceptions in i386/x86_64 trunc functions (bug 15479).Joseph Myers3-18/+21
2016-06-27Avoid "inexact" exceptions in i386/x86_64 floor functions (bug 15479).Joseph Myers3-18/+23
2016-06-27Avoid "inexact" exceptions in i386/x86_64 ceil functions (bug 15479).Joseph Myers3-18/+23
2016-06-23Fix i386/x86_64 scalbl with sNaN input (bug 20296).Joseph Myers1-13/+3