about summary refs log tree commit diff
path: root/sysdeps/i386
Commit message (Expand)AuthorAgeFilesLines
* Detect and select i586/i686 implementation at run-time fedora/masterH.J. Lu2015-08-273-0/+57
* Add i386 memset and memcpy assembly functionsH.J. Lu2015-08-2715-198/+208
* Remove i486 subdirectoryH.J. Lu2015-08-272-6/+0
* Move i486/strlen.S to strlen.SH.J. Lu2015-08-271-0/+0
* Move i486/strcat.S to strcat.SH.J. Lu2015-08-272-1/+1
* Move i486/pthread_spin_trylock.S to pthread_spin_trylock.SH.J. Lu2015-08-273-2/+1
* Move i486/string-inlines.c to string-inlines.cH.J. Lu2015-08-272-204/+16
* Move i486/htonl.S to htonl.SH.J. Lu2015-08-272-38/+2
* Move i486/bits/atomic.h to bits/atomic.hH.J. Lu2015-08-271-0/+0
* Remove sysdeps/i386/i486/VersionsH.J. Lu2015-08-271-13/+0
* Replace BZERO_P/PIC with USE_AS_BZERO/SHAREDH.J. Lu2015-08-264-24/+20
* Replace MEMPCPY_P/PIC with USE_AS_MEMPCPY/SHAREDH.J. Lu2015-08-262-8/+4
* Don't disable SSE in x86-64 ld.soH.J. Lu2015-08-262-0/+117
* Remove the unused IFUNC filesH.J. Lu2015-08-201-4/+0
* Move x86_64 init-arch.h to sysdeps/x86/init-arch.hH.J. Lu2015-08-201-1/+0
* Remove x86 init-arch.cH.J. Lu2015-08-201-1/+0
* Fix csqrt missing underflows (bug 18370).Joseph Myers2015-08-191-0/+4
* Use x86-64 cacheinfo.c and sysconf.c for x86H.J. Lu2015-08-193-4/+4
* Fix BZ #18084 -- backtrace (..., 0) dumps core on x86.Paul Pluzhnikov2015-08-151-2/+5
* Add more random libm-test inputs.Joseph Myers2015-08-131-43/+77
* Fix tanh missing underflows (bug 16520).Joseph Myers2015-08-131-0/+4
* Update i686 multiarch functions for <cpu-features.h>H.J. Lu2015-08-1338-887/+356
* Add _dl_x86_cpu_features to rtld_globalH.J. Lu2015-08-137-8/+20
* Add more tests of various libm functions.Joseph Myers2015-08-111-36/+94
* Fix ldbl-128ibm tanhl inaccuracy (bug 18790).Joseph Myers2015-08-101-1/+1
* Fix ldbl-128ibm sinhl inaccuracy near 0 (bug 18789).Joseph Myers2015-08-101-0/+2
* Add a missing break in tst-auditmod3b.cH.J. Lu2015-08-091-0/+1
* Fix sinh missing underflows (bug 16519).Joseph Myers2015-08-061-0/+6
* Properly terminate FDE in makecontext for ix86 (bug 18635)Andreas Schwab2015-08-041-6/+0
* i686: Mark stdlib/tst-makecontext as XFAIL.Stefan Liebler2015-07-151-0/+6
* Preserve bound registers for pointer pass/returnIgor Zamyatin2015-07-094-0/+65
* Add and use sysdeps/i386/link-defines.symH.J. Lu2015-07-073-15/+43
* Add a testcase for i386 LD_AUDITH.J. Lu2015-07-075-0/+287
* Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel2015-06-301-1/+1
* Improve tgamma accuracy (bug 18613).Joseph Myers2015-06-291-6/+30
* Use round-to-nearest internally in jn, test with ALL_RM_TEST (bug 18602).Joseph Myers2015-06-251-0/+24
* Fix cexp, ccos, ccosh, csin, csinh spurious underflows (bug 18594).Joseph Myers2015-06-241-0/+52
* Fix atomic_full_barrier on x86 and x86_64.Torvald Riegel2015-06-231-0/+7
* Fix csqrt spurious underflows (bug 18371).Joseph Myers2015-06-231-0/+2
* Fix expm1 missing underflows (bug 16353).Joseph Myers2015-06-222-0/+44
* Fix x86_64 / x86 expm1l (-min_subnorm) result sign (bug 18569).Joseph Myers2015-06-211-0/+6
* Fix x86 / x86_64 expl, exp10l missing underflows (bug 16361).Joseph Myers2015-06-211-1/+15
* Fix asinh missing underflows (bug 16350).Joseph Myers2015-06-183-3/+26
* Fix regcomp wcscoll, wcscmp namespace (bug 18497).Joseph Myers2015-06-092-4/+7
* Use libc_hidden_proto / libc_hidden_def with __strnlen.Joseph Myers2015-06-021-1/+3
* Fix i386 atanhl spurious underflows (bug 18049).Joseph Myers2015-05-191-0/+10
* Fix atanhl missing underflows (bug 16352).Joseph Myers2015-05-152-2/+38
* Fix log1p missing underflows (bug 16339).Joseph Myers2015-05-142-2/+52
* Add more tests of csqrt, lgamma, log10, sinh.Joseph Myers2015-05-081-10/+10
* Add more tests of acosh, atanh, cos, csqrt, erfc, sin, sincos.Joseph Myers2015-05-061-8/+8