summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm/arm.mk
Commit message (Expand)AuthorAgeFilesLines
* Enable building libc with clang.Elliott Hughes2014-07-111-1/+0
* Remove SHA1 from LP64 in favor of libcrypto.Dan Albert2014-06-161-0/+3
* libc: Fix 'index' symbol export.David 'Digit' Turner2014-06-161-1/+0
* Remove __memcmp16 from bionic.Elliott Hughes2014-06-121-1/+0
* Remove declaration for putw(3)/getw(3).Dan Albert2014-06-111-0/+1
* Merge "Revert "Revert "Lose the hand-written futex assembler."""Elliott Hughes2014-05-291-1/+0
|\
| * Revert "Revert "Lose the hand-written futex assembler.""Elliott Hughes2014-05-281-1/+0
* | Merge "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"Christopher Ferris2014-05-281-0/+1
|\ \ | |/ |/|
| * Add optimized AArch64 versions of bcopy and wmemmove based on memmoveBernhard Rosenkraenzer2014-05-231-0/+1
| * Revert "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"Christopher Ferris2014-05-241-1/+0
| * Add optimized AArch64 versions of bcopy and wmemmove based on memmoveBernhard Rosenkraenzer2014-05-231-0/+1
* | Revert "Lose the hand-written futex assembler."Narayan Kamath2014-05-281-0/+1
|/
* Lose the hand-written futex assembler.Elliott Hughes2014-05-221-1/+0
* denver: optimize memmoveShu Zhang2014-05-201-1/+0
* Add 32-bit Silvermont-optimized string/memory functions.Varvara Rainchik2014-05-121-0/+2
* LP64 shouldn't include the non-standard <time64.h> cruft.Elliott Hughes2014-04-221-0/+1
* add 32-bit bionic implementation for denver archShu Zhang2014-03-261-1/+1
* More OpenBSD cleanup (primarily string).Elliott Hughes2014-02-241-8/+8
* Stop asking GCC to cause trouble.Elliott Hughes2014-02-201-4/+1
* Stop advertising an arm32-specific hack like it's a build system feature.Elliott Hughes2014-02-201-9/+3
* Reconfig libc's Android.mk to build for multilibYing Wang2014-02-121-18/+78
* Switch <elf.h> over to linux uapi under the covers.Elliott Hughes2014-02-101-3/+0
* Add cfi directives to all arm assembly.Christopher Ferris2013-12-021-3/+0
* Clean up forking and cloning.Elliott Hughes2013-11-191-1/+1
* Let the compiler worry about implementing ffs(3).Elliott Hughes2013-10-241-1/+0
* Add dependencies on included makefiles.Christopher Ferris2013-10-031-1/+3
* Add the dl_iterate_phdr function to libdl for arm.Christopher Ferris2013-09-061-2/+3
* Create optimized __strcpy_chk/__strcat_chk.Christopher Ferris2013-08-151-0/+2
* Optimize __memset_chk, __memcpy_chk. DO NOT MERGE.Christopher Ferris2013-08-141-0/+9
* Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGEChristopher Ferris2013-08-081-1/+0
* Add new optimized strlen for arm.Christopher Ferris2013-07-161-1/+0
* libc/arm: add cortex-a8 cpu variantRom Lemarchand2013-05-151-1/+1
* Create arch specific versions of strcmp.Christopher Ferris2013-03-201-1/+0
* Break bionic implementations into arch versions.Christopher Ferris2013-03-121-0/+36