about summary refs log tree commit diff
path: root/sysdeps/i386/i686
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add optimized sinf and cosf routines for x86 and x86-64Liubov Dmitrieva2012-09-036-1/+1210
* Remove executable permissions checked in by accidentAndreas Jaeger2012-08-151-0/+0
* Fix segmentation fault in strncasecmp for i686Liubov Dmitrieva2012-08-151-1/+1
* Avoid DWARF definition DIE on ifunc symbolsH.J. Lu2012-08-091-3/+14
* Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}.Marek Polacek2012-08-023-17/+17
* Fix warnings in wcschr-c.cAndreas Jaeger2012-05-211-3/+9
* BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell2012-05-172-0/+2
* Add optimized expf for x86Liubov Dmitrieva2012-05-144-0/+364
* memset: also update copyright yearsMike Frysinger2012-04-081-1/+1
* memset: fix define usage for shared libsMike Frysinger2012-04-071-1/+1
* optimize the following memcpy: sysdeps/i386/i686/multiarch/memcpy-ssse3.SLiubov Dmitrieva2012-03-301-536/+1449
* Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu2012-03-201-1/+1
* Fix x86 strcasecmp_l (bug 13786).Joseph Myers2012-02-293-1/+6
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0989-267/+178
* Remove __ELF__ conditionalsMarek Polacek2012-02-071-4/+1
* Consistently use macros for x86 PIC thunks.Joseph Myers2012-02-0341-418/+93
* Fix wrong copying processing for last bytes in x86-32 wcscpyLiubov Dmitrieva2011-12-231-41/+21
* Fix overrun in strcpy destination buffer in x86-32/SSSE3 versionLiubov Dmitrieva2011-12-221-745/+516