1. f897b99 Fix prerequisite for memcheck/tests/linux/timerfd-syscall. by florian · 13 years ago
  2. c2f5a53 Yet another thread test scheduler sensitivity fix by bart · 13 years ago
  3. 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
  4. d378eaa drd: Make racing pthread_barrier_wait() calls trigger an error message instead by bart · 13 years ago
  5. 47c7580 drd/tests/pth_barrier_thr_cr: Suppress pthread_barrier_wait() race reports since these are triggered intentionally. by bart · 13 years ago
  6. 6c73cf6 drd/tests/pth_barrier_thr_cr: Add more error checking. by bart · 13 years ago
  7. dc429d1 Avoid that compiling memcheck on 32-bit systems triggers a compiler warning by bart · 13 years ago
  8. 512a378 drd/tests/tc21_pthonce: Eliminate output variation by bart · 13 years ago
  9. 0478bff Update Subversion ignore list by bart · 13 years ago
  10. d61580e drd: Fix a race condition in the barrier implementation that could result in false positives. by bart · 13 years ago
  11. b56542a drd: Add a stress test for the barrier implementation by bart · 13 years ago
  12. cdc3fdb drd: Remove an unused member variable from the barrier implementation by bart · 13 years ago
  13. 178b686 drd: drd_thread.c source code cleanup by bart · 13 years ago
  14. 3e928c3 drd, bitmap node allocator: recognize root node size properly by bart · 13 years ago
  15. b6230df drd/tests/pth_barrier[23]: Filter output such that only the error count is kept by bart · 13 years ago
  16. 4651e97 Yet another thread test scheduler sensitivity fix by bart · 13 years ago
  17. d65009d drd/tests/pth_once: Restrict the number of callers to three. by bart · 13 years ago
  18. 1f4f300 drd: Remove a too strict assert() statement by bart · 13 years ago
  19. 9e71885 Yet another thread test scheduler sensitivity fix by bart · 13 years ago
  20. f58eb29 drd/tests/pth_detached_sem: Send regression test output to stderr instead of stdout by bart · 13 years ago
  21. 2ea041a Yet another threading tool regression test scheduler sensitivity fix by bart · 13 years ago
  22. 689a868 Verify drd/tests/pth_detached stderr output instead of the stdout output. by bart · 13 years ago
  23. 745bfbc Yet another regression test scheduling sensitivity fix by bart · 13 years ago
  24. b040454 Two more scheduler sensitivity fixes for thread tool regression tests by bart · 13 years ago
  25. a4cd017 Micro-optimize the matinv regression test by bart · 13 years ago
  26. d1a5cd6 drd: Make drd_pthread_intercepts.c compile again on systems where by bart · 13 years ago
  27. 8dc52aa Make test 1 output independent of scheduler variations. by bart · 13 years ago
  28. 30efc13 Revert r11916, r11917, r11918 and r11923. by bart · 13 years ago
  29. 6d956dc drd: Delay deletion of memory access information of joined threads in order not by bart · 13 years ago
  30. cfca2d4 More thread test scheduler sensitivity fixes by bart · 13 years ago
  31. db57889 Eliminate a superfluous sleep() call and check the pthread_cond_wait() return value by bart · 13 years ago
  32. ac39dee More thread tool regression test scheduler sensitivity fixes by bart · 13 years ago
  33. 0bb3c67 Rename some local variables 'signal' to 'zignal' since gcc complains they by sewardj · 13 years ago
  34. e3436cd Un-break the build on OSX following r11910. by sewardj · 13 years ago
  35. 651f56b drd/Linux: eliminate busy waiting when starting a thread by bart · 13 years ago
  36. 9283db1 drd: Add a suppression pattern by bart · 13 years ago
  37. 0a29cbc drd/tests/atomic_var: Reduce scheduler sensitivity by bart · 13 years ago
  38. e6cb2df Disable drd/tests/tc19_shadowmem because too scheduler sensitive by bart · 13 years ago
  39. a3bf44a helgrind/tests/tc08_hbl2: Reduce scheduler sensitivity by bart · 13 years ago
  40. 21aa17f Unbreak lackey --detailed-counts=yes after r11604 by weidendo · 13 years ago
  41. 06f54d1 Update Subversion ignore list by bart · 13 years ago
  42. 0d03bd4 valgrind.h: Remove a superfluous cast. See also #278454. by bart · 13 years ago
  43. fd5e535 The cmpxchg16b tests in this need to have 16-aligned addresses; by sewardj · 13 years ago
  44. 45264af Avoid excessive fragmentation in m_mallocfree facility by munmapping by sewardj · 13 years ago
  45. dc873c0 Add a new client request and pair of macros, by sewardj · 13 years ago
  46. d99bad8 Change this file to be a symlink to the identical version by sewardj · 13 years ago
  47. ab85310 Add support for IBM Power ISA 2.06 -- stage 2 (testcases). by sewardj · 13 years ago
  48. a201c45 Add support for IBM Power ISA 2.06 -- stage 2 (handle new by sewardj · 13 years ago
  49. 722be39 Update ugly Callgrind hack for supporting instrumentation modes by weidendo · 13 years ago
  50. e5704c9 callgrind_control: fix parsing of vgdb -l by weidendo · 13 years ago
  51. 130f6f5 DWARF comparisons should be signed. Patch from Jakub Jelinek. by tom · 13 years ago
  52. 24ec9f8 Add test cases for bug 277780. (fix for VMOV.F32). by sewardj · 13 years ago
  53. e8c5c38 Fix regtest: the delta value printed by the VSTn with register by sewardj · 13 years ago
  54. 11b4067 Add test cases for NEON VMUL by float scalar. by sewardj · 13 years ago
  55. d3b1e1c Update list of files to be ignored by svn. by florian · 13 years ago
  56. cabcace Enable chasing of unconditional jumps/calls for s390x. by florian · 13 years ago
  57. e35e9d8 drd/tests/annotate_smart_pointer2: Filter out offset by bart · 13 years ago
  58. 04a26c2 Add gdb.pic to the Subversion ignore list by bart · 13 years ago
  59. b6c51bf drd: add a test that verifies that a race is reported for the annotate_smart_pointer test program with annotations disabled by bart · 13 years ago
  60. 19aa392 drd/tests/annotate_smart_pointer: remove a superfluous initialization by bart · 13 years ago
  61. f9b1d73 Cast llseek argument to avoid warning. by tom · 13 years ago
  62. c17c6ef Allow core dumps on 32 bit architectures to go over 2Gb in size. BZ#277610. by tom · 13 years ago
  63. 1763e81 Make the location for temporary files configurable at runtime. by florian · 13 years ago
  64. e7f8f3f Reinstate inclusion of signal.h, removed in r11886. by sewardj · 13 years ago
  65. 56501b6 Reinstate inclusion of unistd.h, removed in r11886. by sewardj · 13 years ago
  66. 4966542 Un-break the build on most platforms following r11888. Oops. by sewardj · 13 years ago
  67. 37ed97b Add a file containing information on how to cross-compile for Android. by sewardj · 13 years ago
  68. 126e82d Fix up preload code so that on Android it doesn't try to call anything by sewardj · 13 years ago
  69. cbe3850 Fix Linux build breakage caused by header rearrangement in r11885, sigh. by sewardj · 13 years ago
  70. 0ba37c9 Build system fixes so as to temporarily disable the GDBserver on by sewardj · 13 years ago
  71. ca8d94a Conditionalise code that uses some ELF constants that Android doesn't by sewardj · 13 years ago
  72. b09d0ad Disable stabs reading on Android; it's uncompilable, and there's no point. by sewardj · 13 years ago
  73. 5d28969 Make this compilable on Android. by sewardj · 13 years ago
  74. 9db56ae Allow selection of an alternative location for temporary files at by sewardj · 13 years ago
  75. 6a1ec6b Duh, do r11879 correctly (Android doesn't have an auxv entry called AT_FPUCW.) by sewardj · 13 years ago
  76. c19a5b0 Android doesn't have an auxv entry called AT_FPUCW. by sewardj · 13 years ago
  77. aff0967 Ignore ELF phdrs that have a p_memsz of zero, as appears to happen by sewardj · 13 years ago
  78. 5138111 /bin/sh lives at /system/bin/sh on Android. by sewardj · 13 years ago
  79. 211c253 Stop gcc on Android giving bogus function-has-no-return-value warnings. by sewardj · 13 years ago
  80. 0c09bf0 The pthread.h on Android has no definition for pthread_rwlock_t, which by sewardj · 13 years ago
  81. c644459 Pass platform-variant tags (-DVGPV_blah_blah_blah) to regtest by sewardj · 13 years ago
  82. a9b1e65 Add a suppression file for Android's libc (bionic). by sewardj · 13 years ago
  83. cb495c8 Introduce the concept of platform variants. These allow further by sewardj · 13 years ago
  84. 5f7a1a2 Handle sigaction, sigsuspend, sigprocmask on arm-linux; comment-only by sewardj · 13 years ago
  85. de9264c Remove identical copies of convert_sigset_to_rt, PRE(sys_sigaction) by sewardj · 13 years ago
  86. 20d702d drd/tests/matinv: Add missing return statement in an error path. by bart · 13 years ago
  87. e1dc03d Remove a commented-out copy of the sys_sigaction wrappers by sewardj · 13 years ago
  88. b934b19 Port callgrind_control to vgdb by weidendo · 13 years ago
  89. 584c9ef callgrind: add vgdb commands needed for porting callgrind_control by weidendo · 13 years ago
  90. 9bd30a8 Add / fix up test cases for {LD,ST}REX{,B,H,D} on ARM. Works for both by sewardj · 13 years ago
  91. 036113b Valgrind-side changes to fix bug #271776. by florian · 13 years ago
  92. 3f52be4 Add regression tests for {ADD,SUB}W reg, reg, #uimm12 (vex r2170) by sewardj · 13 years ago
  93. ec82dd9 Allow optional specification of cpu models on the command line by florian · 13 years ago
  94. 51331e1 Pipe CFLAGS through to the compile run for genoffsets.c, which is a by sewardj · 13 years ago
  95. 8bb4d8f Move the break out of the braces so that we don't fall through by tom · 13 years ago
  96. 7420e0a Don't allocate the XArray for the text version of the suppression by tom · 13 years ago
  97. 0610882 Disable stabs reading on ppc64-linux; it always segfaults. by sewardj · 13 years ago
  98. 63b52cf Enable testing of fres{.} and frsqrt{.} instructions. Fixes #275308. by sewardj · 13 years ago
  99. 0b98239 Implement some extra DWARF ops that gcc 4.6.1 seems to use. Fixes #275284. by tom · 13 years ago
  100. 87cd71c Make the wait-for-gdb delay loop somewhat more modern-compiler-proof. by sewardj · 13 years ago