Ignore ELF sections that have zero size. Fixes #309600.
[ambi/valgrind.git] / perf /
2012-09-17 florianUpon successful run, remove temporary files.
2012-08-05 sewardjUpdate copyright dates to include 2012.
2012-07-24 philippeHave perf/vg_perf handling EXTRA_REGTEST_OPTS
2012-04-20 sewardjMerge branches/TCHAIN from r12476 (its creation point...
2012-04-08 philippeouter/inner setup: new perf/vg_perf options to run...
2012-01-17 philippeAdd a perf test to measure the speed (and memory) of...
2011-12-23 philippeFix 247386 make perf does not run all performance...
2011-10-23 sewardjUpdate all copyright dates, from 20xy-2010 to 20xy...
2011-10-07 bartperf/tinycc.c: Avoid that clang warns about out-of...
2011-04-03 bartgit-svn-id: svn://svn.valgrind.org/valgrind/trunk@11682...
2010-05-03 sewardjUpdate copyright dates to 2010.
2009-07-01 njnRemove the --all option from vg_perf. It's useless...
2009-06-24 njnThis commit merges the BUILD_TWEAKS branch onto the...
2009-04-15 njnMerge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc...
2009-03-10 njnUpdated copyright years.
2009-02-25 njnRemove WERROR. It's not much use because getting Valgr...
2009-02-23 njnFix some more 'make check' warnings, ones that appear...
2009-02-23 njnGet rid of all "make check" compile warnings, except...
2009-02-19 njnVarious build system clean-ups and simplifications:
2008-02-11 sewardjUpdate copyright dates ("200X-2007" --> "200X-2008").
2007-08-27 dirkupdating licensing wording
2007-02-02 njnSimplify some Perl.
2007-01-08 sewardjUpdate copyright dates.
2006-12-28 sewardjAvoid name clash on ppc64-linux.
2006-11-22 njnAn extension of the previous commit: the vg_perf ...
2006-11-22 njnAdd a useful --tools option to vg_perf, which lets...
2006-11-03 njnJust use the first two letters of the toolname as the...
2006-11-03 njnFix for nested subdirs
2006-11-03 njnPerf script:
2006-10-17 sewardjAIX build fixes.
2006-10-17 sewardjMerge r6207:
2006-10-17 sewardjMerge r6205:
2006-10-17 sewardjMerge r6216:
2006-10-17 sewardjMerge r6121: Don't define uchar; it might already be...
2006-10-14 sewardjPrint native time to two places. Perhaps it would...
2006-06-05 sewardjUpdate copyright dates.
2006-04-06 njnFix vg_perf to work with older Valgrind versions.
2006-03-30 njnAvoid compile warnings for tinycc.
2006-03-27 njnAvoid unnecessary whitespace at end of printed lines.
2006-01-22 sewardjUse the bz2 test in perf/ as a regression-test, just...
2006-01-22 sewardjrm unneeded headers
2006-01-09 sewardjUnbreak make dist.
2006-01-04 sewardjSomewhat rehash the biarch-build machinery so as to...
2005-12-28 sewardjIn fbench, compute sin/cos/sqrt from "first principles...
2005-12-26 sewardjAttempt to make tinycc work on ppc32, by (1) getting...
2005-12-25 njnadd extra note about tinycc
2005-12-23 njnChange default --reps value from 3 to 1.
2005-12-20 njnAdd a new performance benchmark: tinycc.
2005-12-17 njnAdd a malloc/free stress test.
2005-12-15 njnImprovments to vg_perf:
2005-12-15 sewardjMake this work on platforms where r != x.
2005-12-14 njnAdded a stress test which measures the cost of translation.
2005-12-14 njnEnsure that f() doesn't get inlined.
2005-12-14 njnAdd --vg option to vg_perf, which lets you specify...
2005-12-13 njnwhoops
2005-12-13 njnAdded a --reps option to control how many times each...
2005-12-13 njnremove bogus whitespace
2005-12-13 njnDie if a performance benchmark is missing.
2005-12-13 njnUse user time instead of wall-clock time.
2005-12-13 njnFile recording info about each performance benchmark.
2005-12-13 sewardjRemove nanosleep and adjust iteration count and array...
2005-12-13 njnAbort the performance timings if any of the programs...
2005-12-13 njnMake sarp return zero.
2005-12-13 njnAdd two new programs to the performance suite.
2005-12-10 njnFirst attempt at some performance tracking tools. ...