summaryrefslogtreecommitdiff
path: root/sysdeps/i386/i686
AgeCommit message (Expand)Author
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-20i386: move ULPs to i686/multiarch and regenerate new ones for i386Aurelien Jarno
2015-11-05Fix i386/x86_64 log* (1) zero sign for -ffinite-math-only (bug 19213).Joseph Myers
2015-10-19Convert 231 sysdeps function definitions to prototype style.Joseph Myers
2015-10-15Remove assembler -mtune=i686 configure test.Joseph Myers
2015-10-08Remove configure tests for AVX support.Joseph Myers
2015-10-06Remove configure tests for SSE4 support.Joseph Myers
2015-09-18Avoid excess range in results from i386 exp, hypot, pow functions (bug 18980).Joseph Myers
2015-08-27Detect and select i586/i686 implementation at run-timeH.J. Lu
2015-08-27Add i386 memset and memcpy assembly functionsH.J. Lu
2015-08-27Remove i486 subdirectoryH.J. Lu
2015-08-27Move i486/strcat.S to strcat.SH.J. Lu
2015-08-27Move i486/pthread_spin_trylock.S to pthread_spin_trylock.SH.J. Lu
2015-08-26Replace BZERO_P/PIC with USE_AS_BZERO/SHAREDH.J. Lu
2015-08-20Remove the unused IFUNC filesH.J. Lu
2015-08-20Move x86_64 init-arch.h to sysdeps/x86/init-arch.hH.J. Lu
2015-08-20Remove x86 init-arch.cH.J. Lu
2015-08-19Use x86-64 cacheinfo.c and sysconf.c for x86H.J. Lu
2015-08-13Update i686 multiarch functions for <cpu-features.h>H.J. Lu
2015-08-13Add _dl_x86_cpu_features to rtld_globalH.J. Lu
2015-08-04Properly terminate FDE in makecontext for ix86 (bug 18635)Andreas Schwab
2015-07-15i686: Mark stdlib/tst-makecontext as XFAIL.Stefan Liebler
2015-06-09Fix regcomp wcscoll, wcscmp namespace (bug 18497).Joseph Myers
2015-06-02Use libc_hidden_proto / libc_hidden_def with __strnlen.Joseph Myers
2015-04-15powerpc: Fix __wcschr static buildAdhemerval Zanella
2015-02-10Fix __memcpy_chk on non-SSE2 CPUsEvangelos Foutras
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-30i386: memcpy functions with SSE2 unaligned load/storeAndrew Senkevich
2014-12-10Fix strftime wcschr namespace (bug 17634).Joseph Myers
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-10-27Fix misdetected Slow_SSE4_2 cpu feature bit (bug 17501)Andreas Schwab
2014-07-03Always provide HP_SMALL_TIMING_AVAILRichard Henderson
2014-07-03Unify hp-timing implementationsRichard Henderson
2014-07-03Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overheadRichard Henderson
2014-07-03Removing HP_TIMING_ACCUM as unusedRichard Henderson
2014-07-03Removing HP_TIMING_ZERO as unusedRichard Henderson
2014-06-24x86: Consolidate unnecessary nptl/ subdirectories.Roland McGrath
2014-06-20Clean up stack-coloring macros.Roland McGrath
2014-06-18Fix __ieee754_logl (-LDBL_MAX) in FE_DOWNWARD mode (bug 17022).Joseph Myers
2014-06-12Move i386 code out of nptl/ subdirectory.Roland McGrath
2014-03-21Fix log (1) in round-downward mode (bug 16731).Joseph Myers
2014-01-09Fix a thinko/typo in i686's memmove (aka __memmove_ia32).Yuriy Kaminskiy
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-18Remove use of SSE4.2 functions for strstr on i686Andreas Schwab
2013-09-20Make __ffs hiddenAndreas Schwab
2013-09-04Remove --disable-versioning.Joseph Myers
2013-08-27Fix handling LC_CTYPE nonascii-case fallback in i686 SSE4.2 and SSSE3 strcase...Andreas Schwab
2013-08-21Fix typos.Ondřej Bílka
2013-08-21i686: Skip SSE4_2 version for strcmp, strncmp, strncase, strcasecmpLiubov Dmitrieva
2013-07-02Enable static 32-bit SSE4.2 strcasecmp/strncasecmpH.J. Lu