summaryrefslogtreecommitdiff
path: root/benchtests/bench-memmove.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix loop construction to functions callsAdhemerval Zanella2013-06-201-0/+1
| | | | | | Check wheter the compiler has the option -fno-tree-loop-distribute-patterns to inhibit loop transformation to library calls and uses it on memset and memmove default implementation to avoid recursive calls.
* Copy over string performance tests into benchtestsSiddhesh Poyarekar2013-06-111-0/+187
Copy over already existing string performance tests into benchtests. Bits not related to performance measurements have been omitted.