about summary refs log tree commit diff
path: root/sysdeps/i386
Commit message (Expand)AuthorAgeFilesLines
* Add _Float64x function aliases.Joseph Myers2017-11-272-8/+8
* Use libm_alias_ldouble in sysdeps/i386/fpu.Joseph Myers2017-11-1721-21/+42
* nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella2017-11-071-0/+5
* x86: Add sysdeps/x86/sysdep.hH.J. Lu2017-11-011-44/+1
* i586: Use conditional branches in strcpy.S [BZ #22353]H.J. Lu2017-10-301-17/+11
* i386: Regenerate libm-test-ulps for for gcc 7H.J. Lu2017-10-271-6/+6
* i386: Replace assembly versions of e_powf with generic e_powf.cH.J. Lu2017-10-228-401/+66
* i386: Replace assembly versions of e_log2f with generic e_log2f.cH.J. Lu2017-10-228-72/+49
* i386: Replace assembly versions of e_logf with generic e_logf.cH.J. Lu2017-10-229-143/+62
* i386: Replace assembly versions of e_exp2f with generic e_exp2f.cH.J. Lu2017-10-227-54/+46
* i386: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu2017-10-2212-442/+35
* i386: Regenerate libm-test-ulpsH.J. Lu2017-10-191-2/+2
* Don't use hidden visibility in libc.a with PIE on i386H.J. Lu2017-10-042-1/+12
* i386: Use "movl main@GOT(%ebx), %eax" in start.SH.J. Lu2017-10-031-2/+5
* Revert x86: Allow undefined _DYNAMIC in static executableH.J. Lu2017-10-031-9/+2
* Do not wrap logf, log2f and powfSzabolcs Nagy2017-10-023-0/+3
* Do not wrap expf and exp2fSzabolcs Nagy2017-10-023-0/+3
* Mark internal functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-1/+1
* New generic powfSzabolcs Nagy2017-09-291-0/+1
* New generic log2fSzabolcs Nagy2017-09-291-0/+1
* New generic logfSzabolcs Nagy2017-09-291-0/+1
* x86: Allow undefined _DYNAMIC in static executableH.J. Lu2017-09-281-2/+9
* Optimized generic expf and exp2f with wrappersSzabolcs Nagy2017-09-252-0/+2
* Enable unwind info in libc-start.c and backtrace.cWilco Dijkstra2017-09-191-4/+0
* 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