summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm
Commit message (Expand)AuthorAgeFilesLines
* Merge changes I738be460,I46d5ba55 into froyoQ8650BSDCANLYA5015Linux Build Service Account2010-07-011-1/+12
|\
| * bionic: remove V5 instruction for V6 targetsBrian Steuer2010-06-291-0/+11
| * bionic: Change cache line size to 32Brian Steuer2010-06-291-1/+1
* | libc: Add cpu-features.h dependency to atomics_arm.SM76XXTSNCJNLYA6010David Ng2010-06-291-0/+1
|/
* Use private futexes for pthread_mutex_t.David 'Digit' Turner2010-03-181-5/+32
* Revert "bionic: pthread: use private futexes by default for mutexes and condv...Fabrice Di Meglio2010-03-111-48/+0
* bionic: pthread: use private futexes by default for mutexes and condvarsDavid 'Digit' Turner2010-03-111-0/+48
* Only use NEON memcpy if __ARM_NEON__ is definedColin Cross2010-03-091-1/+1
* bonic: libc: cpuacct support for setuid functionsMike Chan2010-03-024-12/+12
* add sigaltstack syscallAndrei Popescu2010-03-022-0/+20
* bionic: syscalls: Add ioprio_set/ioprio_get syscall wrappersSan Mehat2010-02-233-0/+40
* Implement clone() C library function properly.David 'Digit' Turner2010-01-253-34/+90
* Add missing symbol type directives.Doug Kwan2009-12-033-0/+8
* am 3ba822cc: am 199f9d92: Improve memcpy performance from 290 MiB/s to 340 Mi...Mathias Agopian2009-10-291-25/+16
|\
| * Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% improvment)Mathias Agopian2009-10-281-25/+16
* | am 76ef331c: am 7e7d6c48: use local symbols in memset so it doesn\'t screw up...Mathias Agopian2009-10-191-2/+2
|\ \ | |/
| * use local symbols in memset so it doesn't screw up profilingMathias Agopian2009-10-191-2/+2
* | am fdc5c1f5: Re-enable ARMv7 memcpy implementation.David 'Digit' Turner2009-10-071-15/+1
|\ \ | |/
| * Re-enable ARMv7 memcpy implementation.David 'Digit' Turner2009-10-051-15/+1
* | am 1e40783d: Fix armv7-user builds by disabling the ARMv7-optimized memcpy.David 'Digit' Turner2009-10-071-1/+15
|\ \ | |/
| * Fix armv7-user builds by disabling the ARMv7-optimized memcpy.David 'Digit' Turner2009-10-021-1/+15
* | am 7a9e06fa: Merge change I2a7ad975 into eclairDavid 'Digit' Turner2009-09-291-0/+152
|\ \ | |/
| * Merge change I2a7ad975 into eclairAndroid (Google) Code Review2009-09-291-0/+152
| |\
| | * Fix ABI breakage in libc.so and libm.so between 1.6 and Eclair.David 'Digit' Turner2009-09-291-0/+152
* | | am ee223d02: NEON optimized memcpy.Mathias Agopian2009-09-291-21/+153
|\ \ \ | |/ /
| * | NEON optimized memcpy.Mathias Agopian2009-09-281-21/+153
| |/
* | am f355096a: Remove NEON optimizations for memcpyDavid 'Digit' Turner2009-09-271-107/+0
|\ \ | |/
| * Remove NEON optimizations for memcpyDavid 'Digit' Turner2009-09-271-107/+0
| * Fix TLS access for ARMv6 and beyond.David 'Digit' Turner2009-09-221-1/+0
* | am bd192b47: Add stack unwinding directives to assembly leaf functions.Ben Cheng2009-09-154-0/+17
|\ \ | |/
| * Add stack unwinding directives to assembly leaf functions.Ben Cheng2009-09-154-0/+17
* | merge from open-source masterJean-Baptiste Queru2009-09-152-0/+17
|\ \ | |/ |/|
| * ARM architecture reference manuals for ARMv6 & ARMv7 state that the use of 's...vinay harugop2009-09-092-0/+17
* | Neon-optimized versions of memcpy.David 'Digit' Turner2009-09-021-0/+105
* | Revert "Fix the C library initialization to avoid calling static C++ construc...David 'Digit' Turner2009-06-032-39/+20
* | Fix the C library initialization to avoid calling static C++ constructors twice.David 'Digit' Turner2009-06-022-20/+39
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03202-0/+6689
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03202-6689/+0
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-1912-222/+0
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+82
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1717-50/+295
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-21209-0/+6584