aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/i686
AgeCommit message (Expand)AuthorFilesLines
2015-08-26Replace BZERO_P/PIC with USE_AS_BZERO/SHAREDH.J. Lu2-13/+8
2015-08-20Remove the unused IFUNC filesH.J. Lu1-4/+0
2015-08-20Move x86_64 init-arch.h to sysdeps/x86/init-arch.hH.J. Lu1-1/+0
2015-08-20Remove x86 init-arch.cH.J. Lu1-1/+0
2015-08-19Use x86-64 cacheinfo.c and sysconf.c for x86H.J. Lu2-7/+0
2015-08-13Update i686 multiarch functions for <cpu-features.h>H.J. Lu38-887/+356
2015-08-13Add _dl_x86_cpu_features to rtld_globalH.J. Lu4-8/+0
2015-08-04Properly terminate FDE in makecontext for ix86 (bug 18635)Andreas Schwab1-6/+0
2015-07-15i686: Mark stdlib/tst-makecontext as XFAIL.Stefan Liebler1-0/+6
2015-06-09Fix regcomp wcscoll, wcscmp namespace (bug 18497).Joseph Myers2-4/+7
2015-06-02Use libc_hidden_proto / libc_hidden_def with __strnlen.Joseph Myers1-1/+3
2015-04-15powerpc: Fix __wcschr static buildAdhemerval Zanella1-2/+8
2015-02-10Fix __memcpy_chk on non-SSE2 CPUsEvangelos Foutras1-2/+2
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers102-102/+102
2014-12-30i386: memcpy functions with SSE2 unaligned load/storeAndrew Senkevich13-3/+769
2014-12-10Fix strftime wcschr namespace (bug 17634).Joseph Myers2-3/+6
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar66-69/+69
2014-10-27Fix misdetected Slow_SSE4_2 cpu feature bit (bug 17501)Andreas Schwab3-6/+6
2014-07-03Always provide HP_SMALL_TIMING_AVAILRichard Henderson1-0/+1
2014-07-03Unify hp-timing implementationsRichard Henderson1-60/+1
2014-07-03Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overheadRichard Henderson3-50/+0
2014-07-03Removing HP_TIMING_ACCUM as unusedRichard Henderson1-31/+2
2014-07-03Removing HP_TIMING_ZERO as unusedRichard Henderson1-5/+0
2014-06-24x86: Consolidate unnecessary nptl/ subdirectories.Roland McGrath1-1/+1
2014-06-20Clean up stack-coloring macros.Roland McGrath2-31/+28
2014-06-18Fix __ieee754_logl (-LDBL_MAX) in FE_DOWNWARD mode (bug 17022).Joseph Myers1-1/+4
2014-06-12Move i386 code out of nptl/ subdirectory.Roland McGrath3-0/+86
2014-03-21Fix log (1) in round-downward mode (bug 16731).Joseph Myers1-1/+7
2014-01-09Fix a thinko/typo in i686's memmove (aka __memmove_ia32).Yuriy Kaminskiy1-2/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae99-99/+99
2013-12-18Remove use of SSE4.2 functions for strstr on i686Andreas Schwab6-49/+2
2013-09-20Make __ffs hiddenAndreas Schwab1-0/+1
2013-09-04Remove --disable-versioning.Joseph Myers1-1/+1
2013-08-27Fix handling LC_CTYPE nonascii-case fallback in i686 SSE4.2 and SSSE3 strcase...Andreas Schwab2-0/+24
2013-08-21Fix typos.Ondřej Bílka7-11/+11
2013-08-21i686: Skip SSE4_2 version for strcmp, strncmp, strncase, strcasecmpLiubov Dmitrieva3-0/+12
2013-07-02Enable static 32-bit SSE4.2 strcasecmp/strncasecmpH.J. Lu2-6/+0
2013-02-21Remove remaining bounded-pointers support from i386 .S files.Joseph Myers10-78/+62
2013-02-19Remove some bounded-pointers support from i386 .S files.Joseph Myers8-85/+6
2013-02-15Remove bounded-pointers build system support.Joseph Myers1-2/+0
2013-01-05Change __x86_64 prefix in cache size to __x86H.J. Lu1-9/+0
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers99-99/+99
2012-10-11Add i686 __libc_ifunc_impl_listH.J. Lu42-0/+396
2012-09-25Add optimized sincosf for SSE2 for x86 and x86-64Liubov Dmitrieva3-1/+617
2012-09-10Fix x86 SSE cosf, sinf issuesLiubov Dmitrieva2-55/+40
2012-09-03Add optimized sinf and cosf routines for x86 and x86-64Liubov Dmitrieva6-1/+1210
2012-08-15Remove executable permissions checked in by accidentAndreas Jaeger1-0/+0
2012-08-15Fix segmentation fault in strncasecmp for i686Liubov Dmitrieva1-1/+1
2012-08-09Avoid DWARF definition DIE on ifunc symbolsH.J. Lu1-3/+14
2012-08-02Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}.Marek Polacek3-17/+17