1. 606dc24 Make host valgrind work with clang/llvm. by Chih-Hung Hsieh · 8 years ago
  2. 4e1d946 Document that --read-inline-info=yes is the default by iraisr · 9 years ago
  3. 29dd9e6 Change the default setting for --dsymutil from =no to =yes, since by sewardj · 9 years ago
  4. 6d9a338 Change the --smc-check default value to =all-non-file. by sewardj · 9 years ago
  5. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  6. 23e68ca Newer Solaris has added /proc/self/cmdline and /proc/<pid>/cmdline. by iraisr · 9 years ago
  7. a5e06c3 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  8. b9749a5 Remove command line options --db-attach and --db-command which were by florian · 9 years ago
  9. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  10. 9090d2f Preliminary support for OS X 10.11 (El Capitan). Refer BZ#348909 for ongoing work. by rhyskidd · 9 years ago
  11. 7571271 Remove a few embarassing comments. by florian · 9 years ago
  12. 5af6658 Ensure we print the memory statistics with the default verbosity, by philippe · 9 years ago
  13. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  14. 52b284b ADD AT_DCACHEBSIZE and AT_HWCAP2 support for POWER PC by carll · 9 years ago
  15. 05be8f5 Fix Darwin: -v does not show kernel version bz#201435 by rhyskidd · 9 years ago
  16. 82e7a54 Add function VG_(am_is_valid_for_aspacem_minAddr) so that the parser by florian · 10 years ago
  17. 924c852 New Option --avg-transtab-entry-size=<number> can be used to tune by philippe · 10 years ago
  18. d0720e4 Implement command line option --valgrind-stacksize=<number> by philippe · 10 years ago
  19. e13efb8 Update a comment. by florian · 10 years ago
  20. ea8a88c Pass in a mask of segment kinds to VG_(get_segment_starts) by florian · 10 years ago
  21. 1e802b6 Add command line flag --max-threads=<integer> to increase the number of by florian · 10 years ago
  22. 8d47a61 Allow the user to specify precise-exception behaviour for translations by sewardj · 10 years ago
  23. 13e3f1b Fix some inconsistent uses of the VG_XACT_CLO macro, by putting an by sewardj · 10 years ago
  24. d219029 Comment only changes. by florian · 10 years ago
  25. 204197a When creating a log-file (xml or otherwise) give everybody by florian · 10 years ago
  26. f44ff62 Buffer audit. Resize some. by florian · 10 years ago
  27. 35ef415 Join two #ifdefs, eliminating one. by florian · 10 years ago
  28. 92b33b5 Announce, that the long displacement facility is noq required for s390x. by florian · 10 years ago
  29. 5b99e66 Fix BZ 334802. Patch by Mark Wielaard with a few mods to make it apply. by florian · 10 years ago
  30. 77dec3a Pass buffer size to VG_(elapsed_wallclock_time) so the function by florian · 10 years ago
  31. 8948817 Follow up 14714: use a real malloc cost centre instead of an empty string by philippe · 10 years ago
  32. 7b3d356 Implement Option --error-markers=<begin>,<end> by philippe · 10 years ago
  33. 87c8abb Change VG_(mkstemp) such that by florian · 10 years ago
  34. d1678e0 On MacOS X 10.10, provide a dummy definition for voucher_mach_msg_set. by sewardj · 10 years ago
  35. 2f87090 Add --resync-filter to the --help output. by sewardj · 10 years ago
  36. 67f7c03 Darwin only: add a filter mechanism that aims to remove pointless by sewardj · 10 years ago
  37. 801c199 Rewrite print_file_vars such that it does not modify its by florian · 10 years ago
  38. 7931627 Merge revisions 14372 and 14607 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  39. 3b860fc Merge r14251 from BUF_REMOVAL branch to trunk. by florian · 10 years ago
  40. 29d82f6 Merge 14206,14207,14261,14577,14578 from BUF_REMOVAL branch to trunk. by florian · 10 years ago
  41. a4ca4fe Fix incorrect use of VG_(tool_panic). Adapt checker script accordingly. by florian · 10 years ago
  42. e2800c9 coregrind files shall use vg_assert not tl_assert. by florian · 10 years ago
  43. 91ed8cc Tidy up m_xarray.c. by florian · 10 years ago
  44. 47c6d14 Merge r14513 from 3_10_BRANCH (Update docs w.r.t. status of by sewardj · 10 years ago
  45. f5d8e65 Remove some unneded checks as identified by IBM's BEAM checker. by florian · 10 years ago
  46. 77eb20b Use wrapper functions VG_(malloc) and friends consistently across the by florian · 10 years ago
  47. 88f762e Disable default-yes setting of read-inline-info for MacOS, and enable by sewardj · 10 years ago
  48. 124e56d Rename "--kernel-variant=android-emulator-no-hw-tls" to by sewardj · 10 years ago
  49. 122f6af Slightly change the help text for some options that involve by sewardj · 10 years ago
  50. 4450a0e Improvements for Android: by sewardj · 10 years ago
  51. dcd1ed4 Make --read-inline-info=yes be the default on Memcheck and Helgrind by sewardj · 10 years ago
  52. 574c2fd Fix typo in deprecate msg + reformat to 80 char max by philippe · 10 years ago
  53. 882038d Deprecate --db-attach Fixes BZ #337871 by florian · 10 years ago
  54. 38a74d2 The semantic of the stack bounds is not consistent or is not described. by philippe · 10 years ago
  55. b071b71 338499 --sim-hints parsing broken due to wrong order in tokens (after introduction of no-nptl-pthread-stackcache) by philippe · 10 years ago
  56. b16609b Clean up confusion about VG_(args_the_exename) which was believed to by florian · 10 years ago
  57. 9848690 Add option a new sim-hint no-nptl-pthread-stackcache. by philippe · 10 years ago
  58. ec905f7 The attached patch cleanups the clo processing by philippe · 10 years ago
  59. 582d582 This commit is for Bugzilla 334834. The Bugzilla contains patch 2 of 3 by carll · 10 years ago
  60. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  61. 5973142 Track vex r2910 (infrastructural improvements in representation of by sewardj · 10 years ago
  62. 5ee7277 OSX 10.8/10.9: remove warning message. by sewardj · 10 years ago
  63. 882a9ec Darwin only: don't tell aspacemgr about the kernel commpage -- only by sewardj · 10 years ago
  64. a6efdfa Rename --defaultsupp into --default-suppressions as requested by Julian by bart · 10 years ago
  65. 2c68e3e core: Add command-line option --defaultsupp by bart · 10 years ago
  66. ec66ad5 Add initial build support for Mac OS X 10.9 (Mavericks). Bug 326724 by sewardj · 10 years ago
  67. a0a7393 This patch implements the support needed for stacktraces by philippe · 10 years ago
  68. d898bf0 Revert "Tools should explain why an option is bad when using fmsg_bad_option." by mjw · 10 years ago
  69. 1f2f9a1 Tools should explain why an option is bad when using fmsg_bad_option. by mjw · 10 years ago
  70. e4d7812 * New option --aspace-minaddr=<address> allows to (possibly) make by philippe · 10 years ago
  71. 180a750 - The option "--vgdb-stop-at=event1,event2,..." allows the user by philippe · 10 years ago
  72. 4f6f336 Several improvements to (internal) statistics reporting about memory usage, by philippe · 10 years ago
  73. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 11 years ago
  74. cffe2a5 add --vgdb-prefix arg to callgrind_control by philippe · 11 years ago
  75. 854be4c In an inner valgrind, register the interim stack earlier by philippe · 11 years ago
  76. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  77. 49984ea arm-linux only: make unwinding by stack scanning (a nasty hack) by sewardj · 11 years ago
  78. a11ec17 Followup to r13652 (make the translation cache size be command-line by sewardj · 11 years ago
  79. 8e1bee4 Allow the user to dimension the translation cache by philippe · 11 years ago
  80. 124b9f2 mips64: Fix compiler warning. by dejanj · 11 years ago
  81. 1a046d5 Include pub_core/tool_clreq.h instead of valgrind.h where apropriate. by florian · 11 years ago
  82. c91f584 Fix inclusion of header files in coregrind. No pub_tool_*.h should be by florian · 11 years ago
  83. 5d616df Merge r13421:HEAD from branches/DISRV. This merges the debuginfo-server by sewardj · 11 years ago
  84. 3bcd51d improve --help for --main-stacksize and supported ARM cpu by philippe · 11 years ago
  85. cc64826 fix 320211 Stack buffer overflow in ./coregrind/m_main.c with huge TMPDIR by philippe · 11 years ago
  86. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 12 years ago
  87. e70c45e Add Valgrind's implementation of memmove to avoid link issue by petarj · 12 years ago
  88. 4620765 Implement --merge-recursive-frames + provide VALGRIND_MONITOR_COMMAND client req. by philippe · 12 years ago
  89. f3a6e93 Addition of GDB server monitor command 'v.info execontext' that shows by philippe · 12 years ago
  90. 17c5e2e by sewardj · 12 years ago
  91. c30cd9b Make diagnostics for SIGILL more controllable (Valgrind part). by sewardj · 12 years ago
  92. 8b6573d Add a new command line flag, --extra-debuginfo-path=path, that allows by sewardj · 12 years ago
  93. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  94. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  95. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  96. e543f30 First round of Char/HChar fixups for coregrind and memcheck. by florian · 12 years ago
  97. c336038 Fix 308644 vgdb command for having the info for the track-fds option by philippe · 12 years ago
  98. e6a4ed1 Fix a few compiler warnings. by florian · 12 years ago
  99. 0447bbd Fix 308341 vgdb should report process exit (or fatal signal) by philippe · 12 years ago
  100. 2b8059a Fix some more Char / HChar mixups by florian · 12 years ago