about summary refs log tree commit diff
path: root/sysdeps/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix i686 memchr for large input sizesAdhemerval Zanella2017-01-022-3/+15
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01249-249/+249
* Fix typos in the spelling of "implementation"Dmitry V. Levin2016-12-271-1/+1
* Compile the dynamic linker without stack protection [BZ #7065]Nick Alcock2016-12-261-1/+1
* Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947).Joseph Myers2016-12-154-15/+111
* Fix x86_64/x86 powl handling of sNaN arguments (bug 20916).Joseph Myers2016-12-061-5/+24
* Remove cached PID/TID in cloneAdhemerval Zanella2016-11-241-1/+0
* Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers2016-11-042-0/+2
* Check IFUNC definition in unrelocated shared library [BZ #20019]H.J. Lu2016-10-281-1/+17
* Installed-header hygiene (BZ#20366): stack_t.Zack Weinberg2016-09-231-0/+6
* Remove remnants of .og patternsFlorian Weimer2016-09-201-2/+0
* Add femode_t functions.Joseph Myers2016-09-072-0/+86
* Remove unneeded stubs for k_rem_pio2l.Paul E. Murphy2016-09-011-3/+0
* Add fesetexcept.Joseph Myers2016-08-161-0/+31
* i386: Compile rtld-*.os with -mno-sse -mno-mmx -mfpmath=387H.J. Lu2016-07-181-2/+5
* Regenerate i686 libm-test-ulps with GCC 6.1 at -O3 [BZ #20347]H.J. Lu2016-07-131-2/+2
* i686/multiarch: Regenerate ulpsAurelien Jarno2016-06-301-8/+8
* Avoid "inexact" exceptions in i386/x86_64 trunc functions (bug 15479).Joseph Myers2016-06-273-18/+21
* Avoid "inexact" exceptions in i386/x86_64 floor functions (bug 15479).Joseph Myers2016-06-273-18/+23
* Avoid "inexact" exceptions in i386/x86_64 ceil functions (bug 15479).Joseph Myers2016-06-273-18/+23
* Fix i386/x86_64 scalbl with sNaN input (bug 20296).Joseph Myers2016-06-231-13/+3
* Simplify x86 nearbyint functions.Joseph Myers2016-06-223-12/+0