Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup arm assembly. | Christopher Ferris | 2014-10-28 | 6 | -12/+0 |
* | Unify our assembler macros. | Elliott Hughes | 2014-02-20 | 5 | -9/+9 |
* | 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 | 5 | -91/+546 |
| * | | | | | | | Optimize __memset_chk, __memcpy_chk. | Christopher Ferris | 2013-08-06 | 2 | -1/+49 |
| * | | | | | | | Tune the memcpy for krait. | Christopher Ferris | 2013-05-02 | 1 | -28/+9 |
| * | | | | | | | Create arch specific versions of strcmp. | Christopher Ferris | 2013-03-12 | 1 | -0/+477 |
| * | | | | | | | Break bionic implementations into arch versions. | Christopher Ferris | 2013-02-26 | 2 | -0/+227 |
| / / / / / / | |||||
* | | | | | | | 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 | 5 | -110/+546 |
* | Optimize __memset_chk, __memcpy_chk. DO NOT MERGE. | Christopher Ferris | 2013-08-14 | 2 | -1/+49 |
* | Create arch specific versions of strcmp. | Christopher Ferris | 2013-03-20 | 1 | -0/+477 |
* | Break bionic implementations into arch versions. | Christopher Ferris | 2013-03-12 | 2 | -0/+227 |