index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
arch-arm
/
cortex-a15
Commit message (
Expand
)
Author
Age
Files
Lines
*
libc: arm: add optimized memchr implementation
Yingshiuan Pan
2015-10-31
1
-0
/
+1
*
Fix over read in strcpy/stpcpy/strcat.
Christopher Ferris
2015-10-29
2
-14
/
+28
*
Make all labels local.
Christopher Ferris
2015-10-29
2
-176
/
+176
*
Add optimized cortex-a7/cortex-a53 memset/memcpy.
Christopher Ferris
2015-10-29
7
-428
/
+529
*
Use assembly memmove for all arm32 processors.
Christopher Ferris
2015-04-08
1
-3
/
+5
*
Clean up <stdlib.h> slightly.
Elliott Hughes
2015-01-26
1
-1
/
+3
*
Move the generic arm memcmp.S into the generic directory.
Elliott Hughes
2014-12-15
1
-0
/
+1
*
Add stpcpy assembler version.
Christopher Ferris
2014-09-30
4
-431
/
+549
*
Cleanup arm assembly.
Christopher Ferris
2014-09-29
7
-122
/
+110
*
denver: optimize memmove
Shu Zhang
2014-05-20
1
-0
/
+1
*
Unify our assembler macros.
Elliott Hughes
2014-02-20
8
-12
/
+12
*
Reconfig libc's Android.mk to build for multilib
Ying Wang
2014-02-12
1
-10
/
+9
*
Merge commit '811b0cdb2d6e4a697dbc63a678712759dd0db242' into HEAD
The Android Open Source Project
2013-11-22
1
-2
/
+4
|
\
|
*
am a85606e1: am c100a100: Merge "\'Avoid confusing "read prevented write" log...
Elliott Hughes
2013-10-15
4
-4
/
+4
|
|
\
|
*
\
am ac6bc319: Remove new aligned memcpy path for cortex-a15.
Christopher Ferris
2013-10-15
1
-2
/
+4
|
|
\
\
|
|
*
|
Remove new aligned memcpy path for cortex-a15.
Christopher Ferris
2013-10-15
1
-2
/
+4
|
|
*
|
__memcpy_chk: Fix signed cmp of unsigned values.
Christopher Ferris
2013-09-10
3
-3
/
+3
|
|
*
|
Fix all debug directives.
Christopher Ferris
2013-08-28
5
-78
/
+122
|
|
*
|
Update all debug directives.
Christopher Ferris
2013-08-20
5
-1
/
+26
|
|
*
|
Create optimized __strcpy_chk/__strcat_chk.
Christopher Ferris
2013-08-14
6
-284
/
+748
|
|
*
|
Optimize __memset_chk, __memcpy_chk.
Christopher Ferris
2013-08-06
2
-3
/
+51
|
|
*
|
Optimize strcat/strcpy, small tweaks to strlen.
Christopher Ferris
2013-08-02
4
-33
/
+1068
|
|
*
|
Add new optimized strlen for arm.
Christopher Ferris
2013-07-15
2
-0
/
+152
|
|
*
|
Rewrite memset for cortexa15 to use strd.
Christopher Ferris
2013-04-08
1
-51
/
+109
|
|
*
|
Add missing branch in memcpy.S dst aligned case.
Christopher Ferris
2013-04-02
1
-3
/
+2
|
|
*
|
Update to latest cortexa15 memcpy code.
Christopher Ferris
2013-03-30
1
-67
/
+246
|
|
*
|
Create arch specific versions of strcmp.
Christopher Ferris
2013-03-12
2
-0
/
+378
|
|
*
|
Break bionic implementations into arch versions.
Christopher Ferris
2013-02-26
3
-0
/
+256
|
|
/
*
|
|
Add .cfi_startproc/.cfi_endproc to ENTRY/END.
Christopher Ferris
2013-11-19
6
-34
/
+0
|
|
/
|
/
|
*
|
'Avoid confusing "read prevented write" log messages' 2.
Elliott Hughes
2013-10-15
4
-4
/
+4
|
/
*
Fix x86_64 build, clean up intermediate libraries.
Elliott Hughes
2013-10-09
4
-4
/
+4
*
Make error messages even better!
Nick Kralevich
2013-10-04
4
-4
/
+4
*
Remove the __ARM_FEATURE_DSP check.
Christopher Ferris
2013-10-02
1
-11
/
+0
*
libc: don't export unnecessary symbols
Nick Kralevich
2013-10-02
4
-5
/
+5
*
__memcpy_chk: Fix signed cmp of unsigned values.
Christopher Ferris
2013-09-20
3
-3
/
+3
*
Fix all debug directives.
Christopher Ferris
2013-09-20
5
-78
/
+122
*
Update all debug directives.
Christopher Ferris
2013-09-20
5
-1
/
+26
*
Create optimized __strcpy_chk/__strcat_chk.
Christopher Ferris
2013-08-15
6
-284
/
+748
*
Optimize __memset_chk, __memcpy_chk. DO NOT MERGE.
Christopher Ferris
2013-08-14
2
-3
/
+51
*
Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGE
Christopher Ferris
2013-08-08
4
-33
/
+1068
*
Add new optimized strlen for arm.
Christopher Ferris
2013-07-16
2
-0
/
+152
*
Rewrite memset for cortexa15 to use strd.
Christopher Ferris
2013-04-12
1
-51
/
+109
*
Add missing branch in memcpy.S dst aligned case.
Christopher Ferris
2013-04-10
1
-3
/
+2
*
Update to latest cortexa15 memcpy code.
Christopher Ferris
2013-04-08
1
-67
/
+246
*
Create arch specific versions of strcmp.
Christopher Ferris
2013-03-20
2
-0
/
+378
*
Break bionic implementations into arch versions.
Christopher Ferris
2013-03-12
3
-0
/
+256