Age | Commit message (Expand) | Author |
2017-09-16 | benchtests: Make compare_strings.py output a bit prettier | Siddhesh Poyarekar |
2017-09-16 | benchtests: Use argparse to parse arguments | Siddhesh Poyarekar |
2017-09-14 | benchtests: Reallocate buffers for memset | Siddhesh Poyarekar |
2017-09-14 | benchtests: Make memset benchmarks print json | Siddhesh Poyarekar |
2017-09-14 | Add new codepage charmaps/IBM858 [BZ #21084] | Mike FABIAN |
2017-08-21 | benchtests: Do not compile benchmark objects as libc modules [BZ #21864] | Florian Weimer |
2017-08-17 | Add math benchmark latency test | Wilco Dijkstra |
2017-08-11 | benchtests: Print json in memmove benchmark | Siddhesh Poyarekar |
2017-08-11 | benchtests: Remove verification runs from benchmark tests | Siddhesh Poyarekar |
2017-08-08 | benchtests: Avoid a display error when running in text terminal | Siddhesh Poyarekar |
2017-08-08 | benchtests: Allow selecting baseline for compare_string.py | Siddhesh Poyarekar |
2017-08-08 | benchtests: Use TEST_NAME instead of hardcoding memcpy | Siddhesh Poyarekar |
2017-06-22 | benchtests: New script to parse memcpy results | Siddhesh Poyarekar |
2017-06-22 | benchtests: Make memcpy benchmarks print results in json | Siddhesh Poyarekar |
2017-06-22 | benchtests: Print string array elements, int and uint in json | Siddhesh Poyarekar |
2017-06-20 | Add powf trace | Wilco Dijkstra |
2017-06-20 | Improve math benchmark infrastructure | Wilco Dijkstra |
2017-06-20 | Add powf bench tests | Paul Clarke |
2017-06-14 | nptl: Invert the mmap/mprotect logic on allocated stacks (BZ#18988) | Adhemerval Zanella |
2017-06-04 | benchtests: Add more tests for memrchr | H.J. Lu |
2017-05-09 | Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk. | Zack Weinberg |
2017-03-28 | Change TEST_NAME to memcpy to fix IFUNC testing of multiple versions. | Steve Ellcey |
2017-03-26 | Actually add bench-memcpy-random | Siddhesh Poyarekar |
2017-03-23 | Add a new randomized memcpy test for copies up to 256 bytes. The distribution | Wilco Dijkstra |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-12-22 | Add configure check for python program | Siddhesh Poyarekar |
2016-12-21 | This patch cleans up the strsep implementation and improves performance. | Wilco Dijkstra |
2016-12-19 | benchtests: Add fmaxf/fminf benchmarks | Adhemerval Zanella |
2016-12-19 | benchtests: Add fmax/fmin benchmarks | Adhemerval Zanella |
2016-12-19 | Adjust benchtests to new support library. | Adhemerval Zanella |
2016-12-18 | Link benchset tests against libsupport | Siddhesh Poyarekar |
2016-12-14 | Improve strtok and strtok_r performance. Instead of calling strpbrk which | Wilco Dijkstra |
2016-10-21 | Use -fno-builtin for sqrt benchmark. | Joseph Myers |
2016-05-18 | Clear destination buffer updated by the previous run | H.J. Lu |
2016-04-20 | benchtests: Support for cross-building benchmarks | Siddhesh Poyarekar |
2016-04-20 | benchtests: Clean up extra-objs | Siddhesh Poyarekar |
2016-04-20 | benchtests: Update README to include instructions for bench-build target | Siddhesh Poyarekar |
2016-04-20 | New make target to only build benchmark binaries | Siddhesh Poyarekar |
2016-04-08 | localedata: iw_IL: delete old/deprecated locale [BZ #16137] | Mike Frysinger |
2016-04-06 | Add memcpy/memmove/memset benchmarks with large data | H.J. Lu |
2016-04-01 | Test 64-byte alignment in memset benchtest | H.J. Lu |
2016-04-01 | Test 64-byte alignment in memmove benchtest | H.J. Lu |
2016-04-01 | Test 64-byte alignment in memcpy benchtest | H.J. Lu |
2016-03-08 | Support --enable-hardcoded-path-in-tests in benchtests | H.J. Lu |
2016-01-13 | Use $(PYTHON) to run benchtests python files. | Carlos O'Donell |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-12-09 | benchtests: ffs and ffsll are string functions, not math | Siddhesh Poyarekar |
2015-12-09 | benchtests: Add inputs from sin and cos to sincos | Siddhesh Poyarekar |
2015-11-17 | benchtests: Mark output variables as used | Siddhesh Poyarekar |
2015-09-18 | Add a new benchmark for isinf/isnan/isnormal/isfinite/fpclassify. The test us... | Wilco Dijkstra |