1. 3146cdd Removed filter statements that overlap with tests/filter_stderr_basic. by bart · 16 years ago
  2. 5304e6b Modified the run_openmp_test script such that it can be run by Ubuntu's dash shell. by bart · 16 years ago
  3. 5dd8e6a Moved macro's that specify branch prediction hints to include/pub_tool_basics.h by bart · 16 years ago
  4. bce804c Filtered out platform-dependent error messages. by bart · 16 years ago
  5. af025b8 Renamed inbound to downloads. by bart · 16 years ago
  6. 66e6bb2 Updated according to new output format. by bart · 16 years ago
  7. 6446bd9 Make the tc22_exit_w_lock test pass on Ubuntu 7.10, 64-bit. by bart · 16 years ago
  8. b1c4412 Should have been in last commit. by bart · 16 years ago
  9. 78d7d1b Removed LinuxThreads expected output files. by bart · 16 years ago
  10. 80e3580 Most DRD regression tests are now skipped when LinuxThreads is detected. Removed LinuxThreads expected output files. by bart · 16 years ago
  11. adbdf14 Added separator. by bart · 16 years ago
  12. 0affa49 Enabled AM_PROG_CC_C_O. According to the automake manual, specifying this flag is required when using per-target flags. by bart · 16 years ago
  13. 3a2dac0 Added the option "foreign" to AM_INIT_AUTOMAKE such that automake no longer complains on the $(addsuffix ...) construct which is present in various Makefile.am files. by bart · 16 years ago
  14. 25adb3e The results of the hg03_inherit are now independent of the Linux platform it is run on. by bart · 16 years ago
  15. 16d76e5 Added command-line option --show-confl-seg (show conflicting segments). by bart · 16 years ago
  16. fe101bf Enable compile-time format string checking by gcc if the macro CHECK_FORMAT_STRINGS has been defined before this file has been included. by bart · 16 years ago
  17. 3651ec8 Added a reference. by bart · 16 years ago
  18. d3d1aa8 Added compiler flag -DCHECK_FORMAT_STRINGS. by bart · 16 years ago
  19. be8a12c Fixed mismatches between format string and arguments. by bart · 16 years ago
  20. a2b6e1b Added reference counting to segments. Synchronization objects (mutex, semaphore, barrier, rwlock) now keep a pointer to a segment instead of copying a vector clock for modeling causal relationships. by bart · 16 years ago
  21. 7102f10 Renamed functions for querying segment creation counters. Added the function sg_get_alive_segments_count(). Removed sg_init() and sg_cleanup() from the public segment interface. by bart · 16 years ago
  22. f7405c6 Attempt to make this test independent of the Linux distribution it is run on. by bart · 16 years ago
  23. 2ac79d3 Kludgily fix a regression caused by the recent DATASYMS merge, which by sewardj · 16 years ago
  24. 57ac34f Updated to do list. by bart · 16 years ago
  25. 8d6f39b Even more expected output updates. by bart · 16 years ago
  26. 8f71fa1 More expected output updates. by bart · 16 years ago
  27. aa97a54 All error and trace messages now show both Valgrind's and DRD's thread ID. by bart · 16 years ago
  28. 2afbd9b Only the error count for the recursive_mutex regression test is taken in account. by bart · 16 years ago
  29. ec32120 Updated expected output. by bart · 16 years ago
  30. d43f8d3 Fixed stack red zone handling. by bart · 16 years ago
  31. ff1252a Removed obsolete code. by bart · 16 years ago
  32. 2391ec6 Un-break "make dist". by bart · 16 years ago
  33. 7b8e43b Updated to do list. by bart · 16 years ago
  34. e8a7b52 Added information about OpenMP. by bart · 16 years ago
  35. 354009c Removed support for thread names. by bart · 16 years ago
  36. 56847ad Refinement: OpenMP tests are now only run if libgomp.so has debug information and if it has been compiled with --disable-linux-futex. by bart · 16 years ago
  37. c68bd60 An error message is now printed if DRD is started with a client program that loads a version of libgomp.so that has been compiled with --enable-linux-futex. by bart · 16 years ago
  38. d576591 More small performance optimizations with regard to stack pointer manipulation. by bart · 16 years ago
  39. 5e234ac Added creation / destruction events to the bitmap access type enumeration. by bart · 16 years ago
  40. e1d4aa6 The recently added cache data members of the bitmap structure are now initialized properly. by bart · 16 years ago
  41. 1ea5fff Declared thread_set_stack_min() inline. by bart · 16 years ago
  42. 635a581 Minor optimization: commented out an assert statement. by bart · 16 years ago
  43. 3b9f3bf Added script run_openmp_test and regression test pth_detached_sem. by bart · 16 years ago
  44. 437bdf9 OpenMP regression tests are now only run when libgomp.so contains debug information. by bart · 16 years ago
  45. 6c87f31 Changed termination test back to mutex-protected counter. by bart · 16 years ago
  46. 5ad4698 Added new DRD regression test. by bart · 16 years ago
  47. 2299956 Shell script that tests whether or not the specified executable will be loaded with a libgomp.so library that contains debug information. by bart · 16 years ago
  48. f587d04 More performance tuning. by bart · 16 years ago
  49. f8bc71d Modified bitmap implementation such that more expressions can be evaluated at compile time. by bart · 16 years ago
  50. 49c3a11 Fixed compiler warning. by bart · 16 years ago
  51. e9996b8 Because of a recent change the glibc 2.0 and glibc 2.x (x>=1) redirections are now identical. Removed the duplicate redirections. by bart · 16 years ago
  52. 7a28214 Moved drd_is_suppressed() call inside drd_report_race(). by bart · 16 years ago
  53. 3772a98 Made indentation in the DRD source code uniform: indentation size is now two spaces in all soure files. by bart · 16 years ago
  54. a79df6e Even more optimizations. by bart · 16 years ago
  55. 5848793 Small additional optimization. by bart · 16 years ago
  56. 3655612 Inlining and specialization of some bitmap manipulation functions. by bart · 16 years ago
  57. 9036dea Made arguments of bitmap manipulating functions more uniform. by bart · 16 years ago
  58. 1a473c7 Inlined thread_conflicting_access(). Changed thread_get_danger_set() and thread_get_segment() from extern to inline. by bart · 16 years ago
  59. f00a85b Added inline function running_thread_is_recording(). Removed function thread_is_recording(). by bart · 16 years ago
  60. 54e55d2 Removed -I$(top_srcdir)/coregrind. Added -O2. by bart · 16 years ago
  61. 1160800 Disabled the warning on sending a signal without having locked the associated mutex, since this is not always an error. by bart · 16 years ago
  62. a547c82 The dots (one per detached thread) are again all printed on one line instead of one per line. Changed termination test from a counter protected by a mutex to a counting semaphore. by bart · 16 years ago
  63. 4703687 Changed default number of threads from zero into one. by bart · 16 years ago
  64. e4e06e4 Removed casts from function pointer to regular pointer. by bart · 16 years ago
  65. 602dba2 Updated expected output. by bart · 16 years ago
  66. 99bef1f Fixed typo's. by bart · 16 years ago
  67. 12d459a Added to repository. by bart · 16 years ago
  68. 805043e Renamed matinv_openmp test into omp_matinv. Added omp_matinv_racy and omp_prime_racy tests. by bart · 16 years ago
  69. e8acf49 Removed empty *.stdout.exp* files. by bart · 16 years ago
  70. 306527d Bug fix: sometimes an assert was triggered if pthread_barrier_destroy() was called after the last pthread_barrier_wait() finished and before the post-pthread_barrier_wait() client request finished. by bart · 16 years ago
  71. 661d50d Cosmetic change. by bart · 16 years ago
  72. 1f52b82 Renamed HAVE_GCC_FOPENMP into HAVE_OPENMP. Changed compile test into link test. by bart · 16 years ago
  73. baa3c2d matinv_openmp and omp_prime linking now also succeeds with older automake versions. by bart · 16 years ago
  74. 72ab1ff Replaced positional command line arguments by command options. by bart · 16 years ago
  75. fe19b11 Replaced positional command line arguments by command options. Changed matrix initialization. by bart · 16 years ago
  76. bf72be5 Replaced positional command line arguments by command options. Changed matrix initialization. by bart · 16 years ago
  77. cb42ab4 Fixed compiler warning. by bart · 16 years ago
  78. 25b079c Merge, from branches/HGDEV, r7604 and r7609 (Try to address by sewardj · 16 years ago
  79. 368ec98 Reverted last commit. by bart · 16 years ago
  80. df6cbe3 Resolved function redirection conflict. by bart · 16 years ago
  81. 0268dfa Added support for OpenMP barriers -- if libgomp.so has been built with debug information. More in general, added support for nested synchronization constructs. by bart · 16 years ago
  82. 91740e2 Converted tabs into spaces. by bart · 16 years ago
  83. d552649 Depending on the fourth command line argument, a racy or non-racy run is started. by bart · 16 years ago
  84. 459caeb Added an OpenMP suppression pattern. by bart · 16 years ago
  85. 2cb588d Renamed drd_intercepts.c into drd_pthread_intercepts.c. by bart · 16 years ago
  86. 85d2ef2 Third attempt to get the OpenMP configure test right. by bart · 16 years ago
  87. 7c21628 Added information about OpenMP. by bart · 16 years ago
  88. 621ccb2 Updated to do list. by bart · 16 years ago
  89. 460a19b Make sure this test is only run if the executable matinv_openmp has been compiled. by bart · 16 years ago
  90. 0aeb186 Added omp_prime.c by bart · 16 years ago
  91. 7f0adff Added to repository. by bart · 16 years ago
  92. b6c2ff4 Number of threads is now a command line argument. by bart · 16 years ago
  93. 6060977 Removed too restrictive assert. by bart · 16 years ago
  94. de519f3 Removed duplicate code. by bart · 16 years ago
  95. 0f2b3cf Fixed race condition. by bart · 16 years ago
  96. 6111133 Made test for OpenMP more complete. by bart · 16 years ago
  97. 5e1952a More cleanup. by bart · 16 years ago
  98. ebca786 Added NPTL-0.60 suppression patterns. by bart · 16 years ago
  99. 3effeb9 Added yet another output variant. by bart · 16 years ago
  100. 7b792b1 Cleanup. by bart · 16 years ago