summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm/cortex-a15/bionic/memcpy.S
Commit message (Expand)AuthorAgeFilesLines
* Add optimized cortex-a7/cortex-a53 memset/memcpy.Christopher Ferris2015-10-291-75/+4
* Cleanup arm assembly.Christopher Ferris2014-09-291-2/+0
* Unify our assembler macros.Elliott Hughes2014-02-201-2/+2
* Add .cfi_startproc/.cfi_endproc to ENTRY/END.Christopher Ferris2013-11-191-7/+0
* 'Avoid confusing "read prevented write" log messages' 2.Elliott Hughes2013-10-151-1/+1
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-091-1/+1
* Make error messages even better!Nick Kralevich2013-10-041-1/+1
* libc: don't export unnecessary symbolsNick Kralevich2013-10-021-1/+1
* __memcpy_chk: Fix signed cmp of unsigned values.Christopher Ferris2013-09-201-1/+1
* Fix all debug directives.Christopher Ferris2013-09-201-7/+8
* Update all debug directives.Christopher Ferris2013-09-201-0/+5
* Create optimized __strcpy_chk/__strcat_chk.Christopher Ferris2013-08-151-262/+19
* Optimize __memset_chk, __memcpy_chk. DO NOT MERGE.Christopher Ferris2013-08-141-0/+25
* Add missing branch in memcpy.S dst aligned case.Christopher Ferris2013-04-101-3/+2
* Update to latest cortexa15 memcpy code.Christopher Ferris2013-04-081-67/+246
* Break bionic implementations into arch versions.Christopher Ferris2013-03-121-0/+146