Age | Commit message (Expand) | Author | Files | Lines |
2014-11-26 | Remove TEST_IFUNC, tests-ifunc and *-ifunc.c tests. | Joseph Myers | 1 | -5/+4 |
2014-11-05 | benchtests: Add malloc microbenchmark | Will Newton | 2 | -3/+319 |
2014-09-10 | PowerPC: memset optimization for POWER8/PPC64 | Adhemerval Zanella | 1 | -0/+5 |
2014-07-03 | Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overhead | Richard Henderson | 2 | -8/+1 |
2014-06-19 | Remove unnecessary $(.) | Siddhesh Poyarekar | 1 | -1/+1 |
2014-06-11 | Validate bench.out against a JSON schema | Siddhesh Poyarekar | 3 | -0/+129 |
2014-06-06 | Don't require test wrappers to preserve environment variables, use more consi... | Joseph Myers | 1 | -1/+1 |
2014-05-26 | benchtests: Add new directive for benchmark initialization hook | Siddhesh Poyarekar | 3 | -1/+10 |
2014-05-16 | Use existing makefile variables for dependencies on glibc libraries. | Joseph Myers | 1 | -3/+2 |
2014-04-15 | benchtests: Link against objects in build directory | Siddhesh Poyarekar | 1 | -23/+9 |
2014-04-11 | benchtests: Improve readability of JSON output | Will Newton | 5 | -23/+256 |
2014-04-10 | benchtests: Add pthread_once common-case test. | Torvald Riegel | 4 | -1/+38 |
2014-04-01 | benchtests: Build ffs and ffsl benchtests with -fno-builtin | Will Newton | 1 | -0/+3 |
2014-03-31 | benchtests: Add benchtests for ffs and ffsll | Will Newton | 3 | -3/+208 |
2014-03-29 | Detailed benchmark outputs for functions | Siddhesh Poyarekar | 3 | -2/+34 |
2014-03-29 | Make bench.out in json format | Siddhesh Poyarekar | 5 | -18/+66 |
2014-03-29 | [benchtests] Use inputs file for modf | Siddhesh Poyarekar | 2 | -44/+4 |
2014-03-26 | benchtests/bench-strtod.c: Increase timeout value | Will Newton | 1 | -0/+3 |
2014-03-24 | benchtests: Move bench.py to benchtests/scripts/ | Siddhesh Poyarekar | 2 | -1/+300 |
2014-03-21 | Implement benchmarking script in python | Siddhesh Poyarekar | 2 | -2/+4 |
2014-02-28 | Make strtok benchmark competive. | Ondřej Bílka | 1 | -57/+4 |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers | 1 | -1/+3 |
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 |