summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm/cortex-a15/bionic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add stpcpy assembler version.Christopher Ferris2014-09-303-429/+546
* Cleanup arm assembly.Christopher Ferris2014-09-297-122/+110
* Unify our assembler macros.Elliott Hughes2014-02-208-12/+12
* 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-145-284/+746
| | * | Optimize __memset_chk, __memcpy_chk.Christopher Ferris2013-08-062-3/+51
| | * | Optimize strcat/strcpy, small tweaks to strlen.Christopher Ferris2013-08-023-33/+1066
| | * | Add new optimized strlen for arm.Christopher Ferris2013-07-151-0/+151
| | * | 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-121-0/+377
| | * | Break bionic implementations into arch versions.Christopher Ferris2013-02-262-0/+252
| | /
* | | 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-155-284/+746
* 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-083-33/+1066
* Add new optimized strlen for arm.Christopher Ferris2013-07-161-0/+151
* 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-201-0/+377
* Break bionic implementations into arch versions.Christopher Ferris2013-03-122-0/+252