1. cda0c2c Extensible main thread stack is tricky :(. by philippe · 9 years ago
  2. 9951323 Further fixes for bz#345394 specifically for OS X 10.10 by rhyskidd · 9 years ago
  3. 017d8f5 Add VG_(am_is_bogus_client_stack_pointer)(Addr). by florian · 9 years ago
  4. e44ff79 Include the platform name in the unhandled system call message by tom · 9 years ago
  5. f08e29d Fix memcheck/tests/strchr on OS X by rhyskidd · 9 years ago
  6. 37dd64d Increase the size of the alternate stack. It was too small. by florian · 9 years ago
  7. f0c5ce8 Fix the following errors detected by makefile check by philippe · 9 years ago
  8. ef3dd6c Organise the expected output files for the wrap8 testcase. by florian · 9 years ago
  9. c02fb7a Update the ppc64 specific results to what they are. by florian · 9 years ago
  10. 1a7b0b9 Disable testcase because the ptrace system call is not supported on ppc64. by florian · 9 years ago
  11. d0720e4 Implement command line option --valgrind-stacksize=<number> by philippe · 9 years ago
  12. bb1a787 Add support for building with -fsanitize=undefined. by florian · 9 years ago
  13. 8348385 Fix unhandled syscall: unix:348 (__pthread_chdir) and unhandled syscall: unix:349 (__pthread_fchdir) on OS X by rhyskidd · 9 years ago
  14. 7a4d825 Tweak test case for bz#344560 from r14985, now includes line numbers by rhyskidd · 9 years ago
  15. bc3770e Fix stack traces missing penultimate frame by rhyskidd · 9 years ago
  16. 4367abe Fix a few compiler warnings issued by clang 3.6.0 by florian · 9 years ago
  17. 37192e7 Fix memcheck/tests/err_disable4 test on OS X by rhyskidd · 9 years ago
  18. c34e57e Update opcode list following VEX r3092. by florian · 9 years ago
  19. 1435076 Handle new IROps added in vex r3092: by sewardj · 9 years ago
  20. 5d3d43d Update a comment. by florian · 9 years ago
  21. ea8a88c Pass in a mask of segment kinds to VG_(get_segment_starts) by florian · 9 years ago
  22. 7db5774 Revert accidental checkin for Makefile.am by florian · 9 years ago
  23. 45ee036 Fix undefined behaviours when shifting. Found by libubsan. by florian · 9 years ago
  24. 782be4c valgrind part to VEX:3083 Fix bugzilla 343802, also extend testcase by cborntra · 9 years ago
  25. be9d235 Handle new value ILGop_Ident64 in enum type IRLoadGOp. This tracks vex r3074. by sewardj · 9 years ago
  26. d3166c4 VG_(am_get_filename) returns a pointer to memory that belongs to the by florian · 9 years ago
  27. 2a97c63 Small doc improvement: make more clear that --show-leak-kinds and --errors-for-leak-kinds by philippe · 9 years ago
  28. 754f1ad Fix Makefile.am so it works for builds configured with --enable-only32bit. by florian · 9 years ago
  29. f466eef Track the IMark changes in VEX r3055. by florian · 9 years ago
  30. d0da968 Fix 341539 VG_(describe_addr) should not describe address as belonging to client by philippe · 9 years ago
  31. f5300ff Avoid spurious warnings about white space following a backslash by florian · 9 years ago
  32. 602b8f7 Avoid compiler warnings on s390x. by florian · 9 years ago
  33. 8e78577 Fix 197259 Unsupported arch_prtctl PR_SET_GS option by philippe · 9 years ago
  34. 866862a Fix BZ #116002. by florian · 9 years ago
  35. b0d3aa9 reach_thread_register cannot be compiled on Mac OS as Mac OS by philippe · 9 years ago
  36. 227a1ec Add limited support for printing floating point numbers to by florian · 9 years ago
  37. 26a790a Add -Wformat -Wformat-security to the list of compile flags. by florian · 10 years ago
  38. 03ba835 Change the testcase to not depend on the type of 'this' in the output. by florian · 10 years ago
  39. f7ec77f Change pub_tool_addrinfo.h AddrInfo and VG_(describe_addr) so as to describe by philippe · 10 years ago
  40. f837aa7 isBogusAtom: handle missing case Ico_F32. by sewardj · 10 years ago
  41. bdd8556 Announce fix of BZ #155125. As of r14685 I think. Add testcase. by florian · 10 years ago
  42. 7b3d356 Implement Option --error-markers=<begin>,<end> by philippe · 10 years ago
  43. 770a8d2 Merge r14308 from the BUF_REMOVAL branch to trunk by florian · 10 years ago
  44. 46cc045 Merge r14202 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  45. d327fb1 Followup to r14646. The symbol TIOCSIG is not necessarily defined, by florian · 10 years ago
  46. a9ccca3 Add support for ioctl(fd, TIOCSIG, signal_number) which used by florian · 10 years ago
  47. 8e3fbb5 Constify the tool interface. by florian · 10 years ago
  48. ee0d0e9 Constify m_oset, m_sparsewa, and m_wordfm. by florian · 10 years ago
  49. 09a4c79 Change the definition of VgHashTable to not have pointer type. by florian · 10 years ago
  50. ccfddfb Inline function definitions must not refer to objects with internal by florian · 10 years ago
  51. c4fe430 Hide .version directives in assembly code on Mac, since XCode doesn't by sewardj · 10 years ago
  52. 76ca27c Fix the thread-name facility and associated test on Darwin. by sewardj · 10 years ago
  53. 3e81b8b Merge revisions 14230, 14602, and 14604 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  54. dea1603 Followup to r14600. Copy the contents of pub_core_guest.h to pub_tool_guest.h by florian · 10 years ago
  55. cf6e734 Merge r14229 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  56. 7e90510 Remove unneeded header file which does not exist on Darwin. by florian · 10 years ago
  57. 3c0c947 Ripple from constifying parameters of instrumentation functions and by florian · 10 years ago
  58. 6e468f4 Fix some comments that were still describing 32Gb as the limit for 'fast' memcheck by philippe · 10 years ago
  59. 417d737 Old STABS code is still being compiled, but never used. Remove it. by mjw · 10 years ago
  60. a57f114 Valgrind regression test fix for stfdpx instruction. by carll · 10 years ago
  61. b9d8fbb Document that VG_(newRangeMap) never returns NULL. Remove pointless asserts. by florian · 10 years ago
  62. b49e4a5 Tidy up m_oset.c by florian · 10 years ago
  63. 659efde Fix a memory leak found by IBM's BEAM checker. by florian · 10 years ago
  64. 4bf35b9 Add a missing break as identified by IBM's BEAM checker. by florian · 10 years ago
  65. bd15508 Replace wrong <../memcheck.h> by "../memcheck.h" by philippe · 10 years ago
  66. 98977e0 Be more careful to separate build flags for the preload shared objects by sewardj · 10 years ago
  67. 3b03744 Fix function prototype as pointed out by clang. by florian · 10 years ago
  68. 807c454 Fix most clang warnings. by florian · 10 years ago
  69. 25fc405 The update fixes a format issue in the PPC test by carll · 10 years ago
  70. 17804f6 Move the endianess test for ppc64 to the correct place. by florian · 10 years ago
  71. a6b1728 Make sure valgrind builds with clang 3.5.0 by florian · 10 years ago
  72. 122f6af Slightly change the help text for some options that involve by sewardj · 10 years ago
  73. e4200b5 Fix wrong operator = (instead of ==) in assertion by philippe · 10 years ago
  74. e467521 prepare for changing the default of --read-inline-info by philippe · 10 years ago
  75. 7b7b1cb Track vex r2939 (renaming and arg-order change for Iop_Extract{64,V128}). by sewardj · 10 years ago
  76. 7e3b3f2 Improve description of an address that is on a stack but below sp. by philippe · 10 years ago
  77. 0533405 Fix a bunch of defined(VGA_ppc64) by philippe · 10 years ago
  78. b444fbc Fix typo in syswrap ppoll param, equate ppoll and poll for memcheck testcase. by mjw · 10 years ago
  79. 9746147 Add socket.S to memcheck/tests/filter_stderr. by mjw · 10 years ago
  80. bfd03f8 Handle the new IROps introduced to support ARM64 SIMD. by sewardj · 10 years ago
  81. 147865c Iop_Rol64x2 was handled as if it were a 32x4 case. This moves by sewardj · 10 years ago
  82. ee6bb77 Track renaming of {reciprocal, reciprocal sqrt}{estimate, step} by sewardj · 10 years ago
  83. 021e6b6 Memcheck: add a new flag, --show-mismatched-frees=no|yes [yes], to by sewardj · 10 years ago
  84. 1e4fc95 mc_LOADV_128_or_256_slow: change a constant from V_BITS8_DEFINED by sewardj · 10 years ago
  85. 3a3f57f Bug 338445 amd64 vbit-test fails with unknown opcodes used by arm64 VEX. by mjw · 10 years ago
  86. ec905f7 The attached patch cleanups the clo processing by philippe · 10 years ago
  87. e541e22 Track vex r2924 (Renaming of Iop_QSalN*, Iop_QShlN* and Iop_QShlN*S) by sewardj · 10 years ago
  88. 666ee9d This patch implements reading the directory information for source by philippe · 10 years ago
  89. dd690bf This commit is for Bugzilla 334836. The Bugzilla contains patch 3 of 3 by carll · 10 years ago
  90. 582d582 This commit is for Bugzilla 334834. The Bugzilla contains patch 2 of 3 by carll · 10 years ago
  91. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  92. c06f684 Fix dangling ref in m_errormgr.c + report all uninit fields in a syscall param by philippe · 10 years ago
  93. 0e073a8 Adapt testcase so it can be compiled with GCC 3.4.6. by florian · 10 years ago
  94. 421c26e Factor out VG_(exit_now) to contain the syscall incantation to terminate by florian · 10 years ago
  95. 7c69a3e Add a new heuristic 'length64' to detect interior pointers by philippe · 10 years ago
  96. 4d6ce84 Track vex r2907, which amongst other things, renamed Iop_QDMulLong* to by sewardj · 10 years ago
  97. 0c9ac8d Patch adding (or showing the proper/not confusing) helgrind thread nr for block by philippe · 10 years ago
  98. e24dbf8 Fix pointer qualifier discard warnings in memcheck/tests/varinforestrict.c. by mjw · 10 years ago
  99. c81436d Bug 336619 valgrind --read-var-info=yes doesn't handle DW_TAG_restrict_type. by mjw · 10 years ago
  100. 7b6899d Provide a back trace when a function argument of a known allocation by florian · 10 years ago