aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
2013-04-30Split bionic reference code into A15 and A9 versions.Will Newton
2013-03-26Integrate NEON/VFP/ARM optimised memcpy implementation.Will Newton
2013-01-07Add AArch64 optimised memcmp.Marcus Shawcroft
2013-01-07Add AArch64 optimised strnlen.Marcus Shawcroft
2013-01-07Add strnlen tests from glibc.Marcus Shawcroft
2013-01-07Add AArch64 optimized strlen.Marcus Shawcroft
2013-01-07Add AArch64 optimized strncmp.Marcus Shawcroft
2013-01-07Add AArch64 optimised memmove.Marcus Shawcroft
2013-01-07Add strncmp tests from glibc.Marcus Shawcroft
2013-01-07Add memcmp tests from glibc.Marcus Shawcroft
2013-01-07Add memmove tests from glibc.Marcus Shawcroft
2012-12-12Fix the quoting on submachine.Michael Hope
2012-12-12Add aarch64 implementations of memcpy, memset and strcmp toMichael Hope
2012-12-12Add aarch64 configury.Michael Hope
2012-12-12Make submachine optional. Only supply -mtune if submachine is set.Michael Hope
2012-12-12Add definitions for LDADD and CFLAGS when building strchr and memchrMichael Hope
2012-12-12Added support to detect the host architecture based on the triplet.Michael Hope
2012-12-12Remove trailing whitespace.Michael Hope
2012-06-12Fixed up the assembly file extensions and added the scripts to theMichael Hope
2012-06-12Updated to pass a distcheck.Michael Hope
2012-06-12Added and updated the test harnesses for the new C only versions.Michael Hope
2012-06-07Updated the newlib reference copy to 1.20+2012-06-07.Michael Hope
2011-09-26Set the dynamic library version info to 1. Not needed but feels nice...Michael Hope
2011-09-15Take out references to eglibc add onDr. David Alan Gilbert
2011-09-15Remove strcmp from src and build (keep tests and reference for now)Dr. David Alan Gilbert
2011-09-09Changed 'Linaro Inc.' for the correct 'Linaro Limited' everywhere.Michael Hope
2011-09-02Fixed up picking the right memcpy based on NEON or no NEON.Michael Hope
2011-09-02Merged in Dave's trunk changes.Michael Hope
2011-09-02Removed obsolete build files. Updated the license on more files.Michael Hope
2011-09-01Import my memcpy routines (plain ARMv7 and Neon hybrid)Dr. David Alan Gilbert
2011-09-01Fixed up a few missing files found through make distcheck. Explicitly turned...Michael Hope
2011-09-01Updates after pulling in new routines to the reference. Document where the r...Michael Hope
2011-08-31Changed 'all' to 'this' in the Makefile names for the cortex-string routines....Michael Hope
2011-08-30Bump the version number to show that its from bzr. Change the default CPU to...Michael Hope
2011-08-30Added tests for memchr and strchr from GLIBC. Added a note on the routines a...Michael Hope
2011-04-20Merged Dave's build issue fixes. Shifted the implicit-it to just the library...Michael Hope
2011-03-17Added the new routines into the Makefile.Michael Hope
2011-03-10Fix link (-l at end of line) and assembly (implicit it in bionic code)Dr. David Alan Gilbert
2010-09-13Added autogen.sh. Tidied up the NEON configure rules using AM_CONDITIONAL. ...Michael Hope
2010-09-10Fixed up the Makefile so a 'make dist' includes everything required.Michael Hope
2010-09-07Changed all occurances of cortexcpu to cortex-stringsMichael Hope
2010-09-07Added a rule to build the GLIBC add-on.Michael Hope
2010-09-06Added GLIBC add-on supportMichael Hope
2010-09-02Added a native version of dhry to show the difference.Michael Hope
2010-09-02Added comments. General tidy up.Michael Hope
2010-09-02Added a README. Re-factored the build into a top level Makefile.Michael Hope