Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-05-23 | Bench: Add support for choose direction of memcpy in benchtests | Noah Goldstein | 3 | -65/+94 |
2021-05-18 | x86: Expand bench-memcmp.c and test-memcmp.c | Noah Goldstein | 1 | -6/+26 |
2021-05-17 | benchtests: Use JSON for bench-rawmemchr output | Matheus Castanho | 1 | -15/+39 |
2021-05-10 | add workload traces for cbrtl | Paul Zimmermann | 2 | -0/+1008 |
2021-05-03 | Bench: Expand bench-memchr.c | Noah Goldstein | 1 | -0/+13 |
2021-05-03 | bench-memcpy: Collect data from 2KB to 4KB | H.J. Lu | 1 | -0/+8 |
2021-04-19 | x86: Expand test-memset.c and bench-memset.c | Noah Goldstein | 1 | -2/+4 |
2021-04-18 | benchtests: Fix name of exp10f benchmark variant | Siddhesh Poyarekar | 1 | -1/+1 |
2021-04-18 | benchtests: Fix pthread-locks test to produce valid json | Siddhesh Poyarekar | 2 | -8/+11 |
2021-04-16 | x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.c | noah | 1 | -2/+6 |
2021-03-29 | add workload traces for missing functions (double format) | Paul Zimmermann | 15 | -4/+13231 |
2021-03-16 | benchtests: Add ilogb* tests | Raphael Moreira Zinsly | 4 | -2/+35 |
2021-02-10 | benchtests: Updated json bench-variant attribute | Naohiro Tamura | 1 | -1/+1 |
2021-02-08 | strchr: Add additional benchmarks and tests | noah | 1 | -1/+25 |
2021-01-26 | benchtests: Do not build bench-timing-type with MODULE_NAME=libc | Arjun Shankar | 1 | -7/+7 |
2021-01-11 | install: Replace scripts/output-format.sed with objdump -f [BZ #26559] | Fangrui Song | 1 | -1/+0 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 83 | -84/+84 |
2020-10-21 | New benchtest: pthread locks | DJ Delorie | 2 | -1/+556 |
2020-09-24 | bench-strcmp.c: Add workloads on page boundary | H.J. Lu | 1 | -0/+56 |
2020-09-24 | bench-strncmp.c: Add workloads on page boundary | H.J. Lu | 1 | -0/+128 |
2020-09-23 | benchtests: Run _Float128 tests only on architectures that support it | Arjun Shankar | 4 | -7/+11 |
2020-09-10 | benchtests: Add "workload" traces for sinf128 | Paul Zimmermann | 2 | -1/+2008 |
2020-09-10 | benchtests: Add "workload" traces for sinf | Paul Zimmermann | 1 | -0/+2004 |
2020-09-10 | benchtests: Add "workload" traces for sin | Paul Zimmermann | 1 | -0/+2004 |
2020-09-10 | benchtests: Add "workload" traces for powf128 | Paul Zimmermann | 2 | -1/+1006 |
2020-09-10 | benchtests: Add "workload" traces for pow | Paul Zimmermann | 1 | -0/+1002 |
2020-09-10 | benchtests: Add "workload" traces for expf128 | Paul Zimmermann | 2 | -1/+1006 |
2020-09-10 | benchtests: Add "workload" traces for exp | Paul Zimmermann | 1 | -0/+1002 |
2020-08-04 | benchtests/README update. | Paul Zimmermann | 1 | -6/+14 |
2020-07-13 | Remove --enable-obsolete-rpc configure flag | Petr Vorel | 1 | -29/+0 |