about summary refs log tree commit diff
path: root/sysdeps/i386
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining _HAVE_STRING_ARCH_* definitions (BZ #18858)Adhemerval Zanella2017-09-061-1/+0
* Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers2017-09-051-0/+9
* Obsolete pow10 functions.Joseph Myers2017-09-012-60/+0
* elf: Remove internal_function attributeFlorian Weimer2017-08-313-5/+2
* Fix mcontext_t sigcontext namespace (bug 21457).Joseph Myers2017-08-301-1/+0
* i386: Replace internal_function attribute for __mcount_internalFlorian Weimer2017-08-151-3/+5
* i386: Do not set internal_functionFlorian Weimer2017-08-142-5/+0
* _dl_init: Remove internal_function attributeFlorian Weimer2017-08-141-4/+7
* _dl_start: Remove internal_function attributeFlorian Weimer2017-08-141-1/+3
* Fix uc_* namespace (bug 21457).Joseph Myers2017-08-091-5/+5
* i686: Implement IFUNC selectors in CH.J. Lu2017-08-0499-1732/+2078
* i386: Support static PIE in start.SH.J. Lu2017-08-041-2/+9
* x86: Remove __memset_zero_constant_len_parameter [BZ #21790]H.J. Lu2017-08-043-19/+1
* i686/multiarch: Regenerate ulpsAurelien Jarno2017-08-031-7/+7
* Consistently use uintN_t not u_intN_t in libm.Joseph Myers2017-08-035-7/+7
* i386: Check PIC to enable PIC setups in multiarch functionsH.J. Lu2017-08-028-34/+34
* i386: Don't define multiarch __memmove_chk in libc.a [BZ #21791]H.J. Lu2017-08-023-3/+3
* i386: Test memmove_chk and memset_chk only in libc.so [BZ #21741]H.J. Lu2017-07-191-0/+4
* i386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120]H.J. Lu2017-06-301-0/+24
* Rename struct ucontext tag (bug 21457).Joseph Myers2017-06-261-2/+2
* Add float128 support for x86_64, x86.Joseph Myers2017-06-264-22/+1164
* Update x86 ulps for GCC 7.Joseph Myers2017-06-232-16/+16
* Remove bits/string.h.Zack Weinberg2017-06-202-18/+174
* i686: Add missing IS_IN (libc) guards to vectorized strcspnFlorian Weimer2017-06-142-3/+7
* Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg2017-06-143-6/+3
* PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra2017-06-141-0/+1
* Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler2017-06-061-0/+1
* Fix more namespace issues in sys/ucontext.h (bug 21457).Joseph Myers2017-06-011-15/+29
* Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457).Joseph Myers2017-05-231-8/+2
* Remove __need macros from signal.h.Zack Weinberg2017-05-201-0/+1
* Split up bits/sigstack.h.Joseph Myers2017-05-191-0/+3
* x86: Optimize SSE2 memchr overflow calculationH.J. Lu2017-05-191-8/+6
* Condition some sys/ucontext.h contents on __USE_MISC (bug 21457).Joseph Myers2017-05-111-19/+21
* x86: Set dl_platform and dl_hwcap from CPU features [BZ #21391]H.J. Lu2017-05-033-127/+6
* Add sysdeps/x86/dl-procinfo.cH.J. Lu2017-04-101-15/+1
* Check if SSE is available with HAS_CPU_FEATUREH.J. Lu2017-04-0714-14/+14
* Build divdi3 only for architecture that required itAdhemerval Zanella2017-04-061-0/+21
* Remove CALL_THREAD_FCT macroAdhemerval Zanella2017-04-041-16/+0
* Fix i686 memchr overflow calculation (BZ#21182)Adhemerval Zanella2017-03-291-1/+1
* Remove _dl_platform_stringAndreas Schwab2017-03-141-7/+0
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+1
* Move tests of catan, catanh to auto-libm-test-*.Joseph Myers2017-02-172-0/+24
* Move tests of casin, casinh to auto-libm-test-*.Joseph Myers2017-02-172-72/+72
* Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers2017-02-172-38/+38
* nptl: Remove COLORING_INCREMENTAdhemerval Zanella2017-02-061-5/+0
* Remove i686, x86_64, and powerpc strtok implementationsAdhemerval Zanella2017-02-064-612/+0
* Allow IFUNC relocation against unrelocated shared libraryH.J. Lu2017-02-021-1/+1
* Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes2017-01-041-1/+1
* Update i386 libm-test-ulps.Joseph Myers2017-01-031-4/+4
* Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella2017-01-031-0/+2