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