summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm/cortex-a15
Commit message (Expand)AuthorAgeFilesLines
* libc: arm: add optimized memchr implementationYingshiuan Pan2015-10-311-0/+1
* Fix over read in strcpy/stpcpy/strcat.Christopher Ferris2015-10-292-14/+28
* Make all labels local.Christopher Ferris2015-10-292-176/+176
* Add optimized cortex-a7/cortex-a53 memset/memcpy.Christopher Ferris2015-10-297-428/+529
* Use assembly memmove for all arm32 processors.Christopher Ferris2015-04-081-3/+5
* Clean up <stdlib.h> slightly.Elliott Hughes2015-01-261-1/+3
* Move the generic arm memcmp.S into the generic directory.Elliott Hughes2014-12-151-0/+1
* Add stpcpy assembler version.Christopher Ferris2014-09-304-431/+549
* Cleanup arm assembly.Christopher Ferris2014-09-297-122/+110
* denver: optimize memmoveShu Zhang2014-05-201-0/+1
* Unify our assembler macros.Elliott Hughes2014-02-208-12/+12
* Reconfig libc's Android.mk to build for multilibYing Wang2014-02-121-10/+9
* Merge commit '811b0cdb2d6e4a697dbc63a678712759dd0db242' into HEADThe Android Open Source Project2013-11-221-2/+4
|\
| * am a85606e1: am c100a100: Merge "\'Avoid confusing "read prevented write" log...Elliott Hughes2013-10-154-4/+4
| |\
| * \ am ac6bc319: Remove new aligned memcpy path for cortex-a15.Christopher Ferris2013-10-151-2/+4
| |\ \
| | * | Remove new aligned memcpy path for cortex-a15.Christopher Ferris2013-10-151-2/+4
| | * | __memcpy_chk: Fix signed cmp of unsigned values.Christopher Ferris2013-09-103-3/+3
| | * | Fix all debug directives.Christopher Ferris2013-08-285-78/+122
| | * | Update all debug directives.Christopher Ferris2013-08-205-1/+26
| | * | Create optimized __strcpy_chk/__strcat_chk.Christopher Ferris2013-08-146-284/+748
| | * | Optimize __memset_chk, __memcpy_chk.Christopher Ferris2013-08-062-3/+51
| | * | Optimize strcat/strcpy, small tweaks to strlen.Christopher Ferris2013-08-024-33/+1068
| | * | Add new optimized strlen for arm.Christopher Ferris2013-07-152-0/+152
| | * | Rewrite memset for cortexa15 to use strd.Christopher Ferris2013-04-081-51/+109
| | * | Add missing branch in memcpy.S dst aligned case.Christopher Ferris2013-04-021-3/+2
| | * | Update to latest cortexa15 memcpy code.Christopher Ferris2013-03-301-67/+246
| | * | Create arch specific versions of strcmp.Christopher Ferris2013-03-122-0/+378
| | * | Break bionic implementations into arch versions.Christopher Ferris2013-02-263-0/+256
| | /
* | | Add .cfi_startproc/.cfi_endproc to ENTRY/END.Christopher Ferris2013-11-196-34/+0
| |/ |/|
* | 'Avoid confusing "read prevented write" log messages' 2.Elliott Hughes2013-10-154-4/+4
|/
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-094-4/+4
* Make error messages even better!Nick Kralevich2013-10-044-4/+4
* Remove the __ARM_FEATURE_DSP check.Christopher Ferris2013-10-021-11/+0
* libc: don't export unnecessary symbolsNick Kralevich2013-10-024-5/+5
* __memcpy_chk: Fix signed cmp of unsigned values.Christopher Ferris2013-09-203-3/+3
* Fix all debug directives.Christopher Ferris2013-09-205-78/+122
* Update all debug directives.Christopher Ferris2013-09-205-1/+26
* Create optimized __strcpy_chk/__strcat_chk.Christopher Ferris2013-08-156-284/+748
* Optimize __memset_chk, __memcpy_chk. DO NOT MERGE.Christopher Ferris2013-08-142-3/+51
* Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGEChristopher Ferris2013-08-084-33/+1068
* Add new optimized strlen for arm.Christopher Ferris2013-07-162-0/+152
* Rewrite memset for cortexa15 to use strd.Christopher Ferris2013-04-121-51/+109
* 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
* Create arch specific versions of strcmp.Christopher Ferris2013-03-202-0/+378
* Break bionic implementations into arch versions.Christopher Ferris2013-03-123-0/+256