about summary refs log tree commit diff
path: root/sysdeps/i386
Commit message (Expand)AuthorAgeFilesLines
* Update i386 libm-test-ulps.Joseph Myers2018-03-162-24/+24
* Add support for sqrt asm redirectsWilco Dijkstra2018-03-152-0/+2
* hurd: add gscope supportSamuel Thibault2018-03-111-0/+1
* Fix i386 fenv_private.h float128 for 32-bit --with-fpmath=sse (bug 22902).Joseph Myers2018-02-281-0/+6
* Remove mplog and mpexpWilco Dijkstra2018-02-152-2/+0
* Remove slow paths from expSzabolcs Nagy2018-02-121-1/+0
* Remove slow paths from powWilco Dijkstra2018-02-122-2/+0
* Add narrowing add functions.Joseph Myers2018-02-101-0/+41
* Add build infrastructure for narrowing libm functions.Joseph Myers2018-02-091-0/+2
* i386: Use __glibc_likely/__glibc_likely in dl-machine.hH.J. Lu2018-02-051-12/+12
* Revert Intel CET changes to __jmp_buf_tag (Bug 22743)Carlos O'Donell2018-01-252-5/+0
* i386: Regenerate libm-test-ulps for for gcc 7 on i686Samuel Thibault2018-01-061-12/+12
* hurd: Fix build without NO_HIDDENSamuel Thibault2018-01-061-0/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01288-288/+288
* Revert exp reimplementation (causes test failures).Joseph Myers2017-12-191-0/+1
* Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty2017-12-191-1/+0
* x86: Add feature_1 to tcbhead_t [BZ #22563]H.J. Lu2017-12-192-0/+5
* Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu2017-12-152-0/+56
* Add _Float32 function aliases.Joseph Myers2017-12-072-4/+10
* Add _Float64, _Float32x function aliases.Joseph Myers2017-12-062-16/+18
* Use libm_alias_float for i386.Joseph Myers2017-11-2929-29/+63
* Use libm_alias_double for i386.Joseph Myers2017-11-2822-26/+44
* 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