1. a6efdfa Rename --defaultsupp into --default-suppressions as requested by Julian by bart · 10 years ago
  2. 5d668be drd/tests/std_thread2: Re-enable by bart · 10 years ago
  3. 6fe6ef5 drd/tests/std_thread2: Disable this test temporarily such that the suppression patterns can be restored by bart · 10 years ago
  4. d3a8fca drd/tests/std_thread2: Make this test independent of the libstdc++ version by bart · 10 years ago
  5. df33717 drd/tests/std_thread2: Filter out libstdc++ header file line numbers by bart · 10 years ago
  6. 3cc2620 drd: Ignore ordering introduced by a mutex used in the thread creation wrapper by bart · 10 years ago
  7. a6f70d5 drd/tests/std_thread2: Add by bart · 10 years ago
  8. a9d5eda drd/tests/local_static: Disable because g++ does not yet allow proper interception of initialization of local static variables by bart · 10 years ago
  9. f056aab drd: Add __cxa_guard_*() intercepts by bart · 10 years ago
  10. d8070b3 drd/tests/local_static: Fix a typo by bart · 10 years ago
  11. f6bcf16 drd/tests/local_static: Add by bart · 10 years ago
  12. 5a3b2a4 drd manual: Fix C++11 instructions by bart · 10 years ago
  13. 0ebae82 drd/tests/std_thread: Remove two superfluous macro definitions by bart · 10 years ago
  14. 05a6673 drd/tests/std_thread: Minimize diffs with original by bart · 10 years ago
  15. ac1b70d drd/tests/std_thread: Enable this test program by bart · 10 years ago
  16. 8bad1f3 drd manual: Document how to avoid false positive reports on the C++11 std::thread class by bart · 10 years ago
  17. cb48672 drd: Add semaphore annotations (#333072) by bart · 10 years ago
  18. 639c351 drd/tests/atomic_var: Revert r13876. by bart · 10 years ago
  19. 9a55e89 Fix a small typo in drd EXTRADIST Makefile.am file list for mips32 by philippe · 10 years ago
  20. c32dd87 mips32: When we are accessing elements via double pointer MIPS compiler can by dejanj · 10 years ago
  21. 63eb989 drd: Add post-rwlock_init and pre-rwlock_destroy client requests (#332265) by bart · 10 years ago
  22. 4ad5efc drd: Fix pthread_rwlock_timed{rd,wr}lock intercepts (#332263) by bart · 10 years ago
  23. 35d91d9 drd/tests/atomic_var: Avoid that platform-specific code can trigger a false negative by bart · 10 years ago
  24. caefb28 drd: Fix an assertion failure in the internal consistency check code (#332055) by bart · 10 years ago
  25. 0895b09 coregrind/m_scheduler + drd: Rework r13862 by bart · 10 years ago
  26. 2bf4bb9 drd: Build fix for ENABLE_DRD_CONSISTENCY_CHECKS by bart · 10 years ago
  27. 0652432 drd/tests/thread_namedrd/tests/thread_name: Ensure mutex address uniqueness (see also #331847) by bart · 10 years ago
  28. 43e28a8 drd/tests/sem_open: Change the semaphore name (#331839) by bart · 10 years ago
  29. fef90e0 drd: Make the code added in r13792 portable by bart · 10 years ago
  30. 72b2193 drd/tests/trylock: Make this test pass for glibc >= 2.18 by bart · 10 years ago
  31. 9025fdb drd: Avoid that the drd/tests/pth_mutex_reinit test fails with glibc >= 2.18 by bart · 10 years ago
  32. 0345188 arm64: rename guest_SP to guest_XSP so as to avoid a name clash with by sewardj · 11 years ago
  33. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 11 years ago
  34. 1371595 Fix drd assert failure for monitor cmd execution when all threads blocked in syscall by philippe · 11 years ago
  35. e52e445 Following svn r13758 (bug 328711), some further similar fixes, by philippe · 11 years ago
  36. ade6988 drd/tests/std_atomic: Add by bart · 11 years ago
  37. be1ef9f drd: Follow-up for r13749 by bart · 11 years ago
  38. 9c7779b Merge mc_replace_strmem.c, hg_intercepts.c and drd_strmem_intercepts.c by bart · 11 years ago
  39. 24dae8a drd: Add three additional strncpy() and strncmp() intercepts (#326816) by bart · 11 years ago
  40. 2d7515c drd: Add strncpy() and strncmp() intercepts (#326816) by bart · 11 years ago
  41. 074d6a0 drd: Add strstr() intercept (#326623) by bart · 11 years ago
  42. 8670edc drd: Add range support for --ptrace-addr by bart · 11 years ago
  43. 3f9c229 drd: Add a test for the strmem intercepts by bart · 11 years ago
  44. 72df022 drd: Add strrchr(), memchr(), memrchr() and memcmp() intercepts (#326623) by bart · 11 years ago
  45. 272a0c9 drd: Add stpcpy() intercept (#326436) by bart · 11 years ago
  46. 434d4a7 drd: Add additional strchr(), strcpy() and strcmp() intercepts (#326436) by bart · 11 years ago
  47. 4115c71 drd/tests: Add std_list and std_string test programs by bart · 11 years ago
  48. f790138 drd: Add strchr(), strcpy(), strcmp() and memcpy() intercepts (#326436) by bart · 11 years ago
  49. fb835fc drd: Avoid that optimized strlen() implementations trigger false positive race reports (#326091) by bart · 11 years ago
  50. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  51. 4e32d67 Allow tools to provide some statistics in suppression list produced at the end by philippe · 11 years ago
  52. 24fefb6 Add a specific configury check to test compilability of the by florian · 11 years ago
  53. a06575a Disable drd/tests/std_thread.cpp for clang. by florian · 11 years ago
  54. d4bab99 drd: Update copyright notice by bart · 11 years ago
  55. 6b9b1b0 drd/tests/annotate_smart_pointer: Avoid non-POD variable length arrays by bart · 11 years ago
  56. fc4c28f drd: Change VALGRIND_DO_CLIENT_REQUEST_EXPR() into VALGRIND_DO_CLIENT_REQUEST_STMT() where appropriate by bart · 11 years ago
  57. c5325ef Followup to r13553 which caused some build failures. by florian · 11 years ago
  58. 1a046d5 Include pub_core/tool_clreq.h instead of valgrind.h where apropriate. by florian · 11 years ago
  59. 90c8d7e drd: Fix bug #323905 by bart · 11 years ago
  60. c0cd28f drd: Add command-line option --trace-sectsuppr by bart · 11 years ago
  61. e6eb794 drd/tests/concurrent_close: Add by bart · 11 years ago
  62. 362441d fix incorrect lineno in supp error msgs+ -v give filename+lineno of used supp. by philippe · 11 years ago
  63. c5b885c add and update exp files for drd/tests/annotate_trace_memory by petarj · 11 years ago
  64. 825eac3 Revert "Disable drd/tests/annotate_trace_memory[_xml].vgtest on arm and ppc." by mjw · 11 years ago
  65. 7e09192 drd/tests/annotate_trace_memory no longer depends on 64-bit atomics by bart · 11 years ago
  66. 58ce071 drd/tests/annotate_trace_memory: Make this test more ARM/PPC friendly (#318643) by bart · 11 years ago
  67. a1e2145 Disable drd/tests/annotate_trace_memory[_xml].vgtest on arm and ppc. by mjw · 11 years ago
  68. 2be5122 Fix double 'the the' in documentation. by mjw · 11 years ago
  69. 764b39e drd/tests/annotate_smart_pointer2: Add an expected output file by bart · 11 years ago
  70. 5961fe0 drd/tests/sem_wait: Skip on Darwin since sem_init() fails with ENOSYS on Darwin by bart · 11 years ago
  71. 573d074 drd: Fix stack growth tracking. Hopefully this is the proper fix for #297147. by bart · 11 years ago
  72. 96cdf1e drd: Fix a 4x slowdown for certain applications (#316181) by bart · 11 years ago
  73. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  74. 19fb8d7 drd: Make --trace-addr trace all loads for the specified address by bart · 12 years ago
  75. 4005d47 drd: Avoid that Coverity complains about a dead assignment by bart · 12 years ago
  76. cafe505 Merge, from branches/COMEM, revisions 13139 to 13235. by sewardj · 12 years ago
  77. 528b350 is_stack_access: don't iterate over possibly non-existent stmts. This by sewardj · 12 years ago
  78. b6c014b drd/tests/pth_cond_destroy_busy: Correct expected output by bart · 12 years ago
  79. 995e36d drd/tests/pth_cond_destroy_busy: Add by bart · 12 years ago
  80. d36fa80 drd: Handle pthread_cond_destroy() failure properly by bart · 12 years ago
  81. 543f7ef Minor style improvement over r13190. by petarj · 12 years ago
  82. c9fa640 Use different incorrect value in pth_detached3 by petarj · 12 years ago
  83. 6d79b74 Introduce DISABLE_PTHREAD_SPINLOCK_INTERCEPT flag by petarj · 12 years ago
  84. 81d24c3 fix 310424 --read-var-info does not properly describe static variables by philippe · 12 years ago
  85. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  86. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  87. 54fe202 Char/HChar and constness fixes. Mostly cost center by florian · 12 years ago
  88. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  89. e543f30 First round of Char/HChar fixups for coregrind and memcheck. by florian · 12 years ago
  90. 567f72e Fix compile errors following function prototype change. by florian · 12 years ago
  91. ca503be This is the 2nd installment of the cache info reorganisation. by florian · 12 years ago
  92. 6834783 drd: Suppress race reports on .got sections too by bart · 12 years ago
  93. 91d2fe2 drd/tests: Add a test that verifies whether the pthread_cancel() intercept works by bart · 12 years ago
  94. d428218 drd: Re-enable the pthread_cancel() intercept now that the CALL_FN_*() ABI by bart · 12 years ago
  95. 311abd6 drd: Correct semaphore tracing in case sem_*wait() did not wait. See also #305690. by bart · 12 years ago
  96. 333e42b drd: Handle non-zero sem_*wait() return values correctly. Fixes #305690. by bart · 12 years ago
  97. eae1632 drd/tests: Add test program that makes sem_trywait() return a non-zero value by bart · 12 years ago
  98. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  99. b283aa3 drd: Avoid that invoking pthread_cancel() from a program analyzed with DRD triggers a crash on Fedora 17 by bart · 12 years ago
  100. 22b1684 drd: Revert r12651 because it didn't change drd's behavior on any platform by bart · 12 years ago