summaryrefslogtreecommitdiff
path: root/benchtests
AgeCommit message (Expand)Author
2017-08-21benchtests: Do not compile benchmark objects as libc modules [BZ #21864]Florian Weimer
2017-08-17Add math benchmark latency testWilco Dijkstra
2017-08-11benchtests: Print json in memmove benchmarkSiddhesh Poyarekar
2017-08-11benchtests: Remove verification runs from benchmark testsSiddhesh Poyarekar
2017-08-08benchtests: Avoid a display error when running in text terminalSiddhesh Poyarekar
2017-08-08benchtests: Allow selecting baseline for compare_string.pySiddhesh Poyarekar
2017-08-08benchtests: Use TEST_NAME instead of hardcoding memcpySiddhesh Poyarekar
2017-06-22benchtests: New script to parse memcpy resultsSiddhesh Poyarekar
2017-06-22benchtests: Make memcpy benchmarks print results in jsonSiddhesh Poyarekar
2017-06-22benchtests: Print string array elements, int and uint in jsonSiddhesh Poyarekar
2017-06-20Add powf traceWilco Dijkstra
2017-06-20Improve math benchmark infrastructureWilco Dijkstra
2017-06-20Add powf bench testsPaul Clarke
2017-06-14nptl: Invert the mmap/mprotect logic on allocated stacks (BZ#18988)Adhemerval Zanella
2017-06-04benchtests: Add more tests for memrchrH.J. Lu
2017-05-09Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg
2017-03-28Change TEST_NAME to memcpy to fix IFUNC testing of multiple versions.Steve Ellcey
2017-03-26Actually add bench-memcpy-randomSiddhesh Poyarekar
2017-03-23Add a new randomized memcpy test for copies up to 256 bytes. The distributionWilco Dijkstra
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-22Add configure check for python programSiddhesh Poyarekar
2016-12-21This patch cleans up the strsep implementation and improves performance.Wilco Dijkstra
2016-12-19benchtests: Add fmaxf/fminf benchmarksAdhemerval Zanella
2016-12-19benchtests: Add fmax/fmin benchmarksAdhemerval Zanella
2016-12-19Adjust benchtests to new support library.Adhemerval Zanella
2016-12-18Link benchset tests against libsupportSiddhesh Poyarekar
2016-12-14Improve strtok and strtok_r performance. Instead of calling strpbrk whichWilco Dijkstra
2016-10-21Use -fno-builtin for sqrt benchmark.Joseph Myers
2016-05-18Clear destination buffer updated by the previous runH.J. Lu
2016-04-20benchtests: Support for cross-building benchmarksSiddhesh Poyarekar
2016-04-20benchtests: Clean up extra-objsSiddhesh Poyarekar
2016-04-20benchtests: Update README to include instructions for bench-build targetSiddhesh Poyarekar
2016-04-20New make target to only build benchmark binariesSiddhesh Poyarekar
2016-04-08localedata: iw_IL: delete old/deprecated locale [BZ #16137]Mike Frysinger
2016-04-06Add memcpy/memmove/memset benchmarks with large dataH.J. Lu
2016-04-01Test 64-byte alignment in memset benchtestH.J. Lu
2016-04-01Test 64-byte alignment in memmove benchtestH.J. Lu
2016-04-01Test 64-byte alignment in memcpy benchtestH.J. Lu
2016-03-08Support --enable-hardcoded-path-in-tests in benchtestsH.J. Lu
2016-01-13Use $(PYTHON) to run benchtests python files.Carlos O'Donell
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-09benchtests: ffs and ffsll are string functions, not mathSiddhesh Poyarekar
2015-12-09benchtests: Add inputs from sin and cos to sincosSiddhesh Poyarekar
2015-11-17benchtests: Mark output variables as usedSiddhesh Poyarekar
2015-09-18Add a new benchmark for isinf/isnan/isnormal/isfinite/fpclassify. The test us...Wilco Dijkstra
2015-08-26S390: Optimize wmemcmp.Stefan Liebler
2015-08-26S390: Optimize wmemset.Stefan Liebler
2015-08-26S390: Optimize memchr, rawmemchr and wmemchr.Stefan Liebler
2015-08-26S390: Optimize strcspn and wcscspn.Stefan Liebler
2015-08-26S390: Optimize strpbrk and wcspbrk.Stefan Liebler