about summary refs log tree commit diff
path: root/sysdeps/i386/i686
Commit message (Expand)AuthorAgeFilesLines
* Detect and select i586/i686 implementation at run-time fedora/masterH.J. Lu2015-08-271-0/+19
* Add i386 memset and memcpy assembly functionsH.J. Lu2015-08-274-136/+0
* Remove i486 subdirectoryH.J. Lu2015-08-271-4/+0
* Move i486/strcat.S to strcat.SH.J. Lu2015-08-271-1/+1
* Move i486/pthread_spin_trylock.S to pthread_spin_trylock.SH.J. Lu2015-08-271-1/+1
* Replace BZERO_P/PIC with USE_AS_BZERO/SHAREDH.J. Lu2015-08-262-13/+8
* 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
* Use x86-64 cacheinfo.c and sysconf.c for x86H.J. Lu2015-08-192-7/+0
* 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-134-8/+0
* 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
* 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
* powerpc: Fix __wcschr static buildAdhemerval Zanella2015-04-151-2/+8
* Fix __memcpy_chk on non-SSE2 CPUsEvangelos Foutras2015-02-101-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-02102-102/+102
* i386: memcpy functions with SSE2 unaligned load/storeAndrew Senkevich2014-12-3013-3/+769
* Fix strftime wcschr namespace (bug 17634).Joseph Myers2014-12-102-3/+6
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-2466-69/+69
* Fix misdetected Slow_SSE4_2 cpu feature bit (bug 17501)Andreas Schwab2014-10-273-6/+6
* Always provide HP_SMALL_TIMING_AVAILRichard Henderson2014-07-031-0/+1
* Unify hp-timing implementationsRichard Henderson2014-07-031-60/+1
* Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overheadRichard Henderson2014-07-033-50/+0
* Removing HP_TIMING_ACCUM as unusedRichard Henderson2014-07-031-31/+2
* Removing HP_TIMING_ZERO as unusedRichard Henderson2014-07-031-5/+0
* x86: Consolidate unnecessary nptl/ subdirectories.Roland McGrath2014-06-241-1/+1
* Clean up stack-coloring macros.Roland McGrath2014-06-202-31/+28
* Fix __ieee754_logl (-LDBL_MAX) in FE_DOWNWARD mode (bug 17022).Joseph Myers2014-06-181-1/+4
* Move i386 code out of nptl/ subdirectory.Roland McGrath2014-06-123-0/+86
* Fix log (1) in round-downward mode (bug 16731).Joseph Myers2014-03-211-1/+7
* Fix a thinko/typo in i686's memmove (aka __memmove_ia32).Yuriy Kaminskiy2014-01-091-2/+2
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0199-99/+99
* Remove use of SSE4.2 functions for strstr on i686Andreas Schwab2013-12-186-49/+2
* Make __ffs hiddenAndreas Schwab2013-09-201-0/+1
* Remove --disable-versioning.Joseph Myers2013-09-041-1/+1
* Fix handling LC_CTYPE nonascii-case fallback in i686 SSE4.2 and SSSE3 strcase...Andreas Schwab2013-08-272-0/+24
* Fix typos.Ondřej Bílka2013-08-217-11/+11
* i686: Skip SSE4_2 version for strcmp, strncmp, strncase, strcasecmpLiubov Dmitrieva2013-08-213-0/+12
* Enable static 32-bit SSE4.2 strcasecmp/strncasecmpH.J. Lu2013-07-022-6/+0
* Remove remaining bounded-pointers support from i386 .S files.Joseph Myers2013-02-2110-78/+62
* Remove some bounded-pointers support from i386 .S files.Joseph Myers2013-02-198-85/+6
* Remove bounded-pointers build system support.Joseph Myers2013-02-151-2/+0
* Change __x86_64 prefix in cache size to __x86H.J. Lu2013-01-051-9/+0
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0299-99/+99
* Add i686 __libc_ifunc_impl_listH.J. Lu2012-10-1142-0/+396
* Add optimized sincosf for SSE2 for x86 and x86-64Liubov Dmitrieva2012-09-253-1/+617
* Fix x86 SSE cosf, sinf issuesLiubov Dmitrieva2012-09-102-55/+40