Fix readdir regressions on sparc 32-bit.
[platform/upstream/glibc.git] / benchtests /
2013-10-10 Torvald Riegelbenchtests: Add include-sources directive.
2013-10-07 Siddhesh PoyarekarAdd more directives to benchmark input files
2013-09-19 Siddhesh PoyarekarAdd benchmark inputs for sincos
2013-09-11 Will Newtonbenchtests: Rename argument to TIMING_INIT macro.
2013-09-06 Adhemerval Zanellabenchtests: Add memrchr benchmark
2013-09-06 Will Newtonbenchtests/Makefile: Run benchmark for memcpy.
2013-09-04 Will Newtonbenchtests: Switch string benchmarks to use bench-timing.h.
2013-09-04 Will Newtonbenchtests/Makefile: Use LDLIBS instead of LDFLAGS.
2013-06-21 Adhemerval ZanellaFix loop construction to functions calls
2013-06-11 Siddhesh PoyarekarPort remaining string benchmarks
2013-06-11 Siddhesh PoyarekarCopy over string performance tests into benchtests
2013-06-11 Siddhesh PoyarekarBegin porting string performance tests to benchtests
2013-06-10 Siddhesh PoyarekarAvoid overwriting earlier flags in CPPFLAGS-nonlib...
2013-05-22 Siddhesh PoyarekarSort benchmark functions
2013-05-22 Siddhesh PoyarekarAdd benchmark inputs for math functions
2013-05-21 Siddhesh PoyarekarAdd a README for benchtests
2013-05-17 Siddhesh PoyarekarPrevent optimizing out of benchmark function call
2013-05-13 Siddhesh PoyarekarUse HP_TIMING for benchmarks if available
2013-05-10 Siddhesh PoyarekarFix coding style
2013-05-08 Ondrej BilkaPreheat CPU in benchtests.
2013-04-30 Siddhesh PoyarekarAllow multiple input domains to be run in the same...
2013-04-30 Siddhesh PoyarekarMaintain runtime of each benchmark at ~10 seconds
2013-04-24 Siddhesh PoyarekarMention files in which fast/slow paths of math function...
2013-04-23 Adhemerval ZanellaPowerPC: modf optimization
2013-04-17 Siddhesh PoyarekarAdd benchmark inputs for cos and tan
2013-04-16 Siddhesh PoyarekarDefine NOT_IN_libc when compiling benchmark programs
2013-04-16 Siddhesh PoyarekarAdd target bench-clean
2013-04-15 Siddhesh PoyarekarWrite to bench.out-tmp only once
2013-04-15 Siddhesh PoyarekarRebuild benchmark sources when Makefile is updated
2013-04-12 Siddhesh PoyarekarMove bench target to benchtests
2013-04-03 Siddhesh PoyarekarAdd benchmark inputs for atan
2013-04-02 Siddhesh PoyarekarAdd benchmark inputs for sin
2013-04-02 Siddhesh PoyarekarAdd benchmark tests for slowpow and slowexp
2013-04-01 Adhemerval ZanellaPowerPC: remove branch prediction from rint implementation
2013-03-15 Siddhesh PoyarekarFramework for performance benchmarking of functions