about summary refs log tree commit diff
path: root/sysdeps/x86_64/strcmp.S
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* x86: Add support to build strcmp/strlen/strchr with explicit ISA levelNoah Goldstein2022-07-161-2/+11
* x86: Move strcmp SSE2 implementation to multiarch/strcmp-sse2.SNoah Goldstein2022-07-131-2144/+3
* x86: Remove str{n}{case}cmp-ssse3Noah Goldstein2022-04-141-125/+30
* x86: Optimize str{n}casecmp TOLOWER logic in strcmp.SNoah Goldstein2022-03-251-35/+29
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* x86-64: Replace movzx with movzblFangrui Song2021-11-021-2/+2
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-3/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* x86-64 strncmp family: Properly handle the length parameter [BZ# 24097]H.J. Lu2019-01-211-3/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* x86_64: Use _CET_NOTRACK in strcmp.SH.J. Lu2018-07-181-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Use SSE2 optimized strcmp in x86-64 ld.soH.J. Lu2015-08-251-253/+216
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-241-6/+6
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* BZ#11120: fix x86_64/strcmp.S NOT_IN_libc safeguardsDmitry V. Levin2013-03-221-3/+3
* Remove bounded-pointers handling from x86_64 assembly sources.Joseph Myers2013-02-171-5/+3
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-2/+1
* Load pointers into R*_LP in strcmp.SH.J. Lu2012-05-151-6/+6
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Fix test of non-ASCII locales in x86-64 strcasecmp et.al.Ulrich Drepper2011-11-011-3/+3
* Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strn{,case}cmpUlrich Drepper2010-10-031-16/+16
* Fix limit detection in x86-64 SSE2 strncasecmp.Ulrich Drepper2010-09-201-1/+1
* Use correct register for fourth parameter of x86-64 strncasecmp_l.Ulrich Drepper2010-08-151-3/+3
* Undo inccorect change.Ulrich Drepper2010-08-151-1/+1
* Add optimized strncasecmp versions for x86-64.Ulrich Drepper2010-08-141-59/+110
* Fix x86-64 build without multiarch.Ulrich Drepper2010-08-141-1/+0
* Add support for SSSE3 and SSE4.2 versions of strcasecmp on x86-64.Ulrich Drepper2010-07-311-2/+11
* Implement optimized strcaecmp for x86-64.Ulrich Drepper2010-07-301-1/+135
* Prevent silent errors should x86-64 strncmp be needed outside libc.Ulrich Drepper2010-01-141-204/+211
* Add SSSE3-optimized implementation of str{,n}cmp for x86-64.Ulrich Drepper2009-08-071-43/+168
* Add SSE2 support to str{,n}cmp for x86-64.H.J. Lu2009-07-261-5/+1943
* * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Use functionallyUlrich Drepper2005-03-311-2/+2
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-2/+2
* 2.5-18.1Jakub Jelinek2007-07-121-2/+2
* Update.Ulrich Drepper2003-04-291-1/+2
* Update.Andreas Jaeger2002-08-311-0/+44