summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm/krait
Commit message (Expand)AuthorAgeFilesLines
* Performance: krait: Implement optimized versions of memmoveXin Qi2015-10-062-2/+221
* Performance: krait: Re-factor high-performance memcpy for thumb2Brent DeGraaf2015-10-062-118/+219
* Use unified syntax to compile with both llvm and gcc.Chih-Hung Hsieh2015-05-151-3/+4
* Use assembly memmove for all arm32 processors.Christopher Ferris2015-04-081-3/+5
* Clean up <stdlib.h> slightly.Elliott Hughes2015-01-261-1/+3
* Move the generic arm memcmp.S into the generic directory.Elliott Hughes2014-12-151-0/+1
* Add stpcpy assembler version.Christopher Ferris2014-09-301-0/+1
* Cleanup arm assembly.Christopher Ferris2014-09-296-12/+0
* denver: optimize memmoveShu Zhang2014-05-201-1/+2
* Unify our assembler macros.Elliott Hughes2014-02-205-9/+9
* Reconfig libc's Android.mk to build for multilibYing Wang2014-02-121-10/+11
* Merge commit '811b0cdb2d6e4a697dbc63a678712759dd0db242' into HEADThe Android Open Source Project2013-11-221-1/+1
|\
| * am a85606e1: am c100a100: Merge "\'Avoid confusing "read prevented write" log...Elliott Hughes2013-10-154-4/+4
| |\
| * \ am 76d78dc0: am dc9d8d05: Merge "Modify prefetch for krait memcpy."Christopher Ferris2013-10-151-1/+1
| |\ \
| * \ \ am 8826ba8a: am bc545e8a: Merge "Fix x86_64 build, clean up intermediate libr...Elliott Hughes2013-10-094-4/+4
| |\ \ \
| * \ \ \ am 9da8b682: am c417d0a5: Merge "Make error messages even better!"Nick Kralevich2013-10-044-4/+4
| |\ \ \ \
| * \ \ \ \ am 0292c1c8: am 3901b1bd: Merge "Remove the __ARM_FEATURE_DSP check."Christopher Ferris2013-10-021-11/+0
| |\ \ \ \ \
| * \ \ \ \ \ am b6201932: am 2c701a1b: Merge "libc: don\'t export unnecessary symbols"Nick Kralevich2013-10-024-4/+4
| |\ \ \ \ \ \
| * | | | | | | __memcpy_chk: Fix signed cmp of unsigned values.Christopher Ferris2013-09-103-3/+3
| * | | | | | | Fix all debug directives.Christopher Ferris2013-08-285-72/+98
| * | | | | | | Update all debug directives.Christopher Ferris2013-08-205-0/+36
| * | | | | | | Create optimized __strcpy_chk/__strcat_chk.Christopher Ferris2013-08-146-91/+548
| * | | | | | | Optimize __memset_chk, __memcpy_chk.Christopher Ferris2013-08-062-1/+49
| * | | | | | | Optimize strcat/strcpy, small tweaks to strlen.Christopher Ferris2013-08-021-1/+3
| * | | | | | | Add new optimized strlen for arm.Christopher Ferris2013-07-151-0/+2
| * | | | | | | Tune the memcpy for krait.Christopher Ferris2013-05-021-28/+9
| * | | | | | | Create arch specific versions of strcmp.Christopher Ferris2013-03-122-0/+478
| * | | | | | | Break bionic implementations into arch versions.Christopher Ferris2013-02-263-0/+231
| / / / / / /
* | | | | | | Add .cfi_startproc/.cfi_endproc to ENTRY/END.Christopher Ferris2013-11-196-29/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | 'Avoid confusing "read prevented write" log messages' 2.Elliott Hughes2013-10-154-4/+4
| |_|_|_|/ |/| | | |
* | | | | Modify prefetch for krait memcpy.Christopher Ferris2013-10-151-1/+1
| |_|_|/ |/| | |
* | | | Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-094-4/+4
| |_|/ |/| |
* | | Make error messages even better!Nick Kralevich2013-10-044-4/+4
| |/ |/|
* | Remove the __ARM_FEATURE_DSP check.Christopher Ferris2013-10-021-11/+0
|/
* libc: don't export unnecessary symbolsNick Kralevich2013-10-024-4/+4
* __memcpy_chk: Fix signed cmp of unsigned values.Christopher Ferris2013-09-203-3/+3
* Fix all debug directives.Christopher Ferris2013-09-205-72/+98
* Update all debug directives.Christopher Ferris2013-09-205-0/+36
* Create optimized __strcpy_chk/__strcat_chk.Christopher Ferris2013-08-156-110/+548
* Optimize __memset_chk, __memcpy_chk. DO NOT MERGE.Christopher Ferris2013-08-142-1/+49
* Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGEChristopher Ferris2013-08-081-1/+3
* Add new optimized strlen for arm.Christopher Ferris2013-07-161-0/+2
* Create arch specific versions of strcmp.Christopher Ferris2013-03-202-0/+478
* Break bionic implementations into arch versions.Christopher Ferris2013-03-123-0/+231