1. 074d6a0 drd: Add strstr() intercept (#326623) by bart · 11 years ago
  2. 8670edc drd: Add range support for --ptrace-addr by bart · 11 years ago
  3. 3f9c229 drd: Add a test for the strmem intercepts by bart · 11 years ago
  4. 72df022 drd: Add strrchr(), memchr(), memrchr() and memcmp() intercepts (#326623) by bart · 11 years ago
  5. 272a0c9 drd: Add stpcpy() intercept (#326436) by bart · 11 years ago
  6. f4c4690 We need to have the host code close to the generated code to improve by cborntra · 11 years ago
  7. 86e4182 mips32: Change the tests values so that the result is by dejanj · 11 years ago
  8. 434d4a7 drd: Add additional strchr(), strcpy() and strcmp() intercepts (#326436) by bart · 11 years ago
  9. 8cdb10b mips32: Delete unused empty files. by dejanj · 11 years ago
  10. 3ac0cd8 mips32: Update Subversion ignore lists. by dejanj · 11 years ago
  11. 9f946df Update Subversion ignore lists by bart · 11 years ago
  12. 4115c71 drd/tests: Add std_list and std_string test programs by bart · 11 years ago
  13. f790138 drd: Add strchr(), strcpy(), strcmp() and memcpy() intercepts (#326436) by bart · 11 years ago
  14. f1df35a Add some suppresssions for leaks (really?) in dyld (the dynamic linker) by sewardj · 11 years ago
  15. 854be4c In an inner valgrind, register the interim stack earlier by philippe · 11 years ago
  16. 59edd6c fix attribution of memcheck/tests/reach_thread_register.c code by philippe · 11 years ago
  17. d53d317 mc_LOADVn_slow: also allow --partial-loads-ok=yes to grant an by sewardj · 11 years ago
  18. f15231f Update. by sewardj · 11 years ago
  19. b8ba031 Fix 324227 memcheck false positive leak when a thread calls exit+block by philippe · 11 years ago
  20. 0e659b2 unbreak (future) Mac OS 10.9, 11.0, ... builds by philippe · 11 years ago
  21. 13de231 Enable sys_rt_sigsuspend on ppc64-linux. Not sure why this is by sewardj · 11 years ago
  22. 1a67731 Two small wording fixes in manual by philippe · 11 years ago
  23. bd7a24a Fix a potentially serious bug discovered by BEAM. by sewardj · 11 years ago
  24. cfe7d0e NEWS: Add entry for bug #326091 (drd and __GI_strlen()) by bart · 11 years ago
  25. fb835fc drd: Avoid that optimized strlen() implementations trigger false positive race reports (#326091) by bart · 11 years ago
  26. f19daa0 Remove autotools requirement as it is not specific to s390. by florian · 11 years ago
  27. c168542 NEWS: Add info about bugs #316181 and #316696 by bart · 11 years ago
  28. 817232e mips: update README.mips and NEWS for 3.9 by petarj · 11 years ago
  29. bf267d4 Update. by sewardj · 11 years ago
  30. 4ce2793 Un-break the build on OSX 10.7. by sewardj · 11 years ago
  31. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  32. 49984ea arm-linux only: make unwinding by stack scanning (a nasty hack) by sewardj · 11 years ago
  33. 787e8dc Don't report BMI support when AVX support is missing. by mjw · 11 years ago
  34. a11ec17 Followup to r13652 (make the translation cache size be command-line by sewardj · 11 years ago
  35. 473d0ba Add test cases for PCMPxSTRx cases 0x30 and 0x40. Pertains to #320998. by sewardj · 11 years ago
  36. e6bd3e4 This commit adds testing support for the following instructions: by carll · 11 years ago
  37. 8e1bee4 Allow the user to dimension the translation cache by philippe · 11 years ago
  38. 4e32d67 Allow tools to provide some statistics in suppression list produced at the end by philippe · 11 years ago
  39. 124b9f2 mips64: Fix compiler warning. by dejanj · 11 years ago
  40. 9ea080b Connect up the xacq_xrel test to the build system. Also, make the by sewardj · 11 years ago
  41. 110c77e SIGSEGV/SIGBUS specific handling on s390, to cope with kernel peculiarity by philippe · 11 years ago
  42. 262330f remove old broken testcase for s390 by cborntra · 11 years ago
  43. 24e40de Power 8 support, phase 5 by carll · 11 years ago
  44. dfe3bd5 A minimal test case for the parsing of XACQUIRE and XRELEASE prefixes. by sewardj · 11 years ago
  45. 80fe549 Disallow client mmap calls with MAP_32BIT as a flag. by sewardj · 11 years ago
  46. 4723900 Update expected output following r13642, which fixes #323432 by sewardj · 11 years ago
  47. c02f6c4 Fix #323432: When calling pthread_cond_destroy or pthread_mutex_destroy by sewardj · 11 years ago
  48. ff427c9 For pthread_cond_destroy, don't report a false it's-still-waited-on by sewardj · 11 years ago
  49. 7b94a0d Fix "Assertion '!di->soname' failed" on weird files. by sewardj · 11 years ago
  50. 879c8b0 Enable sys_prlimit64 on arm-linux. Fixes #320131. by sewardj · 11 years ago
  51. 1dd8258 Fix compile failure with out-of-tree build of libmpiwrap.c. by sewardj · 11 years ago
  52. 643d501 PPC32/64: Allow 16 byte icache and dcache lines. by sewardj · 11 years ago
  53. ad56d00 A couple more leak supps for OSX10.7. Fixes #307557. by sewardj · 11 years ago
  54. 078ab86 Add definedness checking when dereferencing ptr during heuristic reachedness by philippe · 11 years ago
  55. b2db278 mips64: Prevent testing swc1 and swxc1 with the uninitialized memory values on by dejanj · 11 years ago
  56. 50612d7 Adding the link for none/tests/ppc32/test_touch_tm.c that got missed on by carll · 11 years ago
  57. eec22de mips64: Change the input values for FPU tests. by dejanj · 11 years ago
  58. 278b2a3 Fix use of uninit heuristic set for monitor command by philippe · 11 years ago
  59. f6cd3ff Power PC, add the two privileged Transactional Memory instructions. by carll · 11 years ago
  60. 63ea303 mips32: Don't test Iops that aren't supported in VEX. by dejanj · 11 years ago
  61. 24fefb6 Add a specific configury check to test compilability of the by florian · 11 years ago
  62. 17cc680 Tweak to avoid a trailing space. by florian · 11 years ago
  63. 61e7d63 Filter out the dynamic linker from back traces. by florian · 11 years ago
  64. d35da71 Remove unused variable (and associated compiler warning). by florian · 11 years ago
  65. 63abcdf mips64: add extra Iop cases in VEX and fix compiler warning. by dejanj · 11 years ago
  66. 7a76f4b Fix leak scan SEGV catcher when ptr starts in unreadable page (readable for aspacemgr) by philippe · 11 years ago
  67. a388ee4 pub_tool_oset.h and m_oset.c cleanup by philippe · 11 years ago
  68. fd37f8b Update list of ignored files. by florian · 11 years ago
  69. a06575a Disable drd/tests/std_thread.cpp for clang. by florian · 11 years ago
  70. 3d9368e Adjust CFLAGS and CXXFLAGS for compilation with clang. The current by florian · 11 years ago
  71. b802385 Add missing prereq. by florian · 11 years ago
  72. 0a8620e Followup to r13615. Conditional testcases need a prereq line in the by florian · 11 years ago
  73. 452af3f Followup to r13614. Forgot to update the .exp file. Now fixed. by florian · 11 years ago
  74. 3df0211 Add a few feature tests to configure.ac because clang does not by florian · 11 years ago
  75. ff1ec47 Remove 4 tests of the pextrw instruction. by florian · 11 years ago
  76. d4bab99 drd: Update copyright notice by bart · 11 years ago
  77. e37c4bc Fix compilation problem of memcheck/tests/leak-segv-jmp on ppc32 by philippe · 11 years ago
  78. 4dec26f Phase 4 support for IBM Power ISA 2.07 by carll · 11 years ago
  79. b1f90e0 Change some inline assembler so it is no longer rejected by clang by florian · 11 years ago
  80. 5bd4060 Fix assert for who_points_at monitor cmd for an interiorly pointed block by philippe · 11 years ago
  81. 40fc342 The test case for the Transaction Memory instructions failes with older by carll · 11 years ago
  82. 36b4a94 IBM POWER PC, Add the Transactional Memory test case by carll · 11 years ago
  83. 6b9b1b0 drd/tests/annotate_smart_pointer: Avoid non-POD variable length arrays by bart · 11 years ago
  84. a3341d8 Silence clang warnings for the none and exp-sgcheck tools. by florian · 11 years ago
  85. d79b3bf The configury bits for checking the annotatoin of smart pointers by florian · 11 years ago
  86. 97c9b7d Add tests/check_isa-2_07_cap to dist_noinst_SCRIPTS. by mjw · 11 years ago
  87. c8df847 Add opcodes.h to EXTRA_DIST for none/tests/ppc[32|64]. by mjw · 11 years ago
  88. 782f370 Add post_regtest_checks check_headers_and_includes to dist_noinst_SCRIPTS. by mjw · 11 years ago
  89. 176048d Eliminate a few GCC 4.8.1 warnings. by florian · 11 years ago
  90. 06bc722 Silence clang warnings about uninitialised and unused values in by florian · 11 years ago
  91. 629b4dc Fix exception specification for operator delete as spotted by clang 3.3 by florian · 11 years ago
  92. 0c8a47c Remove a duplicate const qualifier complained about by clang 3.3 by florian · 11 years ago
  93. dde7b59 Fix printf format. The 'L' modifier cannot be used with by florian · 11 years ago
  94. fc4c28f drd: Change VALGRIND_DO_CLIENT_REQUEST_EXPR() into VALGRIND_DO_CLIENT_REQUEST_STMT() where appropriate by bart · 11 years ago
  95. 6277067 Add tests for the phase 3 ISA 2.07 code patch by carll · 11 years ago
  96. 2aa453e mips32: Fix the align problem with mmap. by dejanj · 11 years ago
  97. be853a8 Fix typo by florian · 11 years ago
  98. 671b023 Use global vars to point at possibly leaked by philippe · 11 years ago
  99. a8b617e Update list of ignored files. by florian · 11 years ago
  100. b593be3 Robustise the find_client function. Also fix a memory leak spotted by by florian · 11 years ago