aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-29Remove .bzrignorebogden
2014-04-28Make some of the bench.py parameters CLI-twiddleableBernard Ogden
2014-04-28Clean up plot-align graphBernard Ogden
2014-04-28Always use libplot for colorsBernard Ogden
2014-04-23Remove misleading reference to Cortex-A9Will Newton
2014-04-23src/linaro-a9/strcmp.S: Fix STRCMP_NO_PRECHECK conditionalsWill Newton
2014-04-23Add .gitignoreWill Newton
2014-04-23reference/glibc-c: Update version of strcpy from glibc upstreamWill Newton
2014-04-23src/linaro-a9/strcmp.S: Add ARMv7 strcmp from newlibWill Newton
2013-11-29Add glibc strchr reference implementation.Will Newton
2013-09-09Fix more comments relating to alignment.Will Newton
2013-09-09memcpy: Fix comment relating to alignment.Will Newton
2013-08-08Import latest strlen code from glibc.Will Newton
2013-07-30Update README to reflect src/neon going away.Will Newton
2013-07-29Remove unused src/neon directory.Will Newton
2013-07-15Split license/copyright and doc comments to ease bionic merging.Will Newton
2013-06-27Tweak memcpy for performance with misaligned buffers.Will Newton
2013-06-25Support multiple runs of each benchmark.Will Newton
2013-06-24Fix cache handling after alignment changes.Will Newton
2013-06-21Allow aligning source and destination buffers separately.Will Newton
2013-06-19strlen code builds ok with armv6t2.Will Newton
2013-06-18Switch to new implementation of strlen.Will Newton
2013-06-18Merged Thumb-2 strlen implementation.Will Newton
2013-06-17Disallow 0 byte alignment as it is not meaningful. Also make sure weWill Newton
2013-06-17Support buffers larger than 1MB and fill the whole buffer with randomWill Newton
2013-06-17Check alignment argument is valid.Will Newton
2013-06-17Default alignment to 8 bytes rather than relying on malloc.Will Newton
2013-06-14Allow running a subset of benchmarks.Will Newton
2013-06-13Add support for bionic-a9 and bionic-a15.Will Newton
2013-06-12Fix a uninitialised variable issue, and other speed ups.Matthew Gretton-Dann
2013-06-11Add Thumb-2 strlen.Matthew Gretton-Dann
2013-04-30Split bionic reference code into A15 and A9 versions.Will Newton
2013-04-30Remove redundant spaces in inline asm syntax to fix build on newer gas.Will Newton
2013-04-03Update memcpy comments after testing on big endian.Will Newton
2013-03-26Integrate NEON/VFP/ARM optimised memcpy implementation.Will Newton
2013-01-16Merge two bug fixes strnlen and strncmp.Matthew Gretton-Dann
2013-01-16This patch fixes an issue in the AArch64 strnlen implementation whichMarcus Shawcroft
2013-01-16This patch fixes an issue in the AArch64 strncmp implementation whichMarcus Shawcroft
2013-01-16Update documentation to include AArch64.Matthew Gretton-Dann
2013-01-15Update documentation to include AArch64.Matthew Gretton-Dann
2013-01-07Merge further AArch64 optimised routines.Matthew Gretton-Dann
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