aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386
AgeCommit message (Expand)Author
2017-09-05Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers
2017-09-01Obsolete pow10 functions.Joseph Myers
2017-08-31elf: Remove internal_function attributeFlorian Weimer
2017-08-30Fix mcontext_t sigcontext namespace (bug 21457).Joseph Myers
2017-08-15i386: Replace internal_function attribute for __mcount_internalFlorian Weimer
2017-08-14i386: Do not set internal_functionFlorian Weimer
2017-08-14_dl_init: Remove internal_function attributeFlorian Weimer
2017-08-14_dl_start: Remove internal_function attributeFlorian Weimer
2017-08-09Fix uc_* namespace (bug 21457).Joseph Myers
2017-08-04i686: Implement IFUNC selectors in CH.J. Lu
2017-08-04i386: Support static PIE in start.SH.J. Lu
2017-08-04x86: Remove __memset_zero_constant_len_parameter [BZ #21790]H.J. Lu
2017-08-03i686/multiarch: Regenerate ulpsAurelien Jarno
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers
2017-08-02i386: Check PIC to enable PIC setups in multiarch functionsH.J. Lu
2017-08-02i386: Don't define multiarch __memmove_chk in libc.a [BZ #21791]H.J. Lu
2017-07-19i386: Test memmove_chk and memset_chk only in libc.so [BZ #21741]H.J. Lu
2017-06-30i386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120]H.J. Lu
2017-06-26Rename struct ucontext tag (bug 21457).Joseph Myers
2017-06-26Add float128 support for x86_64, x86.Joseph Myers
2017-06-23Update x86 ulps for GCC 7.Joseph Myers
2017-06-20Remove bits/string.h.Zack Weinberg
2017-06-14i686: Add missing IS_IN (libc) guards to vectorized strcspnFlorian Weimer
2017-06-14Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra
2017-06-06Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler
2017-06-01Fix more namespace issues in sys/ucontext.h (bug 21457).Joseph Myers
2017-05-23Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457).Joseph Myers
2017-05-20Remove __need macros from signal.h.Zack Weinberg
2017-05-19Split up bits/sigstack.h.Joseph Myers
2017-05-19x86: Optimize SSE2 memchr overflow calculationH.J. Lu
2017-05-11Condition some sys/ucontext.h contents on __USE_MISC (bug 21457).Joseph Myers
2017-05-03x86: Set dl_platform and dl_hwcap from CPU features [BZ #21391]H.J. Lu
2017-04-10Add sysdeps/x86/dl-procinfo.cH.J. Lu
2017-04-07Check if SSE is available with HAS_CPU_FEATUREH.J. Lu
2017-04-06Build divdi3 only for architecture that required itAdhemerval Zanella
2017-04-04Remove CALL_THREAD_FCT macroAdhemerval Zanella
2017-03-29Fix i686 memchr overflow calculation (BZ#21182)Adhemerval Zanella
2017-03-14Remove _dl_platform_stringAndreas Schwab
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-02-17Move tests of catan, catanh to auto-libm-test-*.Joseph Myers
2017-02-17Move tests of casin, casinh to auto-libm-test-*.Joseph Myers
2017-02-17Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers
2017-02-06nptl: Remove COLORING_INCREMENTAdhemerval Zanella
2017-02-06Remove i686, x86_64, and powerpc strtok implementationsAdhemerval Zanella
2017-02-02Allow IFUNC relocation against unrelocated shared libraryH.J. Lu
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes
2017-01-03Update i386 libm-test-ulps.Joseph Myers
2017-01-03Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella
2017-01-02Fix i686 memchr for large input sizesAdhemerval Zanella