1. ed39800 Upgrade to valgrind 3.13.0 (15 June 2017). by Elliott Hughes · 7 years ago
  2. a0664b9 Upgrade to valgrind 3.12.0. by Elliott Hughes · 7 years ago
  3. b5a02e7 Fix 353891 Assert 'bad_scanned_addr < VG_ROUNDDN(start+len, sizeof(Addr))' failed by philippe · 9 years ago
  4. 5c00a61 Fix a bug passing immediate values to ir_inject.c by florian · 9 years ago
  5. 137e3e7 Link the vbit tester against libvex-<arch>-<os>.a by florian · 9 years ago
  6. 173bb6e Solaris syscall: Add support for lwp_cond_wait(170). by iraisr · 9 years ago
  7. c593e2f Solaris syscall: Enable fchdir(120) - generic. by iraisr · 9 years ago
  8. 7d4aa19 Solaris syscall: Add support for pset family (207). by iraisr · 9 years ago
  9. 03d2f54 Move more complicated tests out of memcheck/tests/solaris/scalar_ioctl by iraisr · 9 years ago
  10. f185f3c Solaris ioctl: more of those sockio ioctl wrappers. by iraisr · 9 years ago
  11. 2d20d8d Solaris ioctl: more wrappers for sockio ioctls. by iraisr · 9 years ago
  12. c0d46cd Solaris syscall: Add support for system_stats (154). by iraisr · 9 years ago
  13. e8db706 Provide test for AT_SUN_SYSSTAT_ADDR emulation. n-i-bz by iraisr · 9 years ago
  14. 95fba4c Avoid a possible memory leak. by florian · 9 years ago
  15. 5aa9d1e Add copyright/license comment. by florian · 9 years ago
  16. 816d3db Update TODO list. by florian · 9 years ago
  17. dc01f93 Break a few overly long lines. by florian · 9 years ago
  18. bc3a88f by carll · 9 years ago
  19. a6fd552 Re-enable formerly hanging regression test on OS X. by rhyskidd · 9 years ago
  20. d75b080 Update due to r13991. by florian · 9 years ago
  21. 72e4640 Changes related to new IROp Iop_RoundF128toInt. See VEX r3183. by florian · 9 years ago
  22. 70bbba0 Fix bug #339636 Use fxsave64 and fxrstor64 mnemonics again. by mjw · 9 years ago
  23. c22f519 - The default value for --leak-check-heuristics has been changed from by philippe · 9 years ago
  24. ce3b04c Enhance block_list memcheck gdbserver monitor command by philippe · 9 years ago
  25. 7161e33 Suppress unwanted clang 3.7 warnings. Fix undefined behaviour in perf/tinycc.c by florian · 9 years ago
  26. 2672fae Rename the new option --expensive-definedness-check introduced in by sewardj · 9 years ago
  27. 9b7b088 Have block_list showing heuristic used for a block (if block was by philippe · 9 years ago
  28. e8b9ee3 Add support for ldsoexec on Solaris. by iraisr · 9 years ago
  29. 9e9a563b Ensure the testcase compiles with clang. by florian · 9 years ago
  30. add95c8 Make --partial-loads-ok=yes the default on all platforms, not just OS X. by sewardj · 9 years ago
  31. 92cd838 Change default value for --keep-stacktraces has been changed to alloc-and-free by philippe · 9 years ago
  32. 9ee20eb New memcheck command line option: --expensive-definedness-check by florian · 9 years ago
  33. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  34. 9dc5dd6 When scanning the statement list for bogus literals we by florian · 9 years ago
  35. a0c8403 Handle (unwanted) line number info in filter_defcfaexpr. by mjw · 9 years ago
  36. 5c0abb6 arm32: make sure we actually generate real 64-bit loads/stores for the by sewardj · 9 years ago
  37. 07d0c9e Increase test coverage on OS X, by re-enabling the memcheck/tests/amd64/xsave-avx regression tests with a handy memalign() shim. by rhyskidd · 9 years ago
  38. 6d3cb49 Fix 350202 - Add limited param to 'monitor block_list' by philippe · 9 years ago
  39. c1699a7 Properly guard memcheck/tests/amd64/xsave-avx. This test relies on memalign(), which is not present on OS X. Along with a few other avx tests needs refactoring to use posix_memalign() down the track. n-i-bz. by rhyskidd · 9 years ago
  40. 40fc6b2 Fix clobber. by florian · 9 years ago
  41. 41863f8 Add test cases for AVX XSAVE and XRSTOR instructions. by sewardj · 9 years ago
  42. 290b9ca Handle new ILGop_IdentV128 introduced by vex r3169. by sewardj · 9 years ago
  43. d8a3444 For those testcases that crash one way or another by florian · 9 years ago
  44. ed59b70 When profiling memory events in memcheck, event counts larget by florian · 9 years ago
  45. ca63145 The number of elements in a RangeMap cannot be negative. by florian · 9 years ago
  46. 47755db The number of elements in an OSet cannot be negative. by florian · 9 years ago
  47. de3df03 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  48. b92e632 * Memcheck: by philippe · 9 years ago
  49. 6004219 Rewrite memcheck's event counter machinery. by florian · 9 years ago
  50. 072064d GCC 5.1 issues warnings about static variables declared within non-static by florian · 9 years ago
  51. 4f9b7c7 Silence a few more warnings from GCC 5.1 by florian · 9 years ago
  52. 93eb900 Silence a few warnings issued by GCC 5.1 claiming that 'res' is by florian · 9 years ago
  53. 3119a2b As pointed out by GCC 5.1 macro arguments ought to be paranthesized by florian · 9 years ago
  54. 0e65491 Use handwritten memcheck assembly helpers on x86/Solaris in addition to {arm,x86}-linux. by iraisr · 9 years ago
  55. ead018e In VALGRIND_PRINTF write out the thread name to xml. by florian · 9 years ago
  56. 80da883 Fix memcheck/tests/darwin/aio on OS X. n-i-bz by rhyskidd · 9 years ago
  57. 0bf9f9b Clean up some bit rot within memcheck/tests/darwin/scalar. n-i-bz. by rhyskidd · 9 years ago
  58. 1285365 regression tests: Remove superfluous backticks by bart · 9 years ago
  59. db8aad8 Unbreak the OS X/clang build from r15419. This handrolled assembly on x86 will need more work to build with Apple's clang variant. by rhyskidd · 9 years ago
  60. b94fbf0 Unbreak the build on several setups : by philippe · 9 years ago
  61. 704f46b Fix incorrect implementation of LOADV64le that was added in r15418. by sewardj · 9 years ago
  62. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  63. 17e3da7 Patch 2 of 7, improve PPC HW capabiltiy checking. by carll · 9 years ago
  64. b9437c5 Bug 349879 - [PATCH] memcheck: add handwritten assembly for helperc_LOADV by sewardj · 9 years ago
  65. 2ce9ac2 VG_(helperc_LOADV64le): add handwritten assembly helper for ARM32 by sewardj · 9 years ago
  66. 73796f4 Block the running of a known hanging regression test on OS X. Partial fix for bz#344416, and related to BZ#350359. by rhyskidd · 9 years ago
  67. 4553b79 Fix Valgrind does not support pthread_sigmask() on OS X bz#201216 by rhyskidd · 9 years ago
  68. ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
  69. 9d83e99 Fix Memcheck: the 'impossible' happened: unexpected size for Addr (OSX/wine) by rhyskidd · 9 years ago
  70. 748ba7a Backing out patch 1 and 2 from Bugzilla 349790. by carll · 9 years ago
  71. 6504495 Patch 2 of 6 by carll · 9 years ago
  72. 1e6ed12 Fix 348949 Bogus "ERROR: --ignore-ranges: suspiciously large range" by philippe · 9 years ago
  73. 7b1f9eb arm32-linux only: add handwritten assembly helpers for by sewardj · 9 years ago
  74. b7d3a44 Run memcheck/tests/demangle with -q. by mjw · 9 years ago
  75. 9edbf75 Fix unhandled syscall: unix:410 (sigsuspend_nocancel) on OS X. bz#319274. by rhyskidd · 9 years ago
  76. 9b40c7f Fix Warning: noted but unhandled ioctl 0x2000747b on Mac OS X. bz#208217. by rhyskidd · 9 years ago
  77. 9069406 Enable a few more compiler warnings. by florian · 9 years ago
  78. 2b40574 Fix unhandled syscall: unix:132 (mkfifo) on OS X. bz#212291. by rhyskidd · 9 years ago
  79. 320ac93 Add (presently) failing test case for bz#212291. by rhyskidd · 9 years ago
  80. 3ed5c70 Patch 6 in a revised series of cleanup patches from Will Schmidt by carll · 9 years ago
  81. de4a99f by carll · 9 years ago
  82. 366cefb bz#347233 - Fix memcheck/tests/strchr on OS X 10.10 (Haswell) by rhyskidd · 9 years ago
  83. 4e08a97 Use fxsave64 and fxrstor64 mnemonics instead of old-school rex64 prefix by rhyskidd · 9 years ago
  84. c163186 Fix incorrect cleanup lines in 2 tests (spotted by Matthias Schwarzott) by philippe · 9 years ago
  85. e26586b by carll · 9 years ago
  86. d4dc5fc This patch adds a function that allows to directly properly size an xarray by philippe · 9 years ago
  87. 981abb5 Issue an error message if then brk segment overflows. by florian · 9 years ago
  88. 81de065 Fix BZ #342683. Based on patch by Ivo Raisr. by florian · 9 years ago
  89. 7cbe068 Fix the writev / readv wrappers. Do not read the array pointed to by florian · 9 years ago
  90. 7cd6d83 Add support for the TEXASRU register. This register contains information on by carll · 9 years ago
  91. d609660 Add support for the lbarx, lharx, stbcx and sthcs instructions. by carll · 9 years ago
  92. 0c3074e Forgot to add the new files in memcheck/tests/ppc32 and memcheck/tests/ppc32. by carll · 9 years ago
  93. a89b046 Add support for the lbarx, lharx, stbcx and sthcs instructions. by carll · 9 years ago
  94. e27c8cd To address memcheck/tests/leak-segv-jmp test failure for TILEGX by zliu · 9 years ago
  95. e2fd3d2 Update expected result for leak-segv-jmp, following TileGX addition of by philippe · 9 years ago
  96. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  97. 7222f64 Track vex r3120, that changed the type of Iop_Sqrt64x2 and Iop_Sqrt32x4. by sewardj · 9 years ago
  98. 1f4b1eb Memcheck: add support for recently added IROps: by sewardj · 9 years ago
  99. 436b75f Un-break the build following vex r3110. Thanks to PetarJ for the fix. by sewardj · 9 years ago
  100. c13d544 Add STATIC_ASSERT and use it. by florian · 9 years ago