1. 654013c Changed the unusual "%s", "" back to "". by bart · 16 years ago
  2. d9c0fac Fixed mismatches between format string and argument list. Output should be binary identical to the output before this patch. by bart · 16 years ago
  3. 4d62674 Result of timerfd() syscall is no longer printed to stdout, which should make this regression test more reproducible. by bart · 16 years ago
  4. 9d865fa Pass the flag -Wno-format-zero-length to gcc (if supported by gcc) while compiling tools. This flag only affects those tools for which -Wformat is enabled (at this time only exp-drd). by bart · 16 years ago
  5. ad60eeb Added regression test for POSIX advisory locking (fcntl(..., F_SETFL, ...)). by bart · 16 years ago
  6. fa1b293 Eliminated out-of-line copy of vc_lte(). by bart · 16 years ago
  7. 9bbf08b Updated results. by bart · 16 years ago
  8. 10ac144 Moved support for Linux-specific system call sys_init_module from generic to Linux wrappers. Added wrapper for sys_delete_module system call. by bart · 16 years ago
  9. 3158c5d Works now with older kernels too. by bart · 16 years ago
  10. 8c06605 Re-enabled raytrace. by bart · 16 years ago
  11. 1dcacdf Enabled support for the init_module() system call on amd64. Should fix #164476. by bart · 16 years ago
  12. 3f56f87 Disabled radiosity test because it seems to hang when p >= 2. Updated results. by bart · 16 years ago
  13. d8c0f50 Merge (from 3_3_BRANCH) some parts of r8168 (Fix up suppressions for Ubuntu 8.04.) by sewardj · 16 years ago
  14. e726e8b Changed cache size passed to FFT again to half of the real cache size such that the test fits again in 2 GB RAM. by bart · 16 years ago
  15. 96caba3 Restored option -room for radiosity, which had been left out accidentally. by bart · 16 years ago
  16. 8a2cd9b - The water-n2 and water-sp tests read the number of threads by bart · 16 years ago
  17. c7eb591 Support alternative locations for the pacct file. by bart · 16 years ago
  18. a5a95dd VSZ statistics are now reported properly. Added legend for result tables. by bart · 16 years ago
  19. 838262f Average and standard deviation are now rounded at two digits past the decimal point. by bart · 16 years ago
  20. ee17ad6 Virtual memory sizes are now printed too. by bart · 16 years ago
  21. e7b5c27 First two arguments of print_runtime_ratio are now avg1 and stddev1. These are no longer taken from the environment. by bart · 16 years ago
  22. f16de38 The order in which the tests are run does now match the order of the columns in the tables with results. by bart · 16 years ago
  23. 523c304 Renamed compile-gcc into download-and-build-gcc. by bart · 16 years ago
  24. 0b2b462 Renamed download-and-build-splash2 to download-and-build-splash2.in. by bart · 16 years ago
  25. 213dda2 Make sure the splash2 binaries are always built in the same location (exp-drd/splash2). by bart · 16 years ago
  26. d7e6ba7 Added column for --tool=none ... -p1. by bart · 16 years ago
  27. a995283 Added column for --tool=none ... -p4. by bart · 16 years ago
  28. e4da24f Updated to do list. by bart · 16 years ago
  29. 66bb75c Updated results after latest optimization. by bart · 16 years ago
  30. c66f5db Added entry for DRD manual. by bart · 16 years ago
  31. d032b53 Only retained the results obtained via gcc 4.3.1. Reran Core2 E6750 measurements after latest optimization. by bart · 16 years ago
  32. eacd916 Yet another optimization: do not instrument loads and stores that match the address pattern (stack pointer + offset) when data race detection on stack variables is disabled. by bart · 16 years ago
  33. 5a5fe0c Continued working on DRD's documentation. by bart · 16 years ago
  34. 6a28714 Updated Testing.txt. by bart · 16 years ago
  35. cf80135 Changed script such that DRD times are compared to native -p4 time instead of native -p1 time. by bart · 16 years ago
  36. 5501b0a Added more results. by bart · 16 years ago
  37. 8b24302 Propagate the error number in x86 signal contexts to the client. by tom · 16 years ago
  38. f1a483a get_otrack_shadow_offset_wrk: don't assert when handling 32 bit by sewardj · 16 years ago
  39. e3e54df Started converting README.txt into drd-manual.xml. by bart · 16 years ago
  40. b08ca70 Added results obtained with gcc 4.3.1. by bart · 16 years ago
  41. 6d60658 Replaced gcc version 3.4.0 by 3.4.1. Set LC_ALL=C such that gcc's warning messages show up properly in emacs compile window. by bart · 16 years ago
  42. 45af5ea Disabled bitmap cache rotation optimization because not all gcc versions compile it correctly. by bart · 16 years ago
  43. 3c9989f - Renamed s_bitmap2_creation_count into s_bitmap2_node_creation_count. by bart · 16 years ago
  44. ec5a9f2 Updated to do list. by bart · 16 years ago
  45. f0cdc60 Fixed compiler warning. by bart · 16 years ago
  46. 4f192dc Updated after level-2 bitmap size change. by bart · 16 years ago
  47. 8b4b2ee - Reduced level two bitmap size from 2**16 to 2**14 addresses. This by bart · 16 years ago
  48. fd7cb92 Updated results after latest optimizations. by bart · 16 years ago
  49. 40c7501 Updated results after latest optimizations. by bart · 16 years ago
  50. 10bd27e Updated after latest optimizations. by bart · 16 years ago
  51. 29a0e2a Another small optimization: moved code for printing memory accesses from run-time to instrumentation-time. by bart · 16 years ago
  52. b9c7d74 Reworked code for memory tracing. by bart · 16 years ago
  53. 873e6b0 Updated results after last optimization. by bart · 16 years ago
  54. ea2fa4c Only enable the cache rotation optimization for gcc 4.2 and later. by bart · 16 years ago
  55. f7fa46b Run test only with one thread and with ten threads -- skip values inbetween. by bart · 16 years ago
  56. 6fcc3ee Corrected rounding. by bart · 16 years ago
  57. 7e81a17 Implemented cache rotation. by bart · 16 years ago
  58. 0e5c04f Memory tracing now also works while not recording memory accesses for conflict analysis. Added branch prediction hints. by bart · 16 years ago
  59. 589f948 Commented out assert statements because of performance reasons. by bart · 16 years ago
  60. 7386714 Reran benchmark after latest optimizations. by bart · 16 years ago
  61. d1763bc Updated results. by bart · 16 years ago
  62. 9cdd178 Only run tests with -p4 -- omitted -p1 and -p2. by bart · 16 years ago
  63. 3e3296d More maual inlining. by bart · 16 years ago
  64. b3d0c14 Moved shell commands for running matinv to a separate file. by bart · 16 years ago
  65. d59bb0f Declared more inline functions static, such that the compiler can omit the out-of-line code. by bart · 16 years ago
  66. f33ce89 Reorganized SPLASH-2 benchmarking script. by bart · 16 years ago
  67. 77f954f Split long line. by bart · 16 years ago
  68. 0d4e5c2 - Output is now saved in a ${PROGRAM}.out file. by bart · 16 years ago
  69. 53d46b9 Enabled more inlining. by bart · 16 years ago
  70. 0886562 Speed up analysis of programs that access the thread stack intensively. by bart · 16 years ago
  71. bf80e12 Enable more optimization opportunities. by bart · 16 years ago
  72. 7acf380 The run-splash2 script now works regardless from which directory it is started in. by bart · 16 years ago
  73. 0ce652f Removed duplicate invocation of radiosity. Updated results after optimizations. by bart · 16 years ago
  74. 334db5e Use same inputs as in ITC paper for water-nsquared and water-spatial. by bart · 16 years ago
  75. 62e7c67 Joined if-statements. by bart · 16 years ago
  76. 32ba208 Manual inlining. by bart · 16 years ago
  77. dfbae6e Introduced bm_access_*_triggers_conflict() functions. by bart · 16 years ago
  78. f0fca44 Enabled parallel compilation. by bart · 16 years ago
  79. e3f4071 Documentation updates. by bart · 16 years ago
  80. 868d73a Added more SPLASH-2 tests. by bart · 16 years ago
  81. 9f42ba3 Sync with 3_3_BRANCH. by sewardj · 16 years ago
  82. 648270d Try to make this test more consistent across different machines. by njn · 16 years ago
  83. c191a04 Followup to r8178: don't segfault if VG_(clo_log_name) is NULL. by sewardj · 16 years ago
  84. 4efbaa7 Reinstate printing of log-file-qualifiers in XML output (Ashley Pittman). by sewardj · 16 years ago
  85. fc2aa03 Add '*flags |= SfMayBlock' to PRE(sys_sync_file_range). by sewardj · 16 years ago
  86. 84eb487 Import recent suppression upgrades from 3_3_BRANCH: revs 8163 8166 8167 8168. by sewardj · 16 years ago
  87. 3281150 Added Cholesky and FFT. by bart · 16 years ago
  88. c4a174f Made script more robusts. Ratio is now always computed relative to the non-Valgrind single-CPU run. by bart · 16 years ago
  89. ca9f2ad Modified TLS-test slightly: the program checking for TLS support is now compiled, linked and run when compiling natively and compiled and linked only when cross-compiling. Before it was compiled and linked only, both for native and cross-compilation. by bart · 16 years ago
  90. 60ba3aa Try to make these tests more reliable for different machines. by njn · 16 years ago
  91. 2ebe411 Changed _Spec::mandatory from HChar* into const HChar*. If no symbol information is found in ld.so during startup of the exp-drd tool, let Valgrind abort and print an informative error message. by bart · 16 years ago
  92. afe8226 Added intercepts for strlen() and strnlen(). by bart · 16 years ago
  93. d5c6352 Fixed typo. by bart · 16 years ago
  94. 0560549 Update. by sewardj · 16 years ago
  95. cb2d007 - Replaced algorithm for suppressing false positives on symbol by bart · 16 years ago
  96. a97a789 Don't complain on .got.plt sections of size zero. Apparently such by bart · 16 years ago
  97. f06b427 Updated scripts for running SPLASH-2. by bart · 16 years ago
  98. ca9ff62 update by njn · 16 years ago
  99. 7064fb2 Fix a bug in Massif and Cachegrind, whereby if program's forked, the child by njn · 16 years ago
  100. 89230ca Allow 64-byte line sizes (PA6T cpu). by sewardj · 16 years ago