Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-06-19 | benchtests: Add exp10f benchmark | Adhemerval Zanella | 2 | -1/+2390 |
2020-06-05 | benchtests: Restore the clock_gettime option | H.J. Lu | 3 | -2/+17 |
2020-06-05 | Update HP_TIMING_NOW for _ISOMAC in sysdeps/generic/hp-timing.h | H.J. Lu | 1 | -1/+0 |
2020-05-20 | y2038: Replace __clock_gettime with __clock_gettime64 | Lukasz Majewski | 1 | -1/+1 |
2020-03-27 | Add benchtests for roundeven and roundevenf. | Shen-Ta Hsieh | 3 | -2/+47 |
2020-03-03 | Convert Python scripts to Python 3 | Alistair Francis | 2 | -2/+2 |
2020-02-10 | Improve random memcpy benchmark | Wilco Dijkstra | 1 | -29/+57 |
2020-01-20 | Run bench-timing-type with newly built libc. | Joseph Myers | 1 | -1/+4 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 82 | -82/+82 |
2019-11-13 | Add new script for plotting string benchmark JSON output | Krzysztof Koch | 1 | -0/+395 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 81 | -81/+81 |
2019-08-30 | Use generic memset/memcpy/memmove in benchtests | Wilco Dijkstra | 5 | -91/+65 |
2019-07-08 | benchtests: Add logb{f} benchmark | Adhemerval Zanella | 3 | -1/+23 |
2019-07-08 | benchtests: hypot benchmark | Adhemerval Zanella | 2 | -1/+17 |
2019-06-28 | Further improve string bench timing | Wilco Dijkstra | 12 | -13/+14 |
2019-06-28 | Bump up the runtime for "short" benchmarks | Anton Youdkevitch | 9 | -8/+9 |
2019-06-19 | Fix gcc 9 build errors for make xcheck. [BZ #24556] | Stefan Liebler | 2 | -2/+3 |
2019-06-12 | benchtests: Add isnan/isinf/isfinite benchmark | Adhemerval Zanella | 4 | -1/+67 |
2019-06-11 | Benchmark strstr hard needles | Wilco Dijkstra | 1 | -0/+79 |
2019-05-21 | Improve string benchtest timing | Wilco Dijkstra | 12 | -32/+25 |
2019-04-25 | benchtests: Enable BIND_NOW if configured with --enable-bind-now | Florian Weimer | 1 | -2/+10 |
2019-04-24 | Reduce benchtests time | Wilco Dijkstra | 2 | -3/+3 |
2019-04-09 | Improve string benchtests | Wilco Dijkstra | 9 | -141/+73 |
2019-04-09 | Improve bench-strstr | Wilco Dijkstra | 1 | -83/+137 |
2019-04-09 | Improve bench-memmem | Wilco Dijkstra | 1 | -17/+62 |
2019-04-09 | Remove TIMING_INIT | Wilco Dijkstra | 5 | -17/+1 |
2019-03-22 | Add generic hp-timing support | Wilco Dijkstra | 3 | -48/+9 |
2019-03-22 | Refactor hp-timing rtld usage | Adhemerval Zanella | 1 | -1/+1 |
2019-02-27 | Add some spaces before '('. | Joseph Myers | 3 | -9/+10 |
2019-02-22 | Break some lines before not after operators. | Joseph Myers | 2 | -7/+7 |
2019-02-14 | Add missing bench-malloc-simple.c file. | Wilco Dijkstra | 1 | -0/+188 |
2019-02-14 | Add malloc micro benchmark | Wilco Dijkstra | 1 | -5/+13 |
2019-02-14 | benchtests: Remove useless ORIG_SRC in memmove benchmarks | Siddhesh Poyarekar | 2 | -8/+8 |
2019-02-12 | String benchtest cleanup | Wilco Dijkstra | 19 | -384/+28 |