summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm
Commit message (Expand)AuthorAgeFilesLines
* libc: Fix invalid macroSteve Kondik2013-02-221-5/+5
* libc: Add optimized strcmpDirk Rettschlag2013-02-211-235/+706
* libc: Remove Scorpion memmove() routineSteve Kondik2013-02-181-333/+0
* libc: Add ARMV7 optimized memchr()Steve Kondik2013-02-181-0/+151
* libc: Add optimized memcpy for Cortex-A15Steve Kondik2013-02-161-0/+419
* libc: Enable the fast memmove for NEON targetsSteve Kondik2013-02-161-1/+1
* Revert "Add optimized version of memcpy for Cortex A9"Steve Kondik2013-02-161-188/+26
* Add optimized version of memcpy for Cortex A9Henrik Smiding2013-02-151-26/+188
* Add optimized version of memcmp for Cortex A9Henrik Smiding2013-02-151-25/+86
* Revert "memcmp: prefetch optimizing for ARM Cortex-A8/A9"Steve Kondik2013-02-151-69/+12
* Add optimized version of memset for Cortex A9Henrik Smiding2013-02-151-4/+94
* bionic: Optimizations for gettimeofday and clock_gettime.Greg Reid2012-12-025-0/+345
* Merge branch 'jb-mr1-release' of https://android.googlesource.com/platform/bi...Steve Kondik2012-11-1816-250/+197
|\
| * Merge "Rename __dso_handle_so.c to __dso_handle_so.h"Elliott Hughes2012-09-071-1/+1
| |\
| | * Rename __dso_handle_so.c to __dso_handle_so.hAndrew Hsieh2012-09-071-1/+1
| * | Add mlockall and munlockall for Google TV.Elliott Hughes2012-09-063-0/+30
| |/
| * Merge "ARM: warn about atexit() calls from legacy shared libraries"Elliott Hughes2012-09-051-0/+14
| |\
| | * ARM: warn about atexit() calls from legacy shared librariesArd Biesheuvel2012-08-281-0/+14
| * | Merge "ARM: make CRT_LEGACY_WORKAROUND work as intended"Elliott Hughes2012-09-054-37/+64
| |\ \ | | |/
| | * ARM: make CRT_LEGACY_WORKAROUND work as intendedArd Biesheuvel2012-08-284-37/+64
| * | Add getsid system call to bionicIrina Tirdea2012-09-032-0/+15
| * | Merge "ARM: make sure __on_dlclose() actually gets called"Nick Kralevich2012-08-281-1/+1
| |\ \
| | * | ARM: make sure __on_dlclose() actually gets calledArd Biesheuvel2012-08-211-1/+1
| * | | Merge "ARM: remove dummy entries from .so init_array/fini_array"Nick Kralevich2012-08-281-10/+0
| |\ \ \
| | * | | ARM: remove dummy entries from .so init_array/fini_arrayArd Biesheuvel2012-08-281-10/+0
| | | |/ | | |/|
| * | | libc: remove ctors/dtors sectionsArd Biesheuvel2012-08-222-9/+1
| |/ /
| * | hardening: remove pointless ARM __get_pc() functionArd Biesheuvel2012-08-221-34/+0
| |/
| * Add link.h for all platforms with dl_phdr_infoPavel Chupin2012-08-172-6/+3
| * crtend*: Add GNU_STACK noteNick Kralevich2012-08-102-0/+6
| * Add unshare() syscall.Jeff Sharkey2012-08-102-0/+15
| * bionic: Stack pointer/signal race condition.Peter Enderborg2012-07-271-4/+2
| * arm: rewrite crtbegin* as C files.Nick Kralevich2012-06-013-120/+78
| * crtbegin: eliminate duplicate codeNick Kralevich2012-05-302-89/+1
| * resolved conflicts for merge of 08e72d01 to jb-dev-plus-aospIliyan Malchev2012-05-101-1/+1
| |\
| * \ am 08b51e2c: Implement the "abort" stub in assembly for ARM.Ben Cheng2012-05-091-0/+42
| |\ \
| * \ \ am 8657eafc: Merge "Adjust memcpy for ARM Cortex A9 cache line size"Elliott Hughes2012-05-071-4/+29
| |\ \ \
| | * | | Adjust memcpy for ARM Cortex A9 cache line sizeHenrik Smiding2012-05-071-4/+29
* | | | | msm7627a: Enable neon optimized memove and pow functions.Prachee Ramsinghani2012-09-051-1/+1
* | | | | bionic: Stack pointer/signal race condition.Peter Enderborg2012-09-041-4/+2
* | | | | memcpy: Fix ARCH_ARM_USE_NON_NEON_MEMCPYRicardo Cerqueira2012-07-191-2/+2
* | | | | msm8960: Improve performance of memcpy, memmove, bcopy and memmove_words (cod...xkonni2012-07-102-3/+328
* | | | | memcmp: prefetch optimizing for ARM Cortex-A8/A9Jim Huang2012-07-101-12/+69
* | | | | Add ARMv7 optimized strlen()Jim Huang2012-07-101-0/+111
* | | | | msm7627A: Enable 7627A specific memcpy routineChitti Babu Theegala2012-07-102-3/+131
* | | | | Modify Android mem* routines with CodeAurora versions.Harshad Bhutada2012-07-103-3/+556
| |_|_|/ |/| | |
* | | | bionic: add support for non-NEON memcpy() on NEON SoCsPrajakta Gudadhe2012-05-091-1/+1
| |_|/ |/| |
* | | Implement the "abort" stub in assembly for ARM.Ben Cheng2012-05-081-0/+42
|/ /
* | Fix segv when unwinding stack past __libc_init.Evgeniy Stepanov2012-04-181-1/+3
* | Add faccessat to syscall listKenny Root2012-04-132-0/+15
* | Merge "Fix segv when unwinding stack past __libc_init."Elliott Hughes2012-04-121-1/+3
|\ \