1. 9edbf75 Fix unhandled syscall: unix:410 (sigsuspend_nocancel) on OS X. bz#319274. by rhyskidd · 9 years ago
  2. 9b40c7f Fix Warning: noted but unhandled ioctl 0x2000747b on Mac OS X. bz#208217. by rhyskidd · 9 years ago
  3. 9069406 Enable a few more compiler warnings. by florian · 9 years ago
  4. 2b40574 Fix unhandled syscall: unix:132 (mkfifo) on OS X. bz#212291. by rhyskidd · 9 years ago
  5. 320ac93 Add (presently) failing test case for bz#212291. by rhyskidd · 9 years ago
  6. 3ed5c70 Patch 6 in a revised series of cleanup patches from Will Schmidt by carll · 9 years ago
  7. de4a99f by carll · 9 years ago
  8. 366cefb bz#347233 - Fix memcheck/tests/strchr on OS X 10.10 (Haswell) by rhyskidd · 9 years ago
  9. 4e08a97 Use fxsave64 and fxrstor64 mnemonics instead of old-school rex64 prefix by rhyskidd · 9 years ago
  10. c163186 Fix incorrect cleanup lines in 2 tests (spotted by Matthias Schwarzott) by philippe · 9 years ago
  11. e26586b by carll · 9 years ago
  12. d4dc5fc This patch adds a function that allows to directly properly size an xarray by philippe · 9 years ago
  13. 981abb5 Issue an error message if then brk segment overflows. by florian · 9 years ago
  14. 81de065 Fix BZ #342683. Based on patch by Ivo Raisr. by florian · 9 years ago
  15. 7cbe068 Fix the writev / readv wrappers. Do not read the array pointed to by florian · 9 years ago
  16. 7cd6d83 Add support for the TEXASRU register. This register contains information on by carll · 9 years ago
  17. d609660 Add support for the lbarx, lharx, stbcx and sthcs instructions. by carll · 9 years ago
  18. 0c3074e Forgot to add the new files in memcheck/tests/ppc32 and memcheck/tests/ppc32. by carll · 9 years ago
  19. a89b046 Add support for the lbarx, lharx, stbcx and sthcs instructions. by carll · 9 years ago
  20. e27c8cd To address memcheck/tests/leak-segv-jmp test failure for TILEGX by zliu · 9 years ago
  21. e2fd3d2 Update expected result for leak-segv-jmp, following TileGX addition of by philippe · 9 years ago
  22. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  23. 7222f64 Track vex r3120, that changed the type of Iop_Sqrt64x2 and Iop_Sqrt32x4. by sewardj · 9 years ago
  24. 1f4b1eb Memcheck: add support for recently added IROps: by sewardj · 9 years ago
  25. 436b75f Un-break the build following vex r3110. Thanks to PetarJ for the fix. by sewardj · 9 years ago
  26. c13d544 Add STATIC_ASSERT and use it. by florian · 9 years ago
  27. cda0c2c Extensible main thread stack is tricky :(. by philippe · 9 years ago
  28. 9951323 Further fixes for bz#345394 specifically for OS X 10.10 by rhyskidd · 9 years ago
  29. 017d8f5 Add VG_(am_is_bogus_client_stack_pointer)(Addr). by florian · 9 years ago
  30. e44ff79 Include the platform name in the unhandled system call message by tom · 9 years ago
  31. f08e29d Fix memcheck/tests/strchr on OS X by rhyskidd · 9 years ago
  32. 37dd64d Increase the size of the alternate stack. It was too small. by florian · 9 years ago
  33. f0c5ce8 Fix the following errors detected by makefile check by philippe · 9 years ago
  34. ef3dd6c Organise the expected output files for the wrap8 testcase. by florian · 9 years ago
  35. c02fb7a Update the ppc64 specific results to what they are. by florian · 9 years ago
  36. 1a7b0b9 Disable testcase because the ptrace system call is not supported on ppc64. by florian · 9 years ago
  37. d0720e4 Implement command line option --valgrind-stacksize=<number> by philippe · 9 years ago
  38. bb1a787 Add support for building with -fsanitize=undefined. by florian · 9 years ago
  39. 8348385 Fix unhandled syscall: unix:348 (__pthread_chdir) and unhandled syscall: unix:349 (__pthread_fchdir) on OS X by rhyskidd · 9 years ago
  40. 7a4d825 Tweak test case for bz#344560 from r14985, now includes line numbers by rhyskidd · 9 years ago
  41. bc3770e Fix stack traces missing penultimate frame by rhyskidd · 9 years ago
  42. 4367abe Fix a few compiler warnings issued by clang 3.6.0 by florian · 9 years ago
  43. 37192e7 Fix memcheck/tests/err_disable4 test on OS X by rhyskidd · 9 years ago
  44. c34e57e Update opcode list following VEX r3092. by florian · 9 years ago
  45. 1435076 Handle new IROps added in vex r3092: by sewardj · 9 years ago
  46. 5d3d43d Update a comment. by florian · 9 years ago
  47. ea8a88c Pass in a mask of segment kinds to VG_(get_segment_starts) by florian · 9 years ago
  48. 7db5774 Revert accidental checkin for Makefile.am by florian · 9 years ago
  49. 45ee036 Fix undefined behaviours when shifting. Found by libubsan. by florian · 9 years ago
  50. 782be4c valgrind part to VEX:3083 Fix bugzilla 343802, also extend testcase by cborntra · 9 years ago
  51. be9d235 Handle new value ILGop_Ident64 in enum type IRLoadGOp. This tracks vex r3074. by sewardj · 9 years ago
  52. d3166c4 VG_(am_get_filename) returns a pointer to memory that belongs to the by florian · 9 years ago
  53. 2a97c63 Small doc improvement: make more clear that --show-leak-kinds and --errors-for-leak-kinds by philippe · 9 years ago
  54. 754f1ad Fix Makefile.am so it works for builds configured with --enable-only32bit. by florian · 9 years ago
  55. f466eef Track the IMark changes in VEX r3055. by florian · 9 years ago
  56. d0da968 Fix 341539 VG_(describe_addr) should not describe address as belonging to client by philippe · 9 years ago
  57. f5300ff Avoid spurious warnings about white space following a backslash by florian · 9 years ago
  58. 602b8f7 Avoid compiler warnings on s390x. by florian · 9 years ago
  59. 8e78577 Fix 197259 Unsupported arch_prtctl PR_SET_GS option by philippe · 9 years ago
  60. 866862a Fix BZ #116002. by florian · 9 years ago
  61. b0d3aa9 reach_thread_register cannot be compiled on Mac OS as Mac OS by philippe · 9 years ago
  62. 227a1ec Add limited support for printing floating point numbers to by florian · 9 years ago
  63. 26a790a Add -Wformat -Wformat-security to the list of compile flags. by florian · 10 years ago
  64. 03ba835 Change the testcase to not depend on the type of 'this' in the output. by florian · 10 years ago
  65. f7ec77f Change pub_tool_addrinfo.h AddrInfo and VG_(describe_addr) so as to describe by philippe · 10 years ago
  66. f837aa7 isBogusAtom: handle missing case Ico_F32. by sewardj · 10 years ago
  67. bdd8556 Announce fix of BZ #155125. As of r14685 I think. Add testcase. by florian · 10 years ago
  68. 7b3d356 Implement Option --error-markers=<begin>,<end> by philippe · 10 years ago
  69. 770a8d2 Merge r14308 from the BUF_REMOVAL branch to trunk by florian · 10 years ago
  70. 46cc045 Merge r14202 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  71. d327fb1 Followup to r14646. The symbol TIOCSIG is not necessarily defined, by florian · 10 years ago
  72. a9ccca3 Add support for ioctl(fd, TIOCSIG, signal_number) which used by florian · 10 years ago
  73. 8e3fbb5 Constify the tool interface. by florian · 10 years ago
  74. ee0d0e9 Constify m_oset, m_sparsewa, and m_wordfm. by florian · 10 years ago
  75. 09a4c79 Change the definition of VgHashTable to not have pointer type. by florian · 10 years ago
  76. ccfddfb Inline function definitions must not refer to objects with internal by florian · 10 years ago
  77. c4fe430 Hide .version directives in assembly code on Mac, since XCode doesn't by sewardj · 10 years ago
  78. 76ca27c Fix the thread-name facility and associated test on Darwin. by sewardj · 10 years ago
  79. 3e81b8b Merge revisions 14230, 14602, and 14604 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  80. dea1603 Followup to r14600. Copy the contents of pub_core_guest.h to pub_tool_guest.h by florian · 10 years ago
  81. cf6e734 Merge r14229 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  82. 7e90510 Remove unneeded header file which does not exist on Darwin. by florian · 10 years ago
  83. 3c0c947 Ripple from constifying parameters of instrumentation functions and by florian · 10 years ago
  84. 6e468f4 Fix some comments that were still describing 32Gb as the limit for 'fast' memcheck by philippe · 10 years ago
  85. 417d737 Old STABS code is still being compiled, but never used. Remove it. by mjw · 10 years ago
  86. a57f114 Valgrind regression test fix for stfdpx instruction. by carll · 10 years ago
  87. b9d8fbb Document that VG_(newRangeMap) never returns NULL. Remove pointless asserts. by florian · 10 years ago
  88. b49e4a5 Tidy up m_oset.c by florian · 10 years ago
  89. 659efde Fix a memory leak found by IBM's BEAM checker. by florian · 10 years ago
  90. 4bf35b9 Add a missing break as identified by IBM's BEAM checker. by florian · 10 years ago
  91. bd15508 Replace wrong <../memcheck.h> by "../memcheck.h" by philippe · 10 years ago
  92. 98977e0 Be more careful to separate build flags for the preload shared objects by sewardj · 10 years ago
  93. 3b03744 Fix function prototype as pointed out by clang. by florian · 10 years ago
  94. 807c454 Fix most clang warnings. by florian · 10 years ago
  95. 25fc405 The update fixes a format issue in the PPC test by carll · 10 years ago
  96. 17804f6 Move the endianess test for ppc64 to the correct place. by florian · 10 years ago
  97. a6b1728 Make sure valgrind builds with clang 3.5.0 by florian · 10 years ago
  98. 122f6af Slightly change the help text for some options that involve by sewardj · 10 years ago
  99. e4200b5 Fix wrong operator = (instead of ==) in assertion by philippe · 10 years ago
  100. e467521 prepare for changing the default of --read-inline-info by philippe · 10 years ago