aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-09A second alternative pld arrangementbench_all_variantsBernard Ogden
2014-07-09Rearranged the preloadsBernard Ogden
2014-07-09Add a preload to copy longBernard Ogden
2014-07-07Result of running autogen on a platform where it worksBernard Ogden
2014-07-07Perform some updates suggested by autogen.shBernard Ogden
2014-07-07Support benchmarking GPR/VFP/NEON variantsBernard Ogden
2014-07-07Merge branch 'scripts'HEADmasterBernard Ogden
2014-07-07Specify from the CLI the number of times to call memcpyBernard Ogden
2014-07-03Merge branch 'scripts'Bernard Ogden
2014-07-03Make number of runs available from cliBernard Ogden
2014-07-03CLI-twiddleable alignmentBernard Ogden
2014-07-03More control over ranges and step sizeBernard Ogden
2014-07-01More control over ranges and step sizeBernard Ogden
2014-07-01Add a dry run optionBernard Ogden
2014-06-30Some cleanup in step codeBernard Ogden
2014-06-25Only remove bounce from tests if we have generated itBernard Ogden
2014-06-19Added a comment to remind me how the CLI worksBernard Ogden
2014-06-19CLI flag for location of test programsBernard Ogden
2014-06-19Make plot.py generate bigger graphs alongside the small onesBernard Ogden
2014-06-19Hack bounce out.Bernard Ogden
2014-06-19Ignore .swp filesBernard Ogden
2014-06-19Remove .bzrignoreBernard Ogden
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