about summary refs log tree commit diff
path: root/benchtests/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* benchtests: Add malloc microbenchmarkWill Newton2014-11-051-3/+17
* Remove unnecessary $(.)Siddhesh Poyarekar2014-06-191-1/+1
* Validate bench.out against a JSON schemaSiddhesh Poyarekar2014-06-111-0/+2
* Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers2014-06-061-1/+1
* 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-111-5/+8
* benchtests: Add pthread_once common-case test.Torvald Riegel2014-04-101-1/+2
* benchtests: Build ffs and ffsl benchtests with -fno-builtinWill Newton2014-04-011-0/+3
* benchtests: Add benchtests for ffs and ffsllWill Newton2014-03-311-3/+2
* Detailed benchmark outputs for functionsSiddhesh Poyarekar2014-03-291-1/+7
* Make bench.out in json formatSiddhesh Poyarekar2014-03-291-4/+19
* benchtests: Move bench.py to benchtests/scripts/Siddhesh Poyarekar2014-03-241-1/+1
* Implement benchmarking script in pythonSiddhesh Poyarekar2014-03-211-1/+1
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-1/+3
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* benchtests: Add strtok benchmarkRajalakshmi Srinivasaraghavan2013-12-191-1/+1
* benchmark inputs for exp2, log2, log and tanSiddhesh Poyarekar2013-12-121-2/+4
* Benchmark test for sqrt function.Steve Ellcey2013-12-021-1/+2
* Remove duplicate ifunc benchtests.Ondřej Bílka2013-11-261-2/+1
* benchtests: Add strsep benchmarkRajalakshmi Srinivasaraghavan2013-11-181-1/+1
* benchtests: Add strtod benchmarkAdhemerval Zanella2013-11-111-1/+3
* Add more directives to benchmark input filesSiddhesh Poyarekar2013-10-071-50/+1
* Add benchmark inputs for sincosSiddhesh Poyarekar2013-09-191-1/+3
* benchtests: Add memrchr benchmarkAdhemerval Zanella2013-09-061-1/+1
* benchtests/Makefile: Run benchmark for memcpy.Will Newton2013-09-061-5/+5
* benchtests/Makefile: Use LDLIBS instead of LDFLAGS.Will Newton2013-09-041-16/+16
* Port remaining string benchmarksSiddhesh Poyarekar2013-06-111-1/+2
* Copy over string performance tests into benchtestsSiddhesh Poyarekar2013-06-111-1/+4
* Begin porting string performance tests to benchtestsSiddhesh Poyarekar2013-06-111-3/+24
* Avoid overwriting earlier flags in CPPFLAGS-nonlib in benchtestsSiddhesh Poyarekar2013-06-101-1/+1
* Sort benchmark functionsSiddhesh Poyarekar2013-05-221-41/+42
* Add benchmark inputs for math functionsSiddhesh Poyarekar2013-05-221-1/+38
* Add a README for benchtestsSiddhesh Poyarekar2013-05-211-20/+0
* Use HP_TIMING for benchmarks if availableSiddhesh Poyarekar2013-05-131-1/+7
* Allow multiple input domains to be run in the same benchmark programSiddhesh Poyarekar2013-04-301-44/+1
* Maintain runtime of each benchmark at ~10 secondsSiddhesh Poyarekar2013-04-301-20/+8
* Mention files in which fast/slow paths of math functions are implementedSiddhesh Poyarekar2013-04-241-12/+12
* PowerPC: modf optimizationAdhemerval Zanella2013-04-231-1/+1
* Add benchmark inputs for cos and tanSiddhesh Poyarekar2013-04-171-1/+28
* Define NOT_IN_libc when compiling benchmark programsSiddhesh Poyarekar2013-04-161-0/+6
* Add target bench-cleanSiddhesh Poyarekar2013-04-161-0/+3
* Write to bench.out-tmp only onceSiddhesh Poyarekar2013-04-151-4/+4
* Rebuild benchmark sources when Makefile is updatedSiddhesh Poyarekar2013-04-151-1/+3
* Move bench target to benchtestsSiddhesh Poyarekar2013-04-121-0/+34
* Add benchmark inputs for atanSiddhesh Poyarekar2013-04-031-1/+14
* Add benchmark inputs for sinSiddhesh Poyarekar2013-04-021-1/+14
* Add benchmark tests for slowpow and slowexpSiddhesh Poyarekar2013-04-021-4/+22
* PowerPC: remove branch prediction from rint implementationAdhemerval Zanella2013-04-011-1/+6