aboutsummaryrefslogtreecommitdiff
path: root/libc/arch-arm/cortex-a15/bionic/memcpy.S
AgeCommit message (Expand)Author
2018-11-26Arm32 dynamic function dispatchHaibo Huang
2018-11-19Revert "Arm32 dynamic function dispatch"Izabela Orlowska
2018-11-16Arm32 dynamic function dispatchHaibo Huang
2018-06-11Make memcpy memmoveHaibo Huang
2017-07-24Split our FORTIFY implementation into libc_fortifyGeorge Burgess IV
2017-05-24Fix assembler warnings.Christopher Ferris
2016-11-01Small cleanup of cortex-a15 code.Christopher Ferris
2015-08-17Add optimized cortex-a7/cortex-a53 memset/memcpy.Christopher Ferris
2014-09-29Cleanup arm assembly.Christopher Ferris
2014-02-20Unify our assembler macros.Elliott Hughes
2013-11-19Add .cfi_startproc/.cfi_endproc to ENTRY/END.Christopher Ferris
2013-10-15'Avoid confusing "read prevented write" log messages' 2.Elliott Hughes
2013-10-09Fix x86_64 build, clean up intermediate libraries.Elliott Hughes
2013-10-04Make error messages even better!Nick Kralevich
2013-10-02libc: don't export unnecessary symbolsNick Kralevich
2013-09-20__memcpy_chk: Fix signed cmp of unsigned values.Christopher Ferris
2013-09-20Fix all debug directives.Christopher Ferris
2013-09-20Update all debug directives.Christopher Ferris
2013-08-15Create optimized __strcpy_chk/__strcat_chk.Christopher Ferris
2013-08-14Optimize __memset_chk, __memcpy_chk. DO NOT MERGE.Christopher Ferris
2013-04-10Add missing branch in memcpy.S dst aligned case.Christopher Ferris
2013-04-08Update to latest cortexa15 memcpy code.Christopher Ferris
2013-03-12Break bionic implementations into arch versions.Christopher Ferris