summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm/generic
Commit message (Expand)AuthorAgeFilesLines
* libc: arm: add optimized memchr implementationYingshiuan Pan2015-10-312-0/+156
* Replace bx lr with update of pc from the stack.Christopher Ferris2015-10-293-10/+5
* Use unified syntax to compile with both llvm and gcc.Chih-Hung Hsieh2015-05-154-56/+64
* Clean up <stdlib.h> slightly.Elliott Hughes2015-01-261-1/+3
* Move the generic arm memcmp.S into the generic directory.Elliott Hughes2014-12-152-0/+344
* Fix generic __memcpy_chk implementation.Christopher Ferris2014-10-171-34/+40
* Add stpcpy assembler version.Christopher Ferris2014-09-301-0/+1
* denver: optimize memmoveShu Zhang2014-05-201-0/+1
* More OpenBSD cleanup (primarily string).Elliott Hughes2014-02-241-1/+1
* Unify our assembler macros.Elliott Hughes2014-02-204-6/+6
* Reconfig libc's Android.mk to build for multilibYing Wang2014-02-121-8/+9
* Clean up some ARMv4/ARMv5 cruft.Elliott Hughes2013-12-134-15/+13
* 'Avoid confusing "read prevented write" log messages' 2.Elliott Hughes2013-10-152-2/+2
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-092-2/+2
* Make error messages even better!Nick Kralevich2013-10-042-2/+2
* Create optimized __strcpy_chk/__strcat_chk.Christopher Ferris2013-08-151-0/+2
* Optimize __memset_chk, __memcpy_chk. DO NOT MERGE.Christopher Ferris2013-08-142-0/+48
* Fix strcpy.c that should have been strcpy.S. DO NOT MERGEChristopher Ferris2013-08-081-1/+1
* Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGEChristopher Ferris2013-08-082-0/+135
* Fix assembler errors in generic arm strlen.c.Christopher Ferris2013-07-161-4/+13
* Add new optimized strlen for arm.Christopher Ferris2013-07-162-0/+130
* Create arch specific versions of strcmp.Christopher Ferris2013-03-202-0/+318
* Break bionic implementations into arch versions.Christopher Ferris2013-03-123-0/+491