Age | Commit message (Expand) | Author | Files | Lines |
2014-02-24 | benchtests: New benchmark for sem_timedwaitsiddhesh/sem_timedwait | Siddhesh Poyarekar | 3 | -22/+49 |
2014-02-22 | benchtests: Add new directive for benchmark initialization hook | Siddhesh Poyarekar | 2 | -0/+4 |
2014-02-22 | Implement benchmarking script in python | Siddhesh Poyarekar | 2 | -2/+4 |
2014-02-21 | Minor formatting fix | Siddhesh Poyarekar | 1 | -2/+2 |
2014-02-21 | print length in strrchr benchtest | Rajalakshmi Srinivasaraghavan | 1 | -1/+1 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 1 | -1/+1 |
2014-02-08 | tests: unify fortification handler logic | Mike Frysinger | 1 | -20/+5 |
2014-01-10 | Correct inputs for sin and cos | Siddhesh Poyarekar | 2 | -29/+6 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 42 | -42/+42 |
2013-12-31 | Benchmark inputs for cos and sin | Siddhesh Poyarekar | 2 | -12/+5300 |
2013-12-31 | benchmark inputs for atan | Siddhesh Poyarekar | 1 | -5/+802 |
2013-12-31 | benchmark inputs for tanh and atanh | Siddhesh Poyarekar | 2 | -10/+400 |
2013-12-31 | benchmark inputs for asinh and acosh | Siddhesh Poyarekar | 2 | -10/+600 |
2013-12-31 | benchmark inputs for sinh and cosh | Siddhesh Poyarekar | 2 | -10/+700 |
2013-12-31 | benchmark inputs for asin and acos | Siddhesh Poyarekar | 2 | -14/+5240 |
2013-12-19 | benchtests: Add strtok benchmark | Rajalakshmi Srinivasaraghavan | 2 | -1/+206 |
2013-12-12 | benchmark inputs for exp2, log2, log and tan | Siddhesh Poyarekar | 5 | -4/+4053 |
2013-12-05 | Accept output arguments to benchmark functions | Siddhesh Poyarekar | 3 | -87/+29 |
2013-12-02 | Benchmark test for sqrt function. | Steve Ellcey | 2 | -1/+12 |
2013-11-26 | Also remove benchtests/bench-strsep-ifunc.c | Ondřej Bílka | 1 | -20/+0 |
2013-11-26 | Remove duplicate ifunc benchtests. | Ondřej Bílka | 36 | -682/+2 |
2013-11-18 | benchtests: Add strsep benchmark | Rajalakshmi Srinivasaraghavan | 3 | -1/+195 |
2013-11-13 | 2013-11-13 Steve Ellcey <sellcey@mips.com> | Steve Ellcey | 1 | -0/+2 |
2013-11-11 | benchtests: Add strtod benchmark | Adhemerval Zanella | 2 | -1/+120 |
2013-10-28 | Benchmark inputs for pow | Siddhesh Poyarekar | 1 | -0/+503 |
2013-10-28 | New inputs for exp | Siddhesh Poyarekar | 1 | -0/+581 |
2013-10-10 | benchtests: Add include-sources directive. | Torvald Riegel | 1 | -2/+5 |
2013-10-07 | Add more directives to benchmark input files | Siddhesh Poyarekar | 18 | -67/+67 |
2013-09-19 | Add benchmark inputs for sincos | Siddhesh Poyarekar | 2 | -1/+89 |
2013-09-11 | benchtests: Rename argument to TIMING_INIT macro. | Will Newton | 2 | -10/+10 |
2013-09-06 | benchtests: Add memrchr benchmark | Adhemerval Zanella | 4 | -4/+66 |
2013-09-06 | benchtests/Makefile: Run benchmark for memcpy. | Will Newton | 1 | -5/+5 |
2013-09-04 | benchtests: Switch string benchmarks to use bench-timing.h. | Will Newton | 27 | -502/+334 |
2013-09-04 | benchtests/Makefile: Use LDLIBS instead of LDFLAGS. | Will Newton | 1 | -16/+16 |
2013-06-20 | Fix loop construction to functions calls | Adhemerval Zanella | 2 | -0/+2 |
2013-06-11 | Port remaining string benchmarks | Siddhesh Poyarekar | 5 | -1/+349 |
2013-06-11 | Copy over string performance tests into benchtests | Siddhesh Poyarekar | 61 | -1/+4991 |
2013-06-11 | Begin porting string performance tests to benchtests | Siddhesh Poyarekar | 5 | -3/+434 |
2013-06-10 | Avoid overwriting earlier flags in CPPFLAGS-nonlib in benchtests | Siddhesh Poyarekar | 1 | -1/+1 |
2013-05-22 | Sort benchmark functions | Siddhesh Poyarekar | 1 | -41/+42 |
2013-05-22 | Add benchmark inputs for math functions | Siddhesh Poyarekar | 10 | -1/+83 |
2013-05-21 | Add a README for benchtests | Siddhesh Poyarekar | 2 | -20/+74 |
2013-05-17 | Prevent optimizing out of benchmark function call | Siddhesh Poyarekar | 1 | -1/+1 |
2013-05-13 | Use HP_TIMING for benchmarks if available | Siddhesh Poyarekar | 3 | -22/+93 |
2013-05-10 | Fix coding style | Siddhesh Poyarekar | 1 | -4/+4 |
2013-05-08 | Preheat CPU in benchtests. | Ondrej Bilka | 1 | -0/+17 |
2013-04-30 | Allow multiple input domains to be run in the same benchmark program | Siddhesh Poyarekar | 21 | -217/+87 |
2013-04-30 | Maintain runtime of each benchmark at ~10 seconds | Siddhesh Poyarekar | 3 | -29/+38 |
2013-04-24 | Mention files in which fast/slow paths of math functions are implemented | Siddhesh Poyarekar | 1 | -12/+12 |
2013-04-23 | PowerPC: modf optimization | Adhemerval Zanella | 2 | -1/+40 |