Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix loop construction to functions calls | Adhemerval Zanella | 2013-06-20 | 1 | -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 benchtests | Siddhesh Poyarekar | 2013-06-11 | 1 | -0/+187 |
Copy over already existing string performance tests into benchtests. Bits not related to performance measurements have been omitted. |