Age | Commit message (Expand) | Author | Files | Lines |
2022-06-07 | Benchtests: Improve memrchr benchmarks | Noah Goldstein | 1 | -45/+65 |
2022-06-01 | benchtests: Add workload name for sincosf | Adhemerval Zanella | 1 | -0/+1 |
2022-06-01 | benchtests: Add workload name for cosf | Adhemerval Zanella | 1 | -1/+1 |
2022-05-27 | benchtests: Improve benchtests for strstr, memmem, and memchr | Noah Goldstein | 3 | -92/+283 |
2022-05-23 | benchtests: Improve bench-strnlen.c | Noah Goldstein | 1 | -25/+52 |
2022-05-23 | elf: Optimize _dl_new_hash in dl-new-hash.h | Noah Goldstein | 1 | -1/+2 |
2022-05-23 | benchtests: Add benchtests for dl_elf_hash, dl_new_hash and nss_hash | Noah Goldstein | 7 | -8/+335 |
2022-05-06 | benchtests: Add wcrtomb microbenchmark | Siddhesh Poyarekar | 2 | -0/+140 |
2022-04-29 | benchtests: Better libmvec integration | Siddhesh Poyarekar | 1 | -15/+17 |
2022-04-29 | benchtests: Add UNSUPPORTED benchmark status | Siddhesh Poyarekar | 1 | -5/+18 |
2022-04-27 | benchtests: Add pthread-mutex-locks bench | Wangyang Guo | 2 | -0/+290 |
2022-04-22 | benchtests: Improve bench-strrchr | Noah Goldstein | 1 | -44/+82 |
2022-03-25 | benchtests: Use json-lib in bench-strncasecmp.c | Noah Goldstein | 1 | -44/+69 |
2022-03-25 | benchtests: Use json-lib in bench-strcasecmp.c | Noah Goldstein | 1 | -26/+51 |
2022-03-25 | benchtests: Use json-lib in bench-strspn.c | Noah Goldstein | 1 | -20/+58 |
2022-03-25 | benchtests: Use json-lib in bench-strpbrk.c | Noah Goldstein | 1 | -20/+61 |
2022-03-25 | benchtests: Add random benchmark in bench-strchr.c | Noah Goldstein | 1 | -0/+143 |
2022-03-25 | benchtests: Use json-lib in bench-strchr.c | Noah Goldstein | 1 | -30/+64 |
2022-03-16 | benchtests: Use "=" instead of ":=" [BZ #28970] | H.J. Lu | 1 | -2/+4 |
2022-03-08 | benchtests: make compare_strings.py accept string as attribute value | Su Lifan | 1 | -1/+6 |
2022-02-25 | benchtests: Generate .d dependency files [BZ #28922] | H.J. Lu | 1 | -2/+6 |
2022-02-25 | benchtests: Remove duplicated loop in bench-bzero-walk.c | H.J. Lu | 1 | -6/+0 |
2022-02-24 | benchtests: Add small sizes (<= 64) to bench-bzero-walk.c | H.J. Lu | 1 | -0/+3 |
2022-02-23 | benchtests: Add benches for memset with 0 value | H.J. Lu | 7 | -3/+149 |
2022-02-08 | benchtests: Add benches for bzero | H.J. Lu | 4 | -0/+372 |
2022-02-07 | benchtests: Sort benches in Makefile | H.J. Lu | 1 | -19/+110 |
2022-02-06 | Benchtests: Add length zero benchmark for memset in bench-memset.c | Noah Goldstein | 1 | -1/+1 |
2022-02-05 | Benchtests: move 'alloc_bufs' from loop in bench-memset.c | Noah Goldstein | 1 | -2/+2 |
2022-02-03 | benchtests: Add more coverage for strcmp and strncmp benchmarks | Noah Goldstein | 2 | -69/+183 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 84 | -84/+84 |
2021-11-06 | benchtests: Add partial overlap case in bench-memmove-walk.c | Noah Goldstein | 1 | -15/+46 |
2021-11-06 | benchtests: Add additional cases to bench-memcpy.c and bench-memmove.c | Noah Goldstein | 2 | -9/+66 |
2021-11-05 | Revert "benchtests: Add acosf function to bench-math" | Sunil K Pandey | 2 | -2710/+0 |
2021-11-01 | benchtests: Add hypotf | Adhemerval Zanella | 2 | -0/+1008 |
2021-11-01 | benchtests: Make hypot input random | Adhemerval Zanella | 1 | -12/+1003 |
2021-10-29 | benchtests: Add acosf function to bench-math | Sunil K Pandey | 2 | -0/+2710 |
2021-10-29 | benchtests: Improve bench-memcpy-random | Wilco Dijkstra | 1 | -26/+28 |
2021-10-27 | Benchtests: Add benchtests for __memcmpeq | Noah Goldstein | 3 | -7/+29 |
2021-10-23 | bench-math: Sort and put each bench per line | H.J. Lu | 1 | -6/+62 |
2021-10-08 | benchtests: Add medium cases and increase iters in bench-memset.c | Noah Goldstein | 1 | -2/+2 |
2021-10-04 | benchtests: Building benchmarks as static executables | H.J. Lu | 2 | -7/+29 |
2021-09-24 | benchtests: Improve reliability of memcmp benchmarks | Noah Goldstein | 1 | -11/+10 |
2021-09-16 | benchtests: Fix validate_benchout.py exceptions | Naohiro Tamura | 3 | -3/+9 |
2021-09-13 | benchtests: Remove redundant assert.h | Naohiro Tamura | 2 | -2/+0 |
2021-09-13 | benchtests: Enable scripts/plot_strings.py to read stdin | Naohiro Tamura | 1 | -3/+8 |
2021-08-18 | Remove sysdeps/*/tls-macros.h | Fangrui Song | 1 | -22/+0 |
2021-08-02 | Remove obsolete comments/name from several benchtest input files. | Paul Zimmermann | 6 | -23/+0 |
2021-08-02 | Remove obsolete comments/name from acos-inputs, since slow path was removed. | Paul Zimmermann | 1 | -3/+0 |
2021-07-28 | tests: use xmalloc to allocate implementation array | Siddhesh Poyarekar | 1 | -2/+3 |
2021-05-26 | benchtests: Fixed bench-memcpy-random: buf1: mprotect failed | Naohiro Tamura | 1 | -2/+2 |