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-a9
Commit message (
Expand
)
Author
Age
Files
Lines
*
cortex-a9: Fix reference to __memcpy_base_aligned.
Kyle Repinski
2016-06-27
1
-1
/
+1
*
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
-134
/
+148
*
Remove pushes from memsets (krait/cortex-a9).
Christopher Ferris
2015-10-29
1
-16
/
+11
*
Replace bx lr with update of pc from the stack.
Christopher Ferris
2015-10-29
2
-6
/
+3
*
Use unified syntax to compile with both llvm and gcc.
Chih-Hung Hsieh
2015-05-15
1
-14
/
+15
*
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
-436
/
+571
*
Cleanup arm assembly.
Christopher Ferris
2014-09-29
7
-110
/
+100
*
denver: optimize memmove
Shu Zhang
2014-05-20
1
-0
/
+1
*
Unify our assembler macros.
Elliott Hughes
2014-02-20
8
-13
/
+12
*
Reconfig libc's Android.mk to build for multilib
Ying Wang
2014-02-12
1
-10
/
+9
*
Add .cfi_startproc/.cfi_endproc to ENTRY/END.
Christopher Ferris
2013-11-19
6
-43
/
+1
*
'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
5
-6
/
+6
*
__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
6
-82
/
+130
*
Update all debug directives.
Christopher Ferris
2013-09-20
6
-1
/
+42
*
Create optimized __strcpy_chk/__strcat_chk.
Christopher Ferris
2013-08-15
6
-180
/
+652
*
Optimize __memset_chk, __memcpy_chk. DO NOT MERGE.
Christopher Ferris
2013-08-14
2
-0
/
+49
*
Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGE
Christopher Ferris
2013-08-08
4
-2
/
+1174
*
Add new optimized strlen for arm.
Christopher Ferris
2013-07-16
1
-0
/
+2
*
Create arch specific versions of strcmp.
Christopher Ferris
2013-03-20
2
-0
/
+545
*
Break bionic implementations into arch versions.
Christopher Ferris
2013-03-12
3
-0
/
+367