1. b0475e1 Fix bogus .size directives which are now rejected by binutils 2.21. by sewardj · 13 years ago
  2. 9b80ebb Un-break configure check for VSX (a POWER7 extension). Fixes #271042. by sewardj · 13 years ago
  3. da07b41 Mark this as executable. Followup for #267630. by sewardj · 13 years ago
  4. f34eb49 Add support for IBM Power ISA 2.06 -- stage 1. Valgrind-side changes by sewardj · 13 years ago
  5. 6d62a0e Followup fix for r11693: add a file that was missed. by sewardj · 13 years ago
  6. 2c3f2ea s390x: reconsider "long displacement" requirement -- hwcaps detection by sewardj · 13 years ago
  7. 852c640 Test cases for #270082 (s390x: Make sure to point the PSW address to by sewardj · 13 years ago
  8. d50650d s390x: rewrite some testcases. To make my testing and debugging life by sewardj · 13 years ago
  9. de2b6fc timerfd-syscall regression test: Allow even more scheduler variation. by bart · 13 years ago
  10. f952035 Get rid of shadowing causing a perl warning. Minor fallout from r11686. by sewardj · 13 years ago
  11. 38a2859 Make MacOS builds work again following fixes for #259977 (revs 11687,8,9) by sewardj · 13 years ago
  12. 2a88a01 Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 13 years ago
  13. 97d3ebb Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 13 years ago
  14. 6c591e1 by sewardj · 13 years ago
  15. 08f5a27 On OSX, post-process the tool executables to adjust the Mach-O headers by sewardj · 14 years ago
  16. aba3533 Testcases for s390x conditional load and store. See #269209. by sewardj · 14 years ago
  17. 669b910 Add s390x-esque test for folding Iop_And16. From #268513 comment 3. by sewardj · 14 years ago
  18. 36a229f Made the line numbers in exp-ptrcheck/tests/partial.c and the regression test output match again. by bart · 14 years ago
  19. f976f6c by bart · 14 years ago
  20. 26288e4 Also consider libpthread when testing for functions. Removed test for floor(). by bart · 14 years ago
  21. 65a9d26 Updated Subversion ignore list. by bart · 14 years ago
  22. 8053c51 Generalized Subversion ignore lists. by bart · 14 years ago
  23. 39ff33a Fix yet another gcc-4.6 assigned-to-but-not-used warning. by sewardj · 14 years ago
  24. 07ac424 timerfd-syscall regression test: Allow even more scheduler variation. by bart · 14 years ago
  25. 66304e2 Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 14 years ago
  26. d2be8cc Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 14 years ago
  27. c7ffc94 Fix up most but not all warnings generated by gcc-4.6 about by sewardj · 14 years ago
  28. d5ea6f5 Use two separate assembler argument bindings for loading or storing by tom · 14 years ago
  29. 6647d52 Fix generated assembler which writes the result to memory to correctly by tom · 14 years ago
  30. 039f7e1 Fix broken inline assembly preventing compilation on RHEL6. by sewardj · 14 years ago
  31. d12c4a5 Fix broken inline asm in these tests. Fixes #256726. by sewardj · 14 years ago
  32. d28cc96 Intercept strlen in ld.so on x86. Fixes #266961. by sewardj · 14 years ago
  33. 1b6def8 Add a test case for non-overwriting of CC_NDEP in shifts by zero. by sewardj · 14 years ago
  34. 9134738 Add VALGRIND_RESIZEINPLACE_BLOCK() and hence close #267819. by bart · 14 years ago
  35. e874042 Test separately whether g++ and/or gcc support built-in functions for atomic by bart · 14 years ago
  36. 5c6b7dc Add support for sys_ptrace. Fixes #269079. by sewardj · 14 years ago
  37. e61a628 Definitions relating to ptrace: replace bogus x86 versions with by sewardj · 14 years ago
  38. 8ef7224 Test improvements for FLOGR. Part of #268715. (Florian Krohm, britzel@acm.org) by sewardj · 14 years ago
  39. a28b4ae Updated Subversion ignore list. by bart · 14 years ago
  40. 14fcbc1 Linux/ppc: Added support for the ppoll() system call. by bart · 14 years ago
  41. fd35d49 When handling client munmaps and mprotects with r=0 & w=0, actually by sewardj · 14 years ago
  42. 1ec16d1 Removed an obsolete configure test. by bart · 14 years ago
  43. 0d2b897 Replaced a Unicode character by an ASCII character in a source code comment. by bart · 14 years ago
  44. 78f09d2 Moved two Linux-specific syscalls to the linux subdirectory. by bart · 14 years ago
  45. 0399e86 Updated Subversion ignore list. by bart · 14 years ago
  46. 5e882ff Fixed a recently introduced compiler warning. by bart · 14 years ago
  47. 4fa0464 Un-break drd/tests/tc23_bogus_condwait. by bart · 14 years ago
  48. 7ad0751 Yet another attempt to make the timerfd-syscall test reliable. by bart · 14 years ago
  49. 76fcb5a Replaced busy-waiting by waiting on a condition variable. by bart · 14 years ago
  50. b251399 Fix compile warnings (missing prototypes for malloc, or some such). by sewardj · 14 years ago
  51. 98d0212 Some fixes for the faultstatus testcase. Fixes #253206. by sewardj · 14 years ago
  52. a0a145e Build fix for older s390x-linux assemblers. Fixes #264800. by sewardj · 14 years ago
  53. 922304f Updated modeline and copyright statement in DRD source files. by bart · 14 years ago
  54. c303d06 Avoid that small time variations make the timerfd-syscall regression test fail. by bart · 14 years ago
  55. 7d5f523 DRD: Report an error if --free-is-write=yes is used on a program invoking custom memory allocator client requests. by bart · 14 years ago
  56. a3f7b50 Added yet another regression test. by bart · 14 years ago
  57. 86c7623 read_and_free_race test: Reduced number of stack frames to three. by bart · 14 years ago
  58. 74a9bb0 Added more regression tests. by bart · 14 years ago
  59. 639d0ad DRD: Restored --free-is-write support and fixed the bug that was present in the previous implementation. Still needs further testing though. by bart · 14 years ago
  60. c182467 DRD: Added command-line option --trace-hb for tracing ANNOTATE_HAPPENS_BEFORE()/AFTER(). by bart · 14 years ago
  61. f64ff03 Added --free-is-write stress test. by bart · 14 years ago
  62. fc08a53 DRD: Always invoke VG_(cli_free)() before the stop_using_mem callback. by bart · 14 years ago
  63. 49aa4fb DRD: Fixed an assertion failure triggered by setting the environment variable DRD_VERIFY_CONFLICT_SET. This environment variable is a debugging help. by bart · 14 years ago
  64. 23ef19d DRD: More source code cleanup (constant propagation). by bart · 14 years ago
  65. b957ab8 DRD: Allocate thread arguments again on the stack. by bart · 14 years ago
  66. d54e45f Updated Subversion ignore list. by bart · 14 years ago
  67. 128fc52 Added AC_LANG_SOURCE() invocations where appropriate. by bart · 14 years ago
  68. 622fe49 Add free-is-write functionality (experimental, not enabled by default). by sewardj · 14 years ago
  69. 4a12aad Use DRD's annotate_smart_pointer regtest to check against regressions by sewardj · 14 years ago
  70. 6015d0e NB: this is an temporary fix, until such time as bug 243935 is fully resolved. by sewardj · 14 years ago
  71. 8c50d3c Change the semantics of ANNOTATE_HAPPENS_BEFORE from 'overwrite' to by sewardj · 14 years ago
  72. 0b20a15 Followup to r11619: more tidying up w.r.t. the renaming of by sewardj · 14 years ago
  73. 0f64c9e Cleanup: get rid of univ_tsets as it is no longer needed. by sewardj · 14 years ago
  74. e96dfd0 Cleanup: get rid of 'last lock lossage' mechanism, which is commented by sewardj · 14 years ago
  75. 38fee95 Cleanup: get rid of all mention of a Hardware Bus Lock. This no longer exists. by sewardj · 14 years ago
  76. 6062664 Minor cleanup (no functional change): rename 'struct _Thr :: opaque' by sewardj · 14 years ago
  77. 9c08c0f Bring avg translation size statement closer to reality, for by sewardj · 14 years ago
  78. a1132f9 Process PDB files with a path that contains spaces properly. by bart · 14 years ago
  79. 15f9feb 'make dist' fixes following s390x-linux merge. (Christian Borntraeger by sewardj · 14 years ago
  80. 8ca1623 DRD: Added an output variant for test pth_detached3. by bart · 14 years ago
  81. 5668d4e DRD: Report an error if an invalid argument is passed to pthread_detach(). Do not assume that pthread_detach() returns an error code if its argument is invalid. Should fix #267968. by bart · 14 years ago
  82. 3f5cc7e DRD: Added a regression test. by bart · 14 years ago
  83. 8244b86 DRD: Fixed a race condition triggered by invoking pthread_detach() with an argument not equal to pthread_self(). Potential fix for #267968. by bart · 14 years ago
  84. e476e92 DRD: Removed an obsolete comment. by bart · 14 years ago
  85. 8239742 DRD: Source code cleanup. by bart · 14 years ago
  86. 0937c0f Replace the structural equality function for WordVecs with a more by sewardj · 14 years ago
  87. baccf60 Updated Subversion ignore list. by bart · 14 years ago
  88. e8653ac Added file header and adjusted indentation. by bart · 14 years ago
  89. 8b8e680 Make this executable. by sewardj · 14 years ago
  90. 5730031 Unbreak 'make dist' following recent commits. by sewardj · 14 years ago
  91. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 14 years ago
  92. 7615878 DRD/Darwin: Generalized a suppression pattern. by bart · 14 years ago
  93. 59d0b8f DRD/Darwin: Added more suppression patterns. by bart · 14 years ago
  94. bf4e139 Memcheck/Darwin: Added a suppression pattern. by bart · 14 years ago
  95. 6cfaba7 DRD/Darwin: Suppress even more races triggered by the dynamic loader. by bart · 14 years ago
  96. e16b6a6 DRD/Darwin: Added an expected output file. by bart · 14 years ago
  97. 84ab88c DRD/Darwin: cleaned up dyld suppression pattern list. by bart · 14 years ago
  98. ab8f93d DRD/Darwin: Ignore races triggered by the dynamic loader (dyld) lazy binding mechanism. by bart · 14 years ago
  99. 6de4f41 DRD: Added a (non-functional so far) file drd_darwin_intercepts.c. by bart · 14 years ago
  100. b35473c DRD: added initial suppression list for Darwin 10. by bart · 14 years ago