aboutsummaryrefslogtreecommitdiff
path: root/libc/arch-x86/silvermont/string
Commit message (Expand)AuthorAgeFilesLines
* x86: Switch get_pc_thunk to comdatRyan Prichard2020-04-201-9/+0
* Change memcpy ifunc to return memmove for x86Haibo Huang2018-11-131-8/+0
* Use ifunc to dynamically dispatch libc routines for x86Haibo Huang2018-11-137-11/+11
* Make memcpy memmoveHaibo Huang2018-06-112-308/+8
* Clean up 32-bit x86 memset assembler.Elliott Hughes2016-08-011-232/+178
* Fix x86 __memset_chk.Lev Rumyantsev2016-08-011-2/+4
* Fix x86 __memset_chk.Elliott Hughes2016-03-241-4/+6
* Add x86 __memset_chk assembler.Elliott Hughes2016-03-031-33/+17
* Clean up bcopy cruft.Elliott Hughes2016-03-032-43/+3
* Remove optimized code for bzero, which was removed from POSIX in 2008.Elliott Hughes2016-03-022-51/+4
* Fix cfi directives for memmove/strlcpy.Christopher Ferris2016-02-171-0/+3
* Regenerate the bionic NOTICE files.Elliott Hughes2014-07-071-1/+2
* Fix for slm-tuned memmove (both 32- and 64-bit).Varvara Rainchik2014-06-051-233/+102
* Add 32-bit Silvermont-optimized string/memory functions.Varvara Rainchik2014-05-1213-0/+5820