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. f2253a4 drd: Improve thread startup code for non-Linux platforms by bart · 9 years ago
  4. 7161e33 Suppress unwanted clang 3.7 warnings. Fix undefined behaviour in perf/tinycc.c by florian · 9 years ago
  5. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  6. 8a39493 Also install sigsegv handler in safe-pthread tests wrapper. by mjw · 9 years ago
  7. d46b911 Follow-up fix for r15565: sa_restorer should not be used. n-i-bz. by rhyskidd · 9 years ago
  8. 60a16f2 Install the SIGILL handler everywhere so we get consistent by tom · 9 years ago
  9. 02b13a1 Attempt to work around issues with xend being executed unconditionally by tom · 9 years ago
  10. ea71ffb Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  11. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  12. ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
  13. 222c725 Remove configury bits for -Wno-empty-body. It is not needed. by florian · 9 years ago
  14. 39e0f54 Remove dependency on bash. Fixes BZ #347978. by florian · 9 years ago
  15. f618565 When process dies due to a signal, show the signal and the stacktrace by philippe · 9 years ago
  16. 48ca007 by carll · 9 years ago
  17. c29cf01 Properly guard drd/tests/thread_name with HAVE_PTHREAD_BARRIER. Partial fix for BZ#344416 (at least reduces required hacks). by rhyskidd · 9 years ago
  18. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  19. 1e802b6 Add command line flag --max-threads=<integer> to increase the number of by florian · 9 years ago
  20. d56b7e2 Add some parentheses to keep gcc 5 (prerelease) from complaining. by sewardj · 9 years ago
  21. 6efd485 Fix a compiler warning about an incompatible format. by florian · 9 years ago
  22. 9af04c4 Fix a few VG_(message) invocations. The function does not add a by florian · 9 years ago
  23. 5204838 drd: Add a consistency check by bart · 9 years ago
  24. e08950b Merge revisions 14445 and 14446 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  25. 8e3fbb5 Constify the tool interface. by florian · 10 years ago
  26. 09a4c79 Change the definition of VgHashTable to not have pointer type. by florian · 10 years ago
  27. 3e81b8b Merge revisions 14230, 14602, and 14604 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  28. fed3c04 Merge six easy pieces from the BUF_REMOVAL branch: by florian · 10 years ago
  29. 5cdf526 drd/tests/std_thread2.supp: Add a suppression pattern by bart · 10 years ago
  30. 3c0c947 Ripple from constifying parameters of instrumentation functions and by florian · 10 years ago
  31. b68c947 DRD: Handle Imbe_CancelReservation properly (clrex on ARM) by bart · 10 years ago
  32. a419291 drd/Makefile.am: Add -Wswitch-enum by bart · 10 years ago
  33. 91ed8cc Tidy up m_xarray.c. by florian · 10 years ago
  34. 9c39f51 Document the NULL-ness of the return values of HT_construct and HT_to_array. by florian · 10 years ago
  35. b49e4a5 Tidy up m_oset.c by florian · 10 years ago
  36. 68790a7 VG_(malloc/calloc/strdup) never return NULL (and never will). by florian · 10 years ago
  37. f5d8e65 Remove some unneded checks as identified by IBM's BEAM checker. by florian · 10 years ago
  38. 1e3e835 drd/tests: Follow-up for r14478 - make regression test output independent of --read-inline-info by bart · 10 years ago
  39. d3f3dab drd: Make regression test output independent of --read-inline-info by bart · 10 years ago
  40. de9b485 drd/docs/drd-manual.xml: Remove a redundant phrase. by bart · 10 years ago
  41. 98977e0 Be more careful to separate build flags for the preload shared objects by sewardj · 10 years ago
  42. 807c454 Fix most clang warnings. by florian · 10 years ago
  43. 18bbd36 Add std_thread2.supp to the tarball. by florian · 10 years ago
  44. 8bba5a1 drd/tests/pth_create_chain: Reduce stack usage by bart · 10 years ago
  45. 0a5a28f drd/tests/tls_threads: Add by bart · 10 years ago
  46. 6a78de7 Make suppression more flexible. Needed for s390 running Fedora 20. by florian · 10 years ago
  47. 436f641 drd/tests/free_is_write: Reduce stack usage by bart · 10 years ago
  48. 9cdc083 drd: Move VG_(getenv)("DRD_VERIFY_CONFLICT_SET") by bart · 10 years ago
  49. c20ff1b drd/Testing.txt: Document how to run all regression tests with conflict set verification enabled by bart · 10 years ago
  50. 7692f16 drd: Clear conflict set after fork (#338115) by bart · 10 years ago
  51. f21485d drd/tests/threaded-fork-vcs: Add by bart · 10 years ago
  52. e4554e1 drd: Add command-line option --verify-conflict-set by bart · 10 years ago
  53. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  54. c28f9e3 Remove two unneded include files. by florian · 10 years ago
  55. 22d2c78 Adapt testcase so it can be compiled with GCC 3.4.6 against glibc 2.3.4 by florian · 10 years ago
  56. 4adf39d drd/tests/std_thread*: Add a workaround for an Ubuntu 14.04 gcc bug by bart · 10 years ago
  57. a6efdfa Rename --defaultsupp into --default-suppressions as requested by Julian by bart · 10 years ago
  58. 5d668be drd/tests/std_thread2: Re-enable by bart · 10 years ago
  59. 6fe6ef5 drd/tests/std_thread2: Disable this test temporarily such that the suppression patterns can be restored by bart · 10 years ago
  60. d3a8fca drd/tests/std_thread2: Make this test independent of the libstdc++ version by bart · 10 years ago
  61. df33717 drd/tests/std_thread2: Filter out libstdc++ header file line numbers by bart · 10 years ago
  62. 3cc2620 drd: Ignore ordering introduced by a mutex used in the thread creation wrapper by bart · 10 years ago
  63. a6f70d5 drd/tests/std_thread2: Add by bart · 10 years ago
  64. 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
  65. f056aab drd: Add __cxa_guard_*() intercepts by bart · 10 years ago
  66. d8070b3 drd/tests/local_static: Fix a typo by bart · 10 years ago
  67. f6bcf16 drd/tests/local_static: Add by bart · 10 years ago
  68. 5a3b2a4 drd manual: Fix C++11 instructions by bart · 10 years ago
  69. 0ebae82 drd/tests/std_thread: Remove two superfluous macro definitions by bart · 10 years ago
  70. 05a6673 drd/tests/std_thread: Minimize diffs with original by bart · 10 years ago
  71. ac1b70d drd/tests/std_thread: Enable this test program by bart · 10 years ago
  72. 8bad1f3 drd manual: Document how to avoid false positive reports on the C++11 std::thread class by bart · 10 years ago
  73. cb48672 drd: Add semaphore annotations (#333072) by bart · 10 years ago
  74. 639c351 drd/tests/atomic_var: Revert r13876. by bart · 10 years ago
  75. 9a55e89 Fix a small typo in drd EXTRADIST Makefile.am file list for mips32 by philippe · 10 years ago
  76. c32dd87 mips32: When we are accessing elements via double pointer MIPS compiler can by dejanj · 10 years ago
  77. 63eb989 drd: Add post-rwlock_init and pre-rwlock_destroy client requests (#332265) by bart · 10 years ago
  78. 4ad5efc drd: Fix pthread_rwlock_timed{rd,wr}lock intercepts (#332263) by bart · 10 years ago
  79. 35d91d9 drd/tests/atomic_var: Avoid that platform-specific code can trigger a false negative by bart · 10 years ago
  80. caefb28 drd: Fix an assertion failure in the internal consistency check code (#332055) by bart · 10 years ago
  81. 0895b09 coregrind/m_scheduler + drd: Rework r13862 by bart · 10 years ago
  82. 2bf4bb9 drd: Build fix for ENABLE_DRD_CONSISTENCY_CHECKS by bart · 10 years ago
  83. 0652432 drd/tests/thread_namedrd/tests/thread_name: Ensure mutex address uniqueness (see also #331847) by bart · 10 years ago
  84. 43e28a8 drd/tests/sem_open: Change the semaphore name (#331839) by bart · 10 years ago
  85. fef90e0 drd: Make the code added in r13792 portable by bart · 10 years ago
  86. 72b2193 drd/tests/trylock: Make this test pass for glibc >= 2.18 by bart · 10 years ago
  87. 9025fdb drd: Avoid that the drd/tests/pth_mutex_reinit test fails with glibc >= 2.18 by bart · 10 years ago
  88. 0345188 arm64: rename guest_SP to guest_XSP so as to avoid a name clash with by sewardj · 10 years ago
  89. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 10 years ago
  90. 1371595 Fix drd assert failure for monitor cmd execution when all threads blocked in syscall by philippe · 10 years ago
  91. e52e445 Following svn r13758 (bug 328711), some further similar fixes, by philippe · 10 years ago
  92. ade6988 drd/tests/std_atomic: Add by bart · 10 years ago
  93. be1ef9f drd: Follow-up for r13749 by bart · 10 years ago
  94. 9c7779b Merge mc_replace_strmem.c, hg_intercepts.c and drd_strmem_intercepts.c by bart · 10 years ago
  95. 24dae8a drd: Add three additional strncpy() and strncmp() intercepts (#326816) by bart · 11 years ago
  96. 2d7515c drd: Add strncpy() and strncmp() intercepts (#326816) by bart · 11 years ago
  97. 074d6a0 drd: Add strstr() intercept (#326623) by bart · 11 years ago
  98. 8670edc drd: Add range support for --ptrace-addr by bart · 11 years ago
  99. 3f9c229 drd: Add a test for the strmem intercepts by bart · 11 years ago
  100. 72df022 drd: Add strrchr(), memchr(), memrchr() and memcmp() intercepts (#326623) by bart · 11 years ago