about summary refs log tree commit diff
path: root/sysdeps/i386
Commit message (Expand)AuthorAgeFilesLines
* Add i386 wcschr/wcsrchr multiarch functionsH.J. Lu2015-08-2711-82/+115
* Add i386 strspn multiarch functionsH.J. Lu2015-08-277-73/+64
* Add i386 strlen family multiarch functionsH.J. Lu2015-08-2720-98/+211
* Add i386 strrchr multiarch functionsH.J. Lu2015-08-278-61/+73
* Add i386 strcspn family multiarch functionsH.J. Lu2015-08-2713-99/+137
* Add i386 strchr multiarch functionsH.J. Lu2015-08-2715-62/+134
* Add i386 strcat multiarch functionsH.J. Lu2015-08-2714-107/+123
* Add i386 strcmp family multiarch functionsH.J. Lu2015-08-2735-198/+389
* Add i386 strcpy family multiarch functionsH.J. Lu2015-08-2733-155/+360
* Add i386 s_fma family multiarch functionsH.J. Lu2015-08-276-12/+12
* Add i386 sched_cpucount multiarch functionsH.J. Lu2015-08-271-0/+0
* Add i386 rawmemchr multiarch functionsH.J. Lu2015-08-277-11/+31
* Add i386 memrchr multiarch functionsH.J. Lu2015-08-278-13/+11
* Add i386 memcmp multiarch functionsH.J. Lu2015-08-2714-66/+129
* Add i386 memchr multiarch functionsH.J. Lu2015-08-276-14/+14
* Add i386 memcpy family multiarch functionsH.J. Lu2015-08-2767-517/+962
* Add i386 memset family multiarch functionsH.J. Lu2015-08-2737-232/+355
* 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