- ed39800 Upgrade to valgrind 3.13.0 (15 June 2017). by Elliott Hughes · 7 years ago
- a0664b9 Upgrade to valgrind 3.12.0. by Elliott Hughes · 8 years ago
- 7161e33 Suppress unwanted clang 3.7 warnings. Fix undefined behaviour in perf/tinycc.c by florian · 9 years ago
- 6d9a338 Change the --smc-check default value to =all-non-file. by sewardj · 9 years ago
- b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
- ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
- 3d53d08 Simplify configury and eliminate AC_GCC_WARNING_COND which was only used by florian · 9 years ago
- 016f2ee Compute total size with unsigned long long by philippe · 10 years ago
- a1ac2f4 This patch reduces the memory needed for a VtsTE by 25% (one word) by philippe · 10 years ago
- 71a04ea Rename write variable to avoid a warning: by philippe · 10 years ago
- a2677f1 increase function size even more (see r15095). On s390 this testcase by cborntra · 10 years ago
- cabdbb5 This patch changes the policy that does the GC of OldRef and RCEC by philippe · 10 years ago
- 261fbcb Fix the bigcode test failure for TILEGX By: Zhi-Gang Liu by zliu · 10 years ago
- 46cc045 Merge r14202 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
- 06766bd Update the copyright notice in files ending in '.in' because the by florian · 10 years ago
- 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
- 8e1bee4 Allow the user to dimension the translation cache by philippe · 11 years ago
- 213b0d3 mips: flush the cache in perf/bigcode.c by petarj · 11 years ago
- 495f622 Initialise a local variable, so as to stop gcc-4.7.2 complaining that by sewardj · 12 years ago
- 74c37d8 Improve help message. by florian · 12 years ago
- da8c126 Re-establich configury checking for -Wno-pointer-sign. We need that by florian · 12 years ago
- 654b542 Final patch for Char/HChar mixups. by florian · 12 years ago
- 7ac8260 Upon successful run, remove temporary files. by florian · 12 years ago
- 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
- 215b297 Have perf/vg_perf handling EXTRA_REGTEST_OPTS by philippe · 12 years ago
- 14ab1a3 outer/inner setup: new perf/vg_perf options to run perf tests + support translation chaining in inner. by philippe · 13 years ago
- 5928d39 Add a perf test to measure the speed (and memory) of PDB handling. by philippe · 13 years ago
- 8f927a5 Fix 247386 make perf does not run all performance tests : by philippe · 13 years ago
- ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
- f2e8a46 perf/tinycc.c: Avoid that clang warns about out-of-bounds accesses for by bart · 13 years ago
- f976f6c by bart · 14 years ago
- 9eecbbb Update copyright dates to 2010. by sewardj · 15 years ago
- 1a95e05 Remove the --all option from vg_perf. It's useless now that there are by njn · 15 years ago
- 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
- 83b62cb Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWIN branch. by njn · 16 years ago
- 9f20746 Updated copyright years. by njn · 16 years ago
- 8d1181d Remove WERROR. It's not much use because getting Valgrind to build without by njn · 16 years ago
- 685a959 Fix some more 'make check' warnings, ones that appear on non-Linux platforms. by njn · 16 years ago
- efc13c2 Get rid of all "make check" compile warnings, except for the ones from by njn · 16 years ago
- 5304457 Various build system clean-ups and simplifications: by njn · 16 years ago
- 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 17 years ago
- 43c48b6 updating licensing wording by dirk · 17 years ago
- ae7f682 Simplify some Perl. by njn · 18 years ago
- 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
- e1f9907 Avoid name clash on ppc64-linux. by sewardj · 18 years ago
- 768cd5d An extension of the previous commit: the vg_perf --tools option is so useful by njn · 18 years ago
- 3fbf17a Add a useful --tools option to vg_perf, which lets you override the "tools" by njn · 18 years ago
- 341f98b Just use the first two letters of the toolname as the abbreviation. by njn · 18 years ago
- 356ffa3 Fix for nested subdirs by njn · 18 years ago
- 276054a Perf script: - always trace into children - addrcheck no longer exists by njn · 18 years ago
- 26b8728 AIX build fixes. by sewardj · 18 years ago
- b4860be Merge r6207: by sewardj · 18 years ago
- 799a284 Merge r6205: by sewardj · 18 years ago
- 4c5841f Merge r6216: by sewardj · 18 years ago
- cd030b5 Merge r6121: Don't define uchar; it might already be defined. by sewardj · 18 years ago
- 8e339a1 Print native time to two places. Perhaps it would be better to adjust by sewardj · 18 years ago
- e4b0bf0 Update copyright dates. by sewardj · 18 years ago
- 8c20d87 Fix vg_perf to work with older Valgrind versions. by njn · 19 years ago
- a30bec8 Avoid compile warnings for tinycc. by njn · 19 years ago
- 715cc59 Avoid unnecessary whitespace at end of printed lines. by njn · 19 years ago
- 46712cd Use the bz2 test in perf/ as a regression-test, just as a moderately by sewardj · 19 years ago
- 7541cac rm unneeded headers by sewardj · 19 years ago
- 07406df Unbreak make dist. by sewardj · 19 years ago
- 0126214 by sewardj · 19 years ago
- 422c790 In fbench, compute sin/cos/sqrt from "first principles", so that the by sewardj · 19 years ago
- b1e1a7a Attempt to make tinycc work on ppc32, by (1) getting rid of various by sewardj · 19 years ago
- 02280ba add extra note about tinycc by njn · 19 years ago
- fbfbd4f Change default --reps value from 3 to 1. by njn · 19 years ago
- 99c8558 Add a new performance benchmark: tinycc. by njn · 19 years ago
- 444e4b4 Add a malloc/free stress test. by njn · 19 years ago
- 30e23ac by njn · 19 years ago
- 0d3a1a8 Make this work on platforms where r != x. by sewardj · 19 years ago
- f131b3a Added a stress test which measures the cost of translation. by njn · 19 years ago
- 79076e3 Ensure that f() doesn't get inlined. by njn · 19 years ago
- 5778186 Add --vg option to vg_perf, which lets you specify one or more Valgrinds by njn · 19 years ago
- b2b4f46 whoops by njn · 19 years ago
- ee45f1d Added a --reps option to control how many times each program is run. by njn · 19 years ago
- 866a9b4 remove bogus whitespace by njn · 19 years ago
- c9582a2 Die if a performance benchmark is missing. by njn · 19 years ago
- 02383bc Use user time instead of wall-clock time. by njn · 19 years ago
- fa4d68c File recording info about each performance benchmark. by njn · 19 years ago
- 57ea0c2 Remove nanosleep and adjust iteration count and array size accordingly. by sewardj · 19 years ago
- ecb4744 Abort the performance timings if any of the programs fail, by njn · 19 years ago
- c870d18 Make sarp return zero. by njn · 19 years ago
- 86c2349 Add two new programs to the performance suite. by njn · 19 years ago
- ec0c27a First attempt at some performance tracking tools. Includes a script vg_perf by njn · 19 years ago