1. bed336a Fix testcase for s390x. Provide implementation of XCHG_M_R. by florian · 13 years ago
  2. 0c48442 Add a prerequisite because drd/tests/annotate_smart_pointer is not always built. by florian · 13 years ago
  3. d809dcc Add config files for nightly s390 builds. by florian · 13 years ago
  4. 7dbbd19 Support CLCL and MVCL instructions. This is the non-VEX part. by florian · 13 years ago
  5. ce6489f Make some vgdb interface to callgrind_control internal by weidendo · 13 years ago
  6. 2364227 Allow overriding not-supported auto-detected cache configs by weidendo · 13 years ago
  7. 55cade6 Change get_svn_revision to also work with older subversion releases by florian · 13 years ago
  8. c5077b9 Print the (pseudo-)soname when doing debug printing for Mach-O by sewardj · 13 years ago
  9. 4157d4f * whitespace changes by sewardj · 13 years ago
  10. 3c94445 For intercepts in libc and the dynamic linker (ld.so or dyld), split by sewardj · 13 years ago
  11. 58bec1c Avoid hanging on older s390x systems. See also bugzilla #268623 comment 3. by florian · 13 years ago
  12. 2062dc6 Add support for IBM Power ISA 2.06 -- stage 3 -- Test cases. by sewardj · 13 years ago
  13. 169ac04 Add support for new primops added in vex r2199. by sewardj · 13 years ago
  14. 258ede7 Add support for s390x model z114. See also VEX r2198 by florian · 13 years ago
  15. 863f1eb drd: Yet another regression test reliability improvement. by bart · 13 years ago
  16. 5cbd26e drd: Avoid reporting false positive race reports inside pthread_join(). by bart · 13 years ago
  17. 028ad92 fix the suppressions to also match libc-2.XX.y.so by dirk · 13 years ago
  18. be2fe8d Make a copy of any environment string we are going to modify when by tom · 13 years ago
  19. 70d71c7 Fix link error for 32-bit build on OSX 10.7 (Lion). This is the by sewardj · 13 years ago
  20. 25f8a7e Remove the svn:executable property from a source file by bart · 13 years ago
  21. 14a8178 Make sure this gets built with -fomit-frame-pointer, even on x86-linux, by sewardj · 13 years ago
  22. 2b451ba memcheck/tests/linux/timerfd-syscall: Avoid failure on heavily loaded systems by bart · 13 years ago
  23. 603896c Add more info about cache sizes. by florian · 13 years ago
  24. c542ba4 Make callgrind report the detected cache configuration as well. by tom · 13 years ago
  25. d5c948f Report the detected cache configuration with "-v -v" before we by tom · 13 years ago
  26. cc3de2d Add a new simulation hint, --sim-hints=fuse-compatible, which causes by sewardj · 13 years ago
  27. c9b0854 x86-linux: don't add redirections for strchr/index in ld.so since they by sewardj · 13 years ago
  28. 9604484 Extend the behavioural-equivalence-class mechanism for redirection by sewardj · 13 years ago
  29. 863ab7c Don't compare src and dst to work out which direction to iterate by tom · 13 years ago
  30. 4c89b2f Temporary partial backout of r11911 (fix for #250101) pending by sewardj · 13 years ago
  31. d88797f Redirect memcpy@@GLIBC_2.14 differently from memcpy@GLIBC_2.2.5, so as by sewardj · 13 years ago
  32. 14127d6 Improvements to debug printing with -v -v. (Tom Hughes, tom@compton.nu) by sewardj · 13 years ago
  33. 7696726 Un-break the build on OSX following r11985. by sewardj · 13 years ago
  34. bd2cff2 Fix for #275284 (initial fix, at least). Will break OSX; fix to follow. by sewardj · 13 years ago
  35. 85cf900 Add more infrastructure to be used for fixing #275284 (Valgrind by sewardj · 13 years ago
  36. 270e2a3 Add missing break statements to example code. Fix to #264644. by tom · 13 years ago
  37. c448a64 Un-break the build on OSX following r11981 (Remove the assumption, in by sewardj · 13 years ago
  38. a5cace0 Remove the assumption, in m_debuginfo, that each address is associated by sewardj · 13 years ago
  39. fca8f5f Add support for FBIOPUT_VSCREENINFO and FBIOPAN_DISPLAY ioctls. by tom · 13 years ago
  40. 0e1b0c2 Mention the --tool option in the manual page. Fixes #249970. by tom · 13 years ago
  41. 164d2fe Include the standard Fedora location in the list of places where by tom · 13 years ago
  42. e581bad Correct the calculation of the size of the node mask given to by tom · 13 years ago
  43. dcb03ea memcheck/tests/sbfragment: Make this test pass on Darwin by bart · 13 years ago
  44. cf16cee Follow-up for r11971 by bart · 13 years ago
  45. 3c83687 Complain if invoked from the wrong directory or if mandatory by florian · 13 years ago
  46. 5ad3d56 Fix VKI_FIOQSIZE definition on ppc platforms. by tom · 13 years ago
  47. 4b03d39 vgdb: Unlink pipes and mapped file before (re)creating these. by bart · 13 years ago
  48. b5cb85f Update expected output by bart · 13 years ago
  49. 68964c2 memcheck/tests/sbfragment.c: Only use mallinfo() if available. by bart · 13 years ago
  50. ce83509 Add test for address size override prefixes for REP prefixed string by tom · 13 years ago
  51. 7aac06f drd/tests/pth_barrier: Reduce stack usage by bart · 13 years ago
  52. 4b82d69 Check return code of pthread_create and bail out if by florian · 13 years ago
  53. 469bd1e Non-VEX changes to fix #275517. Add testcase and announce fix in NEWS. by florian · 13 years ago
  54. a5e13dd Make do_mremap only check new_addr for wraparound if MREMAP_FIXED was by tom · 13 years ago
  55. 74dc34f Due to a kernel bug the siginfo struct was not filled in correctly. by florian · 13 years ago
  56. 6bf71ef Add support for the FIOQSIZE ioctl. Fixes #270320. by tom · 13 years ago
  57. ebfd3a8 Add tests for XCHG AX, reg16 on amd64. Fixes #252695. by tom · 13 years ago
  58. 0a83e7f Wire up pselect6 on ppc32 and ppc64. Fixes #278078. by tom · 13 years ago
  59. 5d77010 Support the F_GETPIPE_SZ and F_SETPIPE_SZ fcntl calls. Fixes #278349. by tom · 13 years ago
  60. 5ba9530 Make sure the post handler for mincore is called in amd64 and s390 as by tom · 13 years ago
  61. 84c90e6 Followup to VEX r2189 -- handling invalid opcode 00 specially. by florian · 13 years ago
  62. 830ca9e I am an idiot: remove the beginnings of an experimental tool that I by njn · 13 years ago
  63. dfa408c Fix a Massif bug: when realloc'ing a block, any values in the part of the by njn · 13 years ago
  64. e050e6b Announce fix for #279062 by florian · 13 years ago
  65. f897b99 Fix prerequisite for memcheck/tests/linux/timerfd-syscall. by florian · 13 years ago
  66. c2f5a53 Yet another thread test scheduler sensitivity fix by bart · 13 years ago
  67. 72e4063 Nightly build: Rename the attachment diffs into diffs.txt such that it can be viewed easily with an e-mail client. by bart · 13 years ago
  68. d378eaa drd: Make racing pthread_barrier_wait() calls trigger an error message instead by bart · 13 years ago
  69. 47c7580 drd/tests/pth_barrier_thr_cr: Suppress pthread_barrier_wait() race reports since these are triggered intentionally. by bart · 13 years ago
  70. 6c73cf6 drd/tests/pth_barrier_thr_cr: Add more error checking. by bart · 13 years ago
  71. dc429d1 Avoid that compiling memcheck on 32-bit systems triggers a compiler warning by bart · 13 years ago
  72. 512a378 drd/tests/tc21_pthonce: Eliminate output variation by bart · 13 years ago
  73. 0478bff Update Subversion ignore list by bart · 13 years ago
  74. d61580e drd: Fix a race condition in the barrier implementation that could result in false positives. by bart · 13 years ago
  75. b56542a drd: Add a stress test for the barrier implementation by bart · 13 years ago
  76. cdc3fdb drd: Remove an unused member variable from the barrier implementation by bart · 13 years ago
  77. 178b686 drd: drd_thread.c source code cleanup by bart · 13 years ago
  78. 3e928c3 drd, bitmap node allocator: recognize root node size properly by bart · 13 years ago
  79. b6230df drd/tests/pth_barrier[23]: Filter output such that only the error count is kept by bart · 13 years ago
  80. 4651e97 Yet another thread test scheduler sensitivity fix by bart · 13 years ago
  81. d65009d drd/tests/pth_once: Restrict the number of callers to three. by bart · 13 years ago
  82. 1f4f300 drd: Remove a too strict assert() statement by bart · 13 years ago
  83. 9e71885 Yet another thread test scheduler sensitivity fix by bart · 13 years ago
  84. f58eb29 drd/tests/pth_detached_sem: Send regression test output to stderr instead of stdout by bart · 13 years ago
  85. 2ea041a Yet another threading tool regression test scheduler sensitivity fix by bart · 13 years ago
  86. 689a868 Verify drd/tests/pth_detached stderr output instead of the stdout output. by bart · 13 years ago
  87. 745bfbc Yet another regression test scheduling sensitivity fix by bart · 13 years ago
  88. b040454 Two more scheduler sensitivity fixes for thread tool regression tests by bart · 13 years ago
  89. a4cd017 Micro-optimize the matinv regression test by bart · 13 years ago
  90. d1a5cd6 drd: Make drd_pthread_intercepts.c compile again on systems where by bart · 13 years ago
  91. 8dc52aa Make test 1 output independent of scheduler variations. by bart · 13 years ago
  92. 30efc13 Revert r11916, r11917, r11918 and r11923. by bart · 13 years ago
  93. 6d956dc drd: Delay deletion of memory access information of joined threads in order not by bart · 13 years ago
  94. cfca2d4 More thread test scheduler sensitivity fixes by bart · 13 years ago
  95. db57889 Eliminate a superfluous sleep() call and check the pthread_cond_wait() return value by bart · 13 years ago
  96. ac39dee More thread tool regression test scheduler sensitivity fixes by bart · 13 years ago
  97. 0bb3c67 Rename some local variables 'signal' to 'zignal' since gcc complains they by sewardj · 13 years ago
  98. e3436cd Un-break the build on OSX following r11910. by sewardj · 13 years ago
  99. 651f56b drd/Linux: eliminate busy waiting when starting a thread by bart · 13 years ago
  100. 9283db1 drd: Add a suppression pattern by bart · 13 years ago