aboutsummaryrefslogtreecommitdiffstats
path: root/libc/arch-arm/cortex-a9
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove deprecated Android.mk files"Colin Cross2016-06-021-28/+0
|\
| * Remove deprecated Android.mk filesColin Cross2016-05-261-28/+0
* | Improve diagnostics from the assembler __strcpy_chk routines.Elliott Hughes2016-05-261-20/+5
* | Improve diagnostics from the assembler __strcat_chk routines.Elliott Hughes2016-05-261-20/+2
|/
* Stop including <machine/cpu-features.h>.Elliott Hughes2016-05-161-1/+0
* Remove optimized code for bzero, which was removed from POSIX in 2008.Elliott Hughes2016-03-021-9/+1
* Improve diagnostics from the assembler __memcpy_chk routines.Elliott Hughes2016-03-011-20/+7
* Improve diagnostics from the assembler __memset_chk routines.Elliott Hughes2016-03-011-10/+1
* Improve FORTIFY failure diagnostics.Elliott Hughes2016-02-264-20/+4
* Switch to LOCAL_SRC_FILES_EXCLUDEDan Willemsen2015-10-201-3/+15
* Fix over read in strcpy/stpcpy/strcat.Christopher Ferris2015-09-242-134/+148
* Remove pushes from memsets (krait/cortex-a9).Christopher Ferris2015-07-271-16/+11
* Replace bx lr with update of pc from the stack.Christopher Ferris2015-07-082-6/+3
* Use unified syntax to compile with both llvm and gcc.Chih-Hung Hsieh2015-05-111-14/+15
* cortex-a9: Fix reference to __memcpy_base_aligned.Kyle Repinski2015-04-281-1/+1
* 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-304-436/+571
* Cleanup arm assembly.Christopher Ferris2014-09-297-110/+100
* denver: optimize memmoveShu Zhang2014-05-201-0/+1
* Unify our assembler macros.Elliott Hughes2014-02-208-13/+12
* Reconfig libc's Android.mk to build for multilibYing Wang2014-02-121-10/+9
* Add .cfi_startproc/.cfi_endproc to ENTRY/END.Christopher Ferris2013-11-196-43/+1
* 'Avoid confusing "read prevented write" log messages' 2.Elliott Hughes2013-10-154-4/+4
* 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-025-6/+6
* __memcpy_chk: Fix signed cmp of unsigned values.Christopher Ferris2013-09-203-3/+3
* Fix all debug directives.Christopher Ferris2013-09-206-82/+130
* Update all debug directives.Christopher Ferris2013-09-206-1/+42
* Create optimized __strcpy_chk/__strcat_chk.Christopher Ferris2013-08-156-180/+652
* Optimize __memset_chk, __memcpy_chk. DO NOT MERGE.Christopher Ferris2013-08-142-0/+49
* Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGEChristopher Ferris2013-08-084-2/+1174
* Add new optimized strlen for arm.Christopher Ferris2013-07-161-0/+2
* Create arch specific versions of strcmp.Christopher Ferris2013-03-202-0/+545
* Break bionic implementations into arch versions.Christopher Ferris2013-03-123-0/+367