about summary refs log tree commit diff
path: root/sysdeps/x86_64/memchr.S
Commit message (Expand)AuthorAgeFilesLines
* Implemented bound check support for string/memory routines for x86_64. ldmitrie/intel_mpxLiubov Dmitrieva2013-10-231-10/+68
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Improve 64 bit memchr, memrchr, rawmemchr with SSE2Liubov Dmitrieva2011-10-071-36/+280
* Fix x86-64 memchr for large lengths.Jakub Jelinek2009-06-161-3/+3
* * sysdeps/x86_64/memchr.S: Handle invalid buffer pointers whenUlrich Drepper2009-05-091-0/+2
* * sysdeps/x86_64/rawmemchr.S: New file.Ulrich Drepper2009-04-101-2/+1
* * string/stratcliff.c (do_test): Add memchr tests..Ulrich Drepper2009-04-071-4/+4
* * sysdeps/x86_64/memchr.S: New file.Ulrich Drepper2009-04-071-0/+67