platform_bionic/libc/arch-arm
Varvara Rainchik 5a92284167 Add 32-bit Silvermont-optimized string/memory functions.
Add following functions:
bcopy, memcpy, memmove, memset, bzero, memcmp, wmemcmp, strlen,
strcpy, strncpy, stpcpy, stpncpy.
Create new directories inside arch-x86 to specify architecture: atom,
silvermont and generic (non atom or silvermont architectures are treated like generic).
Due to introducing optimized versions of stpcpy and stpncpy,
c-implementations of these functions are moved from
common for architectures makefile to arm and mips specific makefiles.

Change-Id: I990f8061c3e9bca1f154119303da9e781c5d086e
Signed-off-by: Varvara Rainchik <varvara.rainchik@intel.com>
2014-05-12 13:56:59 -07:00
..
bionic Hide the __bionic_clone and __bionic_clone_entry implementation details. 2014-05-08 19:00:23 -07:00
cortex-a7 libc/arm: add cortex-a7 cpu variant 2013-03-23 01:38:22 -07:00
cortex-a8 libc/arm: add cortex-a8 cpu variant 2013-05-15 20:13:28 -07:00
cortex-a9 Unify our assembler macros. 2014-02-20 13:51:26 -08:00
cortex-a15 Unify our assembler macros. 2014-02-20 13:51:26 -08:00
denver add 32-bit bionic implementation for denver arch 2014-03-26 13:57:01 +08:00
generic More OpenBSD cleanup (primarily string). 2014-02-24 18:02:05 -08:00
include/machine Clean up <machine/ieee.h>. 2014-04-16 16:31:17 -07:00
krait Unify our assembler macros. 2014-02-20 13:51:26 -08:00
syscalls Implement _Exit(3). 2014-04-08 17:16:13 -07:00
arm.mk Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00