Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Performance: krait: Implement optimized versions of memmove | Xin Qi | 2015-10-06 | 2 | -2/+221 |
* | Performance: krait: Re-factor high-performance memcpy for thumb2 | Brent DeGraaf | 2015-10-06 | 2 | -118/+219 |
* | Use unified syntax to compile with both llvm and gcc. | Chih-Hung Hsieh | 2015-05-15 | 1 | -3/+4 |
* | Use assembly memmove for all arm32 processors. | Christopher Ferris | 2015-04-08 | 1 | -3/+5 |
* | Clean up <stdlib.h> slightly. | Elliott Hughes | 2015-01-26 | 1 | -1/+3 |
* | Move the generic arm memcmp.S into the generic directory. | Elliott Hughes | 2014-12-15 | 1 | -0/+1 |
* | Add stpcpy assembler version. | Christopher Ferris | 2014-09-30 | 1 | -0/+1 |
* | Cleanup arm assembly. | Christopher Ferris | 2014-09-29 | 6 | -12/+0 |
* | denver: optimize memmove | Shu Zhang | 2014-05-20 | 1 | -1/+2 |
* | Unify our assembler macros. | Elliott Hughes | 2014-02-20 | 5 | -9/+9 |
* | Reconfig libc's Android.mk to build for multilib | Ying Wang | 2014-02-12 | 1 | -10/+11 |
* | Merge commit '811b0cdb2d6e4a697dbc63a678712759dd0db242' into HEAD | The Android Open Source Project | 2013-11-22 | 1 | -1/+1 |
|\ | |||||
| * | am a85606e1: am c100a100: Merge "\'Avoid confusing "read prevented write" log... | Elliott Hughes | 2013-10-15 | 4 | -4/+4 |
| |\ | |||||
| * \ | am 76d78dc0: am dc9d8d05: Merge "Modify prefetch for krait memcpy." | Christopher Ferris | 2013-10-15 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | am 8826ba8a: am bc545e8a: Merge "Fix x86_64 build, clean up intermediate libr... | Elliott Hughes | 2013-10-09 | 4 | -4/+4 |
| |\ \ \ | |||||
| * \ \ \ | am 9da8b682: am c417d0a5: Merge "Make error messages even better!" | Nick Kralevich | 2013-10-04 | 4 | -4/+4 |
| |\ \ \ \ | |||||
| * \ \ \ \ | am 0292c1c8: am 3901b1bd: Merge "Remove the __ARM_FEATURE_DSP check." | Christopher Ferris | 2013-10-02 | 1 | -11/+0 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | am b6201932: am 2c701a1b: Merge "libc: don\'t export unnecessary symbols" | Nick Kralevich | 2013-10-02 | 4 | -4/+4 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | __memcpy_chk: Fix signed cmp of unsigned values. | Christopher Ferris | 2013-09-10 | 3 | -3/+3 |
| * | | | | | | | Fix all debug directives. | Christopher Ferris | 2013-08-28 | 5 | -72/+98 |
| * | | | | | | | Update all debug directives. | Christopher Ferris | 2013-08-20 | 5 | -0/+36 |
| * | | | | | | | Create optimized __strcpy_chk/__strcat_chk. | Christopher Ferris | 2013-08-14 | 6 | -91/+548 |
| * | | | | | | | Optimize __memset_chk, __memcpy_chk. | Christopher Ferris | 2013-08-06 | 2 | -1/+49 |
| * | | | | | | | Optimize strcat/strcpy, small tweaks to strlen. | Christopher Ferris | 2013-08-02 | 1 | -1/+3 |
| * | | | | | | | Add new optimized strlen for arm. | Christopher Ferris | 2013-07-15 | 1 | -0/+2 |
| * | | | | | | | Tune the memcpy for krait. | Christopher Ferris | 2013-05-02 | 1 | -28/+9 |
| * | | | | | | | Create arch specific versions of strcmp. | Christopher Ferris | 2013-03-12 | 2 | -0/+478 |
| * | | | | | | | Break bionic implementations into arch versions. | Christopher Ferris | 2013-02-26 | 3 | -0/+231 |
| / / / / / / | |||||
* | | | | | | | Add .cfi_startproc/.cfi_endproc to ENTRY/END. | Christopher Ferris | 2013-11-19 | 6 | -29/+0 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | 'Avoid confusing "read prevented write" log messages' 2. | Elliott Hughes | 2013-10-15 | 4 | -4/+4 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Modify prefetch for krait memcpy. | Christopher Ferris | 2013-10-15 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
* | | | | Fix x86_64 build, clean up intermediate libraries. | Elliott Hughes | 2013-10-09 | 4 | -4/+4 |
| |_|/ |/| | | |||||
* | | | Make error messages even better! | Nick Kralevich | 2013-10-04 | 4 | -4/+4 |
| |/ |/| | |||||
* | | Remove the __ARM_FEATURE_DSP check. | Christopher Ferris | 2013-10-02 | 1 | -11/+0 |
|/ | |||||
* | libc: don't export unnecessary symbols | Nick Kralevich | 2013-10-02 | 4 | -4/+4 |
* | __memcpy_chk: Fix signed cmp of unsigned values. | Christopher Ferris | 2013-09-20 | 3 | -3/+3 |
* | Fix all debug directives. | Christopher Ferris | 2013-09-20 | 5 | -72/+98 |
* | Update all debug directives. | Christopher Ferris | 2013-09-20 | 5 | -0/+36 |
* | Create optimized __strcpy_chk/__strcat_chk. | Christopher Ferris | 2013-08-15 | 6 | -110/+548 |
* | Optimize __memset_chk, __memcpy_chk. DO NOT MERGE. | Christopher Ferris | 2013-08-14 | 2 | -1/+49 |
* | Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGE | Christopher Ferris | 2013-08-08 | 1 | -1/+3 |
* | Add new optimized strlen for arm. | Christopher Ferris | 2013-07-16 | 1 | -0/+2 |
* | Create arch specific versions of strcmp. | Christopher Ferris | 2013-03-20 | 2 | -0/+478 |
* | Break bionic implementations into arch versions. | Christopher Ferris | 2013-03-12 | 3 | -0/+231 |