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
/
bionic
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix issue with bcopy.
M8660AAABQNLYA109005
M8660AAABQNLYA109003
M8660AAABQNLYA109002
M8660AAABQNLYA10900020
M8660AAABQNLYA1090
M8660AAABQNLYA1088
M8655AABBQVLZA31360502
M76XXTSNCJNLYA6160
M76XXTSNCJNLYA6150
M76XXTSNCJNLYA6140
M7630AABBQMLZA404007
M7630AABBQMLZA404006
M7630AABBQMLZA404005
M7630AABBQMLZA404004
M7630AABBQMLZA404003
Pat Galizia
2011-03-10
1
-1
/
+1
*
Modify Android mem* routines with CodeAurora versions.
Pat Galizia
2011-03-10
3
-13
/
+554
*
bionic: Change cache line size to 32
M8660AAABQNLZA3110
M8660AAABQNLYA107616
M8660AAABQNLYA107614
M8660AAABQNLYA107502
M8660AAABQNLYA1075
M8260AAABQNLZA2520
M76XXTSNCJNLYA6120
Brian Steuer
2011-01-14
1
-1
/
+1
*
bionic: remove V5 instruction for V6 targets
Brian Steuer
2011-01-06
1
-0
/
+11
*
Revert "Set SA_RESTORER in sigaction()"
Dima Zavin
2010-07-29
2
-36
/
+0
*
Allow static C++ destructors to be properly called on dlclose().
David 'Digit' Turner
2010-06-18
5
-15
/
+218
*
Fix setjmp()/longjmp() to save FP registers on ARMv7. - DO NOT MERGE
David 'Digit' Turner
2010-06-09
2
-53
/
+62
*
Atomic/SMP update, part 3.
Andy McFadden
2010-05-28
1
-56
/
+77
*
Atomic/SMP update.
Andy McFadden
2010-05-20
1
-1
/
+1
*
merge from open-source master
The Android Open Source Project
2010-05-13
2
-0
/
+36
|
\
|
*
Set SA_RESTORER in sigaction()
Matt Fischer
2010-05-12
2
-0
/
+36
|
*
am 199f9d92: Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% impr...
Mathias Agopian
2009-10-29
1
-25
/
+16
|
|
\
|
*
\
am 7e7d6c48: use local symbols in memset so it doesn\'t screw up profiling
Mathias Agopian
2009-10-19
1
-2
/
+2
|
|
\
\
*
|
|
|
Use private futexes for pthread_mutex_t.
David 'Digit' Turner
2010-03-18
1
-5
/
+32
*
|
|
|
Revert "bionic: pthread: use private futexes by default for mutexes and condv...
Fabrice Di Meglio
2010-03-11
1
-48
/
+0
*
|
|
|
bionic: pthread: use private futexes by default for mutexes and condvars
David 'Digit' Turner
2010-03-11
1
-0
/
+48
*
|
|
|
Only use NEON memcpy if __ARM_NEON__ is defined
Colin Cross
2010-03-09
1
-1
/
+1
*
|
|
|
Implement clone() C library function properly.
David 'Digit' Turner
2010-01-25
1
-27
/
+81
*
|
|
|
Add missing symbol type directives.
Doug Kwan
2009-12-03
3
-0
/
+8
*
|
|
|
am 3ba822cc: am 199f9d92: Improve memcpy performance from 290 MiB/s to 340 Mi...
Mathias Agopian
2009-10-29
1
-25
/
+16
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% improvment)
Mathias Agopian
2009-10-28
1
-25
/
+16
|
|
|
/
|
|
/
|
*
|
|
am 76ef331c: am 7e7d6c48: use local symbols in memset so it doesn\'t screw up...
Mathias Agopian
2009-10-19
1
-2
/
+2
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
use local symbols in memset so it doesn't screw up profiling
Mathias Agopian
2009-10-19
1
-2
/
+2
*
|
am fdc5c1f5: Re-enable ARMv7 memcpy implementation.
David 'Digit' Turner
2009-10-07
1
-15
/
+1
|
\
\
|
|
/
|
*
Re-enable ARMv7 memcpy implementation.
David 'Digit' Turner
2009-10-05
1
-15
/
+1
*
|
am 1e40783d: Fix armv7-user builds by disabling the ARMv7-optimized memcpy.
David 'Digit' Turner
2009-10-07
1
-1
/
+15
|
\
\
|
|
/
|
*
Fix armv7-user builds by disabling the ARMv7-optimized memcpy.
David 'Digit' Turner
2009-10-02
1
-1
/
+15
*
|
am 7a9e06fa: Merge change I2a7ad975 into eclair
David 'Digit' Turner
2009-09-29
1
-0
/
+152
|
\
\
|
|
/
|
*
Merge change I2a7ad975 into eclair
Android (Google) Code Review
2009-09-29
1
-0
/
+152
|
|
\
|
|
*
Fix ABI breakage in libc.so and libm.so between 1.6 and Eclair.
David 'Digit' Turner
2009-09-29
1
-0
/
+152
*
|
|
am ee223d02: NEON optimized memcpy.
Mathias Agopian
2009-09-29
1
-21
/
+153
|
\
\
\
|
|
/
/
|
*
|
NEON optimized memcpy.
Mathias Agopian
2009-09-28
1
-21
/
+153
|
|
/
*
|
am f355096a: Remove NEON optimizations for memcpy
David 'Digit' Turner
2009-09-27
1
-107
/
+0
|
\
\
|
|
/
|
*
Remove NEON optimizations for memcpy
David 'Digit' Turner
2009-09-27
1
-107
/
+0
*
|
am bd192b47: Add stack unwinding directives to assembly leaf functions.
Ben Cheng
2009-09-15
4
-0
/
+17
|
\
\
|
|
/
|
*
Add stack unwinding directives to assembly leaf functions.
Ben Cheng
2009-09-15
4
-0
/
+17
*
|
merge from open-source master
Jean-Baptiste Queru
2009-09-15
1
-0
/
+10
|
\
\
|
|
/
|
/
|
|
*
ARM architecture reference manuals for ARMv6 & ARMv7 state that the use of 's...
vinay harugop
2009-09-09
1
-0
/
+10
*
|
Neon-optimized versions of memcpy.
David 'Digit' Turner
2009-09-02
1
-0
/
+105
*
|
Revert "Fix the C library initialization to avoid calling static C++ construc...
David 'Digit' Turner
2009-06-03
2
-39
/
+20
*
|
Fix the C library initialization to avoid calling static C++ constructors twice.
David 'Digit' Turner
2009-06-02
2
-20
/
+39
*
|
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
22
-0
/
+2406
*
|
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
22
-2406
/
+0
|
/
*
auto import from //branches/cupcake/...@125939
The Android Open Source Project
2009-01-09
1
-0
/
+82
*
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-12-17
4
-25
/
+37
*
Initial Contribution
android-1.0
The Android Open Source Project
2008-10-21
21
-0
/
+2312