Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-04-17 | Add benchmark inputs for cos and tan | Siddhesh Poyarekar | 7 | -1/+78 |
2013-04-16 | Define NOT_IN_libc when compiling benchmark programs | Siddhesh Poyarekar | 1 | -0/+6 |
2013-04-16 | Add target bench-clean | Siddhesh Poyarekar | 1 | -0/+3 |
2013-04-15 | Write to bench.out-tmp only once | Siddhesh Poyarekar | 1 | -4/+4 |
2013-04-15 | Rebuild benchmark sources when Makefile is updated | Siddhesh Poyarekar | 1 | -1/+3 |
2013-04-12 | Move bench target to benchtests | Siddhesh Poyarekar | 1 | -0/+34 |
2013-04-03 | Add benchmark inputs for atan | Siddhesh Poyarekar | 4 | -1/+39 |
2013-04-02 | Add benchmark inputs for sin | Siddhesh Poyarekar | 4 | -1/+47 |
2013-04-02 | Add benchmark tests for slowpow and slowexp | Siddhesh Poyarekar | 7 | -6/+64 |
2013-04-01 | PowerPC: remove branch prediction from rint implementation | Adhemerval Zanella | 2 | -1/+10 |
2013-03-15 | Framework for performance benchmarking of functions | Siddhesh Poyarekar | 4 | -0/+136 |