summaryrefslogtreecommitdiff
path: root/benchtests
Commit message (Expand)AuthorAgeFilesLines
* Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overheadRichard Henderson2014-07-032-8/+1
* Remove unnecessary $(.)Siddhesh Poyarekar2014-06-191-1/+1
* Validate bench.out against a JSON schemaSiddhesh Poyarekar2014-06-113-0/+129
* Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers2014-06-061-1/+1
* benchtests: Add new directive for benchmark initialization hookSiddhesh Poyarekar2014-05-263-1/+10
* Use existing makefile variables for dependencies on glibc libraries.Joseph Myers2014-05-161-3/+2
* benchtests: Link against objects in build directorySiddhesh Poyarekar2014-04-151-23/+9
* benchtests: Improve readability of JSON outputWill Newton2014-04-115-23/+256
* benchtests: Add pthread_once common-case test.Torvald Riegel2014-04-104-1/+38
* benchtests: Build ffs and ffsl benchtests with -fno-builtinWill Newton2014-04-011-0/+3
* benchtests: Add benchtests for ffs and ffsllWill Newton2014-03-313-3/+208
* Detailed benchmark outputs for functionsSiddhesh Poyarekar2014-03-293-2/+34
* Make bench.out in json formatSiddhesh Poyarekar2014-03-295-18/+66
* [benchtests] Use inputs file for modfSiddhesh Poyarekar2014-03-292-44/+4
* benchtests/bench-strtod.c: Increase timeout valueWill Newton2014-03-261-0/+3
* benchtests: Move bench.py to benchtests/scripts/Siddhesh Poyarekar2014-03-242-1/+300
* Implement benchmarking script in pythonSiddhesh Poyarekar2014-03-212-2/+4
* Make strtok benchmark competive.Ondřej Bílka2014-02-281-57/+4
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-1/+3
* Minor formatting fixSiddhesh Poyarekar2014-02-211-2/+2
* print length in strrchr benchtestRajalakshmi Srinivasaraghavan2014-02-211-1/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-1/+1
* tests: unify fortification handler logicMike Frysinger2014-02-081-20/+5
* Correct inputs for sin and cosSiddhesh Poyarekar2014-01-102-29/+6
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0142-42/+42
* Benchmark inputs for cos and sinSiddhesh Poyarekar2013-12-312-12/+5300
* benchmark inputs for atanSiddhesh Poyarekar2013-12-311-5/+802
* benchmark inputs for tanh and atanhSiddhesh Poyarekar2013-12-312-10/+400
* benchmark inputs for asinh and acoshSiddhesh Poyarekar2013-12-312-10/+600
* benchmark inputs for sinh and coshSiddhesh Poyarekar2013-12-312-10/+700
* benchmark inputs for asin and acosSiddhesh Poyarekar2013-12-312-14/+5240
* benchtests: Add strtok benchmarkRajalakshmi Srinivasaraghavan2013-12-192-1/+206
* benchmark inputs for exp2, log2, log and tanSiddhesh Poyarekar2013-12-125-4/+4053
* Accept output arguments to benchmark functionsSiddhesh Poyarekar2013-12-053-87/+29
* Benchmark test for sqrt function.Steve Ellcey2013-12-022-1/+12
* Also remove benchtests/bench-strsep-ifunc.cOndřej Bílka2013-11-261-20/+0
* Remove duplicate ifunc benchtests.Ondřej Bílka2013-11-2636-682/+2
* benchtests: Add strsep benchmarkRajalakshmi Srinivasaraghavan2013-11-183-1/+195
* 2013-11-13 Steve Ellcey <sellcey@mips.com>Steve Ellcey2013-11-131-0/+2
* benchtests: Add strtod benchmarkAdhemerval Zanella2013-11-112-1/+120
* Benchmark inputs for powSiddhesh Poyarekar2013-10-281-0/+503
* New inputs for expSiddhesh Poyarekar2013-10-281-0/+581
* benchtests: Add include-sources directive.Torvald Riegel2013-10-101-2/+5
* Add more directives to benchmark input filesSiddhesh Poyarekar2013-10-0718-67/+67
* Add benchmark inputs for sincosSiddhesh Poyarekar2013-09-192-1/+89
* benchtests: Rename argument to TIMING_INIT macro.Will Newton2013-09-112-10/+10
* benchtests: Add memrchr benchmarkAdhemerval Zanella2013-09-064-4/+66
* benchtests/Makefile: Run benchmark for memcpy.Will Newton2013-09-061-5/+5
* benchtests: Switch string benchmarks to use bench-timing.h.Will Newton2013-09-0427-502/+334
* benchtests/Makefile: Use LDLIBS instead of LDFLAGS.Will Newton2013-09-041-16/+16