1. f5d8e65 Remove some unneded checks as identified by IBM's BEAM checker. by florian · 10 years ago
  2. 9cdc083 drd: Move VG_(getenv)("DRD_VERIFY_CONFLICT_SET") by bart · 10 years ago
  3. 7692f16 drd: Clear conflict set after fork (#338115) by bart · 10 years ago
  4. e4554e1 drd: Add command-line option --verify-conflict-set by bart · 10 years ago
  5. 2bf4bb9 drd: Build fix for ENABLE_DRD_CONSISTENCY_CHECKS by bart · 10 years ago
  6. d4bab99 drd: Update copyright notice by bart · 11 years ago
  7. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  8. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  9. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  10. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  11. 91b7ec3 drd: Remove drd/drd_list.h again because of its GPLv2 license. by bart · 12 years ago
  12. e278ab5 drd: Use macros and inline functions for list manipulation by bart · 12 years ago
  13. ae37e6d drd: Source code refactoring - use DRD_(thread_get_vc)() wherever appropriate by bart · 12 years ago
  14. c6bf184 drd: Source code refactoring - use DRD_(thread_get_vc)() wherever appropriate by bart · 12 years ago
  15. f7a5b3f Remove trailing whitespace by bart · 13 years ago
  16. 1081fe2 Remove emacs modeline and/or local variables from DRD source files by bart · 13 years ago
  17. ad994e8 drd, XML tracing: move newline generation into DRD_(trace_msg)() / change tracing output format slightly. by bart · 13 years ago
  18. e708600 drd: Enable XML output. See also #282949. To do: document the output format. by bart · 13 years ago
  19. b92ff0f DRD, refactoring: Introduce DRD_(trace_msg)() by bart · 13 years ago
  20. 178b686 drd: drd_thread.c source code cleanup by bart · 13 years ago
  21. 6d956dc drd: Delay deletion of memory access information of joined threads in order not by bart · 13 years ago
  22. ac5b95b drd: Source code cleanup - merge two blocks of tracing code by bart · 13 years ago
  23. 4b3fdb2 drd: Source code cleanup - change two variables from int to bool and outdent one code block by bart · 13 years ago
  24. f5fe4b6 drd: Add an assert statement by bart · 13 years ago
  25. 922304f Updated modeline and copyright statement in DRD source files. by bart · 13 years ago
  26. 23ef19d DRD: More source code cleanup (constant propagation). by bart · 13 years ago
  27. 0c0cd77 DRD: avoid triggering an assertion failure if a thread is canceled while waiting inside pthread_mutex_lock(). Fixes #267413. by bart · 13 years ago
  28. 9194e93 DRD: handle fork() in processes with detached threads correctly (see also #255355). by bart · 13 years ago
  29. 5c7e6b6 DRD: do not assert() upon fork(). Fixes the DRD part of #255355. by bart · 13 years ago
  30. 876cafd E-mail address update. by bart · 14 years ago
  31. 383d613 Added the per-thread property 'on_alt_stack'. by bart · 14 years ago
  32. f9427fd Added command-line option --trace-alloc and disabled --free-is-write by default. by bart · 14 years ago
  33. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  34. 31b983d Removed trailing whitespace in C source and header files. by bart · 14 years ago
  35. dbcec52 Remove unnecessary #includes. by njn · 15 years ago
  36. b48bde2 Report an error message instead of triggering an assertion failure when a non-existing thread ID is passed to pthread_join() or pthread_cancel(). by bart · 15 years ago
  37. 3c9afb1 Print an easy-to-understand message in case the client program tries to create more threads than what is currently supported by DRD. by bart · 15 years ago
  38. dd75cdf Replaced code for suppressing the stack memory in use at the time a by bart · 15 years ago
  39. 63c92ea DRD no longer prints the thread ID's assigned by the Valgrind core but only those assigned by DRD itself. by bart · 15 years ago
  40. 1e29ebc by sewardj · 15 years ago
  41. 6f1d716 Changed default segment merging interval from 64 to 10. by bart · 15 years ago
  42. f6ec1fe Combined DRD_(thread_new_segment)() and DRD_(thread_combine_vc_sync)() by bart · 15 years ago
  43. e521466 Made --drd-stats=yes output even more verbose. by bart · 15 years ago
  44. 54803fe Updated code for statistics printed by --drd-stats=yes. by bart · 15 years ago
  45. 8f822af svn merge -r9818:10278 svn://svn.valgrind.org/valgrind/branches/DRDDEV by bart · 15 years ago
  46. 7627be3 Consistency improvement: made sure that for all synchronization operations vector clocks are combined after having created a new segment instead of before. by bart · 15 years ago
  47. d45d995 - Added support for most of the ANNOTATE_...() macro's supported by by bart · 15 years ago
  48. e7dff24 Made DRD_(thread_set_pthreadid)() idempotent. by bart · 15 years ago
  49. bedfd23 - Reindented code such that it uses three spaces for indentation instead by bart · 15 years ago
  50. 0d3bbd3 Cleanup. by bart · 15 years ago
  51. 86a87df - Added more comments. by bart · 15 years ago
  52. d2c5eae Changes: by bart · 15 years ago
  53. 86562bd - Updated copyright statements. - Improved consistency of source file headers. by bart · 15 years ago
  54. 99edb29 Wrapped DRD_() macro around yet even more function names. by bart · 15 years ago
  55. dc1ef03 Wrapped DRD_() macro around even more function names. by bart · 15 years ago
  56. 62a784c Wrapped DRD_() macro around thread-related function names. by bart · 15 years ago
  57. 324a23b Wrapped DRD_() macro around global and static variables in drd_thread.[ch]. by bart · 15 years ago
  58. a8cf765 Wrapped DRD_() macro around all barrier-related function names. by bart · 15 years ago
  59. 439c55f Added more comments / rearranged function order. by bart · 15 years ago
  60. 62ada3f Wrapped DRD_() macro around all segment function names. by bart · 15 years ago
  61. 41b226c Wrapped DRD_() macro around all vector clock function names. by bart · 15 years ago
  62. 1335ecc Introduced more DRD_ prefixes. by bart · 15 years ago
  63. 09dc13f - Moved several functions and variables from one source file to another. by bart · 15 years ago
  64. 5c3da01 Relaxed an assert statement: a thread canceled by pthread_cancel() can really exit with synchr_nesting > 0. by bart · 15 years ago
  65. 9b2974a Added more comments. by bart · 16 years ago
  66. af0691b Added thread_pre_cancel(). by bart · 16 years ago
  67. ccf17de Renamed exp-drd directory into drd. Moved drd from the experimental tool class to the class of regular tools. by bart · 16 years ago[Renamed from exp-drd/drd_thread.c]
  68. e73b0aa Renamed "danger set" into "conflict set". by bart · 16 years ago
  69. d59bb0f Declared more inline functions static, such that the compiler can omit the out-of-line code. by bart · 16 years ago
  70. 53d46b9 Enabled more inlining. by bart · 16 years ago
  71. bf80e12 Enable more optimization opportunities. by bart · 16 years ago
  72. 62e7c67 Joined if-statements. by bart · 16 years ago
  73. 32ba208 Manual inlining. by bart · 16 years ago
  74. dfbae6e Introduced bm_access_*_triggers_conflict() functions. by bart · 16 years ago
  75. 74a5f21 Fixed compiler warnings in assert statements. by bart · 16 years ago
  76. a3f6109 Renamed bm_compare() into bm_equal(). Fixed a bug in bm_equal(). by bart · 16 years ago
  77. 5d421ba Disabled complex logic in danger_set_update_needed() since it did not result in any speedup. by bart · 16 years ago
  78. 82195c1 Enable danger set checking when the environment variable DRD_VERIFY_DANGER_SET is set. by bart · 16 years ago
  79. 4af812e Renamed thread_update_danger_set() into thread_compute_danger_set(). by bart · 16 years ago
  80. d66e3a8 Added more counters. Reduced number of danger set updates slightly. by bart · 16 years ago
  81. 23d3a4e Commented out the too frequently called tl_assert() statements. by bart · 16 years ago
  82. f1ac71a Changed the way how data races in NPTL's thread-private data on the top of the stack are ignored: instead of clearing the corresponding region in the bitmap of every thread when the stack pointer is increased, the appropriate bits in the suppression bitmap are set at thread creation time. by bart · 16 years ago
  83. 8bf2f8b Introduced bm_test_and_clear(). by bart · 16 years ago
  84. cac5346 Added thread_get_stack_size() and thread_get_stack_min_min(). by bart · 16 years ago
  85. 3f74967 Minor optimization. by bart · 16 years ago
  86. a9c3739 Implemented segment merging. by bart · 16 years ago
  87. 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
  88. aa97a54 All error and trace messages now show both Valgrind's and DRD's thread ID. by bart · 16 years ago
  89. d43f8d3 Fixed stack red zone handling. by bart · 16 years ago
  90. 354009c Removed support for thread names. by bart · 16 years ago
  91. 1ea5fff Declared thread_set_stack_min() inline. by bart · 16 years ago
  92. 3772a98 Made indentation in the DRD source code uniform: indentation size is now two spaces in all soure files. by bart · 16 years ago
  93. 1a473c7 Inlined thread_conflicting_access(). Changed thread_get_danger_set() and thread_get_segment() from extern to inline. by bart · 16 years ago
  94. f00a85b Added inline function running_thread_is_recording(). Removed function thread_is_recording(). by bart · 16 years ago
  95. 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
  96. 6060977 Removed too restrictive assert. by bart · 16 years ago
  97. 5bd9f2d Added new command-line option --trace-rwlock. Added regression test exp-drd/tests/rwlock_race. Updated to do list. Fixed bug in vc_min(), the function that computes the elementwise minimum of two vector clocks. Fixed bug in thread_update_danger_set(). Fixed recently introduced bug in mutex code with regard to vector clock combining. by bart · 16 years ago
  98. 5e85d26 Eliminated per-thread start/stop recording mechanism, which should make DRD a little bit faster. malloc()/free() is now intercepted on all platforms instead of just on i386. by bart · 16 years ago
  99. 2cf220a Added -Wsign-compare. by bart · 16 years ago
  100. 26f73e1 Corrected various comments. Removed commented out code. Added code for tracing thread context switches and danger set updating. Fixed memory leak. Danger set is now updated every time a new segment is created instead of only at every context switch, which fixes the bug that no data races were reported for the pth_barrier test program. by bart · 16 years ago