summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm/krait/bionic
Commit message (Expand)AuthorAgeFilesLines
* Cleanup arm assembly.Christopher Ferris2014-10-286-12/+0
* Unify our assembler macros.Elliott Hughes2014-02-205-9/+9
* 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-145-91/+546
| * | | | | | | Optimize __memset_chk, __memcpy_chk.Christopher Ferris2013-08-062-1/+49
| * | | | | | | Tune the memcpy for krait.Christopher Ferris2013-05-021-28/+9
| * | | | | | | Create arch specific versions of strcmp.Christopher Ferris2013-03-121-0/+477
| * | | | | | | Break bionic implementations into arch versions.Christopher Ferris2013-02-262-0/+227
| / / / / / /
* | | | | | | 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-155-110/+546
* Optimize __memset_chk, __memcpy_chk. DO NOT MERGE.Christopher Ferris2013-08-142-1/+49
* Create arch specific versions of strcmp.Christopher Ferris2013-03-201-0/+477
* Break bionic implementations into arch versions.Christopher Ferris2013-03-122-0/+227