- a0664b9 Upgrade to valgrind 3.12.0. by Elliott Hughes · 8 years ago
- b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
- 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
- 09041e4 Rewritten to avoid cast that drops const qualification. by florian · 10 years ago
- 8eebf23 Fix a few casts that dropped type qualifiers. As pointed out by -Wcast-qual. by florian · 10 years ago
- d40aff5 Add helgrind intercepts to have helgrind understanding Ada tasks terination rules by philippe · 10 years ago
- 9c7779b Merge mc_replace_strmem.c, hg_intercepts.c and drd_strmem_intercepts.c by bart · 11 years ago
- 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
- c02f6c4 Fix #323432: When calling pthread_cond_destroy or pthread_mutex_destroy by sewardj · 11 years ago
- ff427c9 For pthread_cond_destroy, don't report a false it's-still-waited-on by sewardj · 11 years ago
- 1a046d5 Include pub_core/tool_clreq.h instead of valgrind.h where apropriate. by florian · 11 years ago
- 19dfe03 fix 307082 HG false positive: pthread_cond_destroy: destruction of unknown cond var by philippe · 12 years ago
- d52defb Add intercepts for some Qt5 functions. (David Faure, faure@kde.org) by sewardj · 12 years ago
- efa97a7 Import from memcheck land, a less ludicrously inefficient by sewardj · 12 years ago
- 6d79b74 Introduce DISABLE_PTHREAD_SPINLOCK_INTERCEPT flag by petarj · 12 years ago
- 654b542 Final patch for Char/HChar mixups. by florian · 12 years ago
- 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
- 7c41246 Update the memcpy intercept for Helgrind in accordance with that by sewardj · 13 years ago
- 4b3a742 Fix #284384 (clang 3.1 -Wunused-value warnings in valgrind.h, by sewardj · 13 years ago
- ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
- 6aeadaa Fix false positive following pthread_cond_timedwait failure. by sewardj · 13 years ago
- 31014da Change the backtrace filtering machinery for the helgrind regression by florian · 13 years ago
- 3c94445 For intercepts in libc and the dynamic linker (ld.so or dyld), split by sewardj · 13 years ago
- 211c253 Stop gcc on Android giving bogus function-has-no-return-value warnings. by sewardj · 13 years ago
- 0c09bf0 The pthread.h on Android has no definition for pthread_rwlock_t, which by sewardj · 13 years ago
- 575ce8e Get rid of the remaining "set but not used" warnings reported by gcc 4.6 by by bart · 14 years ago
- c7ffc94 Fix up most but not all warnings generated by gcc-4.6 about by sewardj · 14 years ago
- 9eecbbb Update copyright dates to 2010. by sewardj · 15 years ago
- f38a74e Change the method used in hg_intercepts.c to hide from the user, the by sewardj · 15 years ago
- 406bac8 Rollup fixes for Helgrind: by sewardj · 15 years ago
- 870f745 Removed dependency of include/pub_tool_basics.h on config.h. by bart · 15 years ago
- 5a644da Add pthread spinlock support. by sewardj · 15 years ago
- 28a7f7d Unbreak Helgrind on Linux following recent Darwin hackery. by sewardj · 15 years ago
- 1c147ff Re-check the symbol names for all pthread intercepts, to find all Linux by sewardj · 15 years ago
- f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
- 5f5ef2a Factor out the name of the libpthread library. Also fix a minor stack trace by njn · 16 years ago
- b4cfbc4 Don't compile Linux-only redirects on non-Linux platforms. by njn · 16 years ago
- 9f20746 Updated copyright years. by njn · 16 years ago
- e615466 Merge part of r9129 (factor out duplicated Z-encodings of names) from the by njn · 16 years ago
- b80f0c9 Fix comment typo. by sewardj · 16 years ago
- 38e0cf9 by sewardj · 16 years ago
- 9f569b7 Add initial support for POSIX barriers (pthread_barrier_{init,wait,destroy}). by sewardj · 16 years ago
- f98e1c0 Merge Helgrind from branches/YARD into the trunk. Also includes some by sewardj · 16 years ago
- 31277bf Removed duplicate volatile keyword such that the compiler does no longer print a warning. by bart · 16 years ago
- 789c3c5 Intercept pthread_rwlock_try{rd,wr}lock. Fixes #158212. by sewardj · 17 years ago
- 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 17 years ago
- 11e352f Correctly handle semaphores with nonzero initial values. Fixes bug by sewardj · 17 years ago
- eafad3b Try to fix, or at least avoid if possible, some arbitrary delays at by sewardj · 17 years ago
- 0d2a2c1 Comment-only change. by sewardj · 17 years ago
- b411202 by sewardj · 17 years ago