Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix over read in strcpy/stpcpy/strcat. | Christopher Ferris | 2015-10-29 | 2 | -14/+28 |
* | Make all labels local. | Christopher Ferris | 2015-10-29 | 2 | -176/+176 |
* | Add optimized cortex-a7/cortex-a53 memset/memcpy. | Christopher Ferris | 2015-10-29 | 7 | -428/+529 |
* | Add stpcpy assembler version. | Christopher Ferris | 2014-09-30 | 3 | -429/+546 |
* | Cleanup arm assembly. | Christopher Ferris | 2014-09-29 | 7 | -122/+110 |
* | Unify our assembler macros. | Elliott Hughes | 2014-02-20 | 8 | -12/+12 |
* | Merge commit '811b0cdb2d6e4a697dbc63a678712759dd0db242' into HEAD | The Android Open Source Project | 2013-11-22 | 1 | -2/+4 |
|\ | |||||
| * | am a85606e1: am c100a100: Merge "\'Avoid confusing "read prevented write" log... | Elliott Hughes | 2013-10-15 | 4 | -4/+4 |
| |\ | |||||
| * \ | am ac6bc319: Remove new aligned memcpy path for cortex-a15. | Christopher Ferris | 2013-10-15 | 1 | -2/+4 |
| |\ \ | |||||
| | * | | Remove new aligned memcpy path for cortex-a15. | Christopher Ferris | 2013-10-15 | 1 | -2/+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 | -78/+122 |
| | * | | Update all debug directives. | Christopher Ferris | 2013-08-20 | 5 | -1/+26 |
| | * | | Create optimized __strcpy_chk/__strcat_chk. | Christopher Ferris | 2013-08-14 | 5 | -284/+746 |
| | * | | Optimize __memset_chk, __memcpy_chk. | Christopher Ferris | 2013-08-06 | 2 | -3/+51 |
| | * | | Optimize strcat/strcpy, small tweaks to strlen. | Christopher Ferris | 2013-08-02 | 3 | -33/+1066 |
| | * | | Add new optimized strlen for arm. | Christopher Ferris | 2013-07-15 | 1 | -0/+151 |
| | * | | Rewrite memset for cortexa15 to use strd. | Christopher Ferris | 2013-04-08 | 1 | -51/+109 |
| | * | | Add missing branch in memcpy.S dst aligned case. | Christopher Ferris | 2013-04-02 | 1 | -3/+2 |
| | * | | Update to latest cortexa15 memcpy code. | Christopher Ferris | 2013-03-30 | 1 | -67/+246 |
| | * | | Create arch specific versions of strcmp. | Christopher Ferris | 2013-03-12 | 1 | -0/+377 |
| | * | | Break bionic implementations into arch versions. | Christopher Ferris | 2013-02-26 | 2 | -0/+252 |
| | / | |||||
* | | | Add .cfi_startproc/.cfi_endproc to ENTRY/END. | Christopher Ferris | 2013-11-19 | 6 | -34/+0 |
| |/ |/| | |||||
* | | 'Avoid confusing "read prevented write" log messages' 2. | Elliott Hughes | 2013-10-15 | 4 | -4/+4 |
|/ | |||||
* | 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 | -5/+5 |
* | __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 | -78/+122 |
* | Update all debug directives. | Christopher Ferris | 2013-09-20 | 5 | -1/+26 |
* | Create optimized __strcpy_chk/__strcat_chk. | Christopher Ferris | 2013-08-15 | 5 | -284/+746 |
* | Optimize __memset_chk, __memcpy_chk. DO NOT MERGE. | Christopher Ferris | 2013-08-14 | 2 | -3/+51 |
* | Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGE | Christopher Ferris | 2013-08-08 | 3 | -33/+1066 |
* | Add new optimized strlen for arm. | Christopher Ferris | 2013-07-16 | 1 | -0/+151 |
* | Rewrite memset for cortexa15 to use strd. | Christopher Ferris | 2013-04-12 | 1 | -51/+109 |
* | Add missing branch in memcpy.S dst aligned case. | Christopher Ferris | 2013-04-10 | 1 | -3/+2 |
* | Update to latest cortexa15 memcpy code. | Christopher Ferris | 2013-04-08 | 1 | -67/+246 |
* | Create arch specific versions of strcmp. | Christopher Ferris | 2013-03-20 | 1 | -0/+377 |
* | Break bionic implementations into arch versions. | Christopher Ferris | 2013-03-12 | 2 | -0/+252 |