1. db8bdd2 Change the filtering of helgrind's XML output. by florian · 13 years ago
  2. 960eef2 Update re OSX 10.7. by sewardj · 13 years ago
  3. bccce90 * (marginally) fix debug printing for new 10.7 syscalls by sewardj · 13 years ago
  4. 8a5c06b Fix a couple of buffer overruns. n-i-bz. by sewardj · 13 years ago
  5. b578406 Make wqthread_hijack not assert on x86-darwin. Same hack as by sewardj · 13 years ago
  6. 0c865b4 Use <sys/mman.h> instead of <linux/mman.h> to fix a compile problem by florian · 13 years ago
  7. ab8630f Change the name of the pipes for vgdb by adding username and hostname. by florian · 13 years ago
  8. da91ee7 Make {amd64,x86}-darwin use the direct implementations of by sewardj · 13 years ago
  9. a8ca2c5 Un-break the compiler version check on Darwin (introduced by r12066) by sewardj · 13 years ago
  10. adbb491 Be a bit more careful about the return type for VG_MINIMAL_SETJMP, by sewardj · 13 years ago
  11. fc824cb x86-linux, amd64-linux: Implement VG_MINIMAL_SETJMP and by sewardj · 13 years ago
  12. 3ab7b66 Accept clang-2.9 as an allowable compiler. by sewardj · 13 years ago
  13. bd9b731 Compile everything with -fno-builtin, so as to disable LLVM's by sewardj · 13 years ago
  14. 95a128b Fix a regression (none/tests/cmdline[12]) which was introduced by florian · 13 years ago
  15. b985e2d Remove hardwired /tmp directory in vgdb. Honour VG_TMPDIR by florian · 13 years ago
  16. 99b6bde Fix a NULL pointer dereference issue spotted by IBM's BEAM checker. by florian · 13 years ago
  17. fb9c962 Update how-to-build documentation. by sewardj · 13 years ago
  18. 889ffa4 Add support for hardware-specific ioctl wrappers on Android, by sewardj · 13 years ago
  19. a3e7a48 Android: add wrappers for ashmem and binder ioctls. From the AOSP by sewardj · 13 years ago
  20. 8dc3282 Un-break debuginfo image finding on non-Android Linuxes following r12057, duh. by sewardj · 13 years ago
  21. 55f2973 Add a facility for ad-hoc location of debuginfo files on Android. by sewardj · 13 years ago
  22. a2b14cc ML_(read_elf_debug_info): (no functional change, I hope): fix up by sewardj · 13 years ago
  23. 88d2c09 Android only: don't ignore zero-sized symbols, since some of them by sewardj · 13 years ago
  24. 70f291d arm_linux_android: intercept __dl_strcmp and __dl_strlen in by sewardj · 13 years ago
  25. a518fb6 Initial suppressions from Android 2.3.5 (on ARM). by sewardj · 13 years ago
  26. 75f107f Heap profiler: reduce threshold at which a new profile is shown for by sewardj · 13 years ago
  27. 27a4db0 Pretty up the debugging hack that allows printing of stack traces by sewardj · 13 years ago
  28. 796e4b2 Re-enable the use of loctab (line number table) trimming, for a 5% to by sewardj · 13 years ago
  29. f72a28d run_a_thread_NORETURN: add trashed-register annotations for the magic by sewardj · 13 years ago
  30. 80fc03b Print a slightly less useless failure message if VG_(mkstemp) fails to by sewardj · 13 years ago
  31. d043de9 m_mallocfree.c: generalise 'reclaimSuperBlock' to also reclaim by sewardj · 13 years ago
  32. f79bf6e Make filter_helgrind executable. Should unbreak the build. by florian · 13 years ago
  33. 31014da Change the backtrace filtering machinery for the helgrind regression by florian · 13 years ago
  34. ae24058 Remove code duplication from the dispatchers. Keep the core loop by florian · 13 years ago
  35. 731f9cf by sewardj · 13 years ago
  36. 94bb772 Un-break Darwin build following r12041 (creation of struct _DebugInfoFSM) by sewardj · 13 years ago
  37. a5acac3 A refactoring change; no functional effect. struct _DebugInfo by sewardj · 13 years ago
  38. 0f4126c Get rid of DebugInfo::memname, a hangover from the now-removed AIX5 support. by sewardj · 13 years ago
  39. bdba1d9 Disable sending diffs for the z900 build for now. by florian · 13 years ago
  40. 86aabd8 Fix tc23_bogus_condwait.c testcase for s390x. by florian · 13 years ago
  41. c7b412e Tweak s390x dispatcher. Using CG elminates two load insns. by florian · 13 years ago
  42. 21f8bcf Dispatcher tweak. Saves ALU operation. Suggested by Julian Seward. by florian · 13 years ago
  43. 818f17e Make drd/drd_pthread_intercepts.c compile again on Linux systems without usable <linux/futex.h> header by bart · 13 years ago
  44. cfb0e95 Add exp files for s390x. GCC's use of the MVC insn causes by florian · 13 years ago
  45. 44bf066 Fix the system call wrapper for the clone system call (s390x). by florian · 13 years ago
  46. 04abdd7 Add an .exp for s390x. Certain older kernels had a bug in providing by florian · 13 years ago
  47. 9eff0d4 This testcase is sensitive to some sleep period. On slower by florian · 13 years ago
  48. bd3b127 Add more .exp files for s390 due to GCC's use of the MVC insn. by florian · 13 years ago
  49. 65abb16 Back out r12026; instead add a new .exp file for s390x. by florian · 13 years ago
  50. 460ed73 Add config files for z900 nightly build by florian · 13 years ago
  51. bcc95cf Sensitivity fix. On slow machines (s390x z900) need to sleep longer. by florian · 13 years ago
  52. d2ba31c For s390x we also need to accept a reported size of 1. by florian · 13 years ago
  53. a0b4dbc Update build instructions. by sewardj · 13 years ago
  54. 1891b57 ML_(read_elf_debug_info): debug printing of program header entries: print file by sewardj · 13 years ago
  55. 6e166c2 ML_(read_elf_debug_info): if we exit from this routine via the BAD by sewardj · 13 years ago
  56. d8b9346 Avoid excessive fragmentation in m_mallocfree by munmapping unused by sewardj · 13 years ago
  57. 320dee2 Properly preserve FP registers (and, more generally, the entire guest by sewardj · 13 years ago
  58. 79bb249 Additional .exp file for s390x. by florian · 13 years ago
  59. 75fc67d Disable testcase on s390x. Still hangs occasionally. by florian · 13 years ago
  60. bed336a Fix testcase for s390x. Provide implementation of XCHG_M_R. by florian · 13 years ago
  61. 0c48442 Add a prerequisite because drd/tests/annotate_smart_pointer is not always built. by florian · 13 years ago
  62. d809dcc Add config files for nightly s390 builds. by florian · 13 years ago
  63. 7dbbd19 Support CLCL and MVCL instructions. This is the non-VEX part. by florian · 13 years ago
  64. ce6489f Make some vgdb interface to callgrind_control internal by weidendo · 13 years ago
  65. 2364227 Allow overriding not-supported auto-detected cache configs by weidendo · 13 years ago
  66. 55cade6 Change get_svn_revision to also work with older subversion releases by florian · 13 years ago
  67. c5077b9 Print the (pseudo-)soname when doing debug printing for Mach-O by sewardj · 13 years ago
  68. 4157d4f * whitespace changes by sewardj · 13 years ago
  69. 3c94445 For intercepts in libc and the dynamic linker (ld.so or dyld), split by sewardj · 13 years ago
  70. 58bec1c Avoid hanging on older s390x systems. See also bugzilla #268623 comment 3. by florian · 13 years ago
  71. 2062dc6 Add support for IBM Power ISA 2.06 -- stage 3 -- Test cases. by sewardj · 13 years ago
  72. 169ac04 Add support for new primops added in vex r2199. by sewardj · 13 years ago
  73. 258ede7 Add support for s390x model z114. See also VEX r2198 by florian · 13 years ago
  74. 863f1eb drd: Yet another regression test reliability improvement. by bart · 13 years ago
  75. 5cbd26e drd: Avoid reporting false positive race reports inside pthread_join(). by bart · 13 years ago
  76. 028ad92 fix the suppressions to also match libc-2.XX.y.so by dirk · 13 years ago
  77. be2fe8d Make a copy of any environment string we are going to modify when by tom · 13 years ago
  78. 70d71c7 Fix link error for 32-bit build on OSX 10.7 (Lion). This is the by sewardj · 13 years ago
  79. 25f8a7e Remove the svn:executable property from a source file by bart · 13 years ago
  80. 14a8178 Make sure this gets built with -fomit-frame-pointer, even on x86-linux, by sewardj · 13 years ago
  81. 2b451ba memcheck/tests/linux/timerfd-syscall: Avoid failure on heavily loaded systems by bart · 13 years ago
  82. 603896c Add more info about cache sizes. by florian · 13 years ago
  83. c542ba4 Make callgrind report the detected cache configuration as well. by tom · 13 years ago
  84. d5c948f Report the detected cache configuration with "-v -v" before we by tom · 13 years ago
  85. cc3de2d Add a new simulation hint, --sim-hints=fuse-compatible, which causes by sewardj · 13 years ago
  86. c9b0854 x86-linux: don't add redirections for strchr/index in ld.so since they by sewardj · 13 years ago
  87. 9604484 Extend the behavioural-equivalence-class mechanism for redirection by sewardj · 13 years ago
  88. 863ab7c Don't compare src and dst to work out which direction to iterate by tom · 13 years ago
  89. 4c89b2f Temporary partial backout of r11911 (fix for #250101) pending by sewardj · 13 years ago
  90. d88797f Redirect memcpy@@GLIBC_2.14 differently from memcpy@GLIBC_2.2.5, so as by sewardj · 13 years ago
  91. 14127d6 Improvements to debug printing with -v -v. (Tom Hughes, tom@compton.nu) by sewardj · 13 years ago
  92. 7696726 Un-break the build on OSX following r11985. by sewardj · 13 years ago
  93. bd2cff2 Fix for #275284 (initial fix, at least). Will break OSX; fix to follow. by sewardj · 13 years ago
  94. 85cf900 Add more infrastructure to be used for fixing #275284 (Valgrind by sewardj · 13 years ago
  95. 270e2a3 Add missing break statements to example code. Fix to #264644. by tom · 13 years ago
  96. c448a64 Un-break the build on OSX following r11981 (Remove the assumption, in by sewardj · 13 years ago
  97. a5cace0 Remove the assumption, in m_debuginfo, that each address is associated by sewardj · 13 years ago
  98. fca8f5f Add support for FBIOPUT_VSCREENINFO and FBIOPAN_DISPLAY ioctls. by tom · 13 years ago
  99. 0e1b0c2 Mention the --tool option in the manual page. Fixes #249970. by tom · 13 years ago
  100. 164d2fe Include the standard Fedora location in the list of places where by tom · 13 years ago