1. 4f6f336 Several improvements to (internal) statistics reporting about memory usage, by philippe · 10 years ago
  2. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 10 years ago
  3. cffe2a5 add --vgdb-prefix arg to callgrind_control by philippe · 10 years ago
  4. 854be4c In an inner valgrind, register the interim stack earlier by philippe · 11 years ago
  5. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  6. 49984ea arm-linux only: make unwinding by stack scanning (a nasty hack) by sewardj · 11 years ago
  7. a11ec17 Followup to r13652 (make the translation cache size be command-line by sewardj · 11 years ago
  8. 8e1bee4 Allow the user to dimension the translation cache by philippe · 11 years ago
  9. 124b9f2 mips64: Fix compiler warning. by dejanj · 11 years ago
  10. 1a046d5 Include pub_core/tool_clreq.h instead of valgrind.h where apropriate. by florian · 11 years ago
  11. c91f584 Fix inclusion of header files in coregrind. No pub_tool_*.h should be by florian · 11 years ago
  12. 5d616df Merge r13421:HEAD from branches/DISRV. This merges the debuginfo-server by sewardj · 11 years ago
  13. 3bcd51d improve --help for --main-stacksize and supported ARM cpu by philippe · 11 years ago
  14. cc64826 fix 320211 Stack buffer overflow in ./coregrind/m_main.c with huge TMPDIR by philippe · 11 years ago
  15. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  16. e70c45e Add Valgrind's implementation of memmove to avoid link issue by petarj · 11 years ago
  17. 4620765 Implement --merge-recursive-frames + provide VALGRIND_MONITOR_COMMAND client req. by philippe · 11 years ago
  18. f3a6e93 Addition of GDB server monitor command 'v.info execontext' that shows by philippe · 11 years ago
  19. 17c5e2e by sewardj · 12 years ago
  20. c30cd9b Make diagnostics for SIGILL more controllable (Valgrind part). by sewardj · 12 years ago
  21. 8b6573d Add a new command line flag, --extra-debuginfo-path=path, that allows by sewardj · 12 years ago
  22. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  23. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  24. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  25. e543f30 First round of Char/HChar fixups for coregrind and memcheck. by florian · 12 years ago
  26. c336038 Fix 308644 vgdb command for having the info for the track-fds option by philippe · 12 years ago
  27. e6a4ed1 Fix a few compiler warnings. by florian · 12 years ago
  28. 0447bbd Fix 308341 vgdb should report process exit (or fatal signal) by philippe · 12 years ago
  29. 2b8059a Fix some more Char / HChar mixups by florian · 12 years ago
  30. 0644437 Some wrong options silently ignored if starting with same letters as valid option by philippe · 12 years ago
  31. 41ad7e7 Implement a fake /proc/self/auxv file for linux systems. by tom · 12 years ago
  32. ed8b0f6 "Fix" stack bounds check when compiled by Clang 4.0. Fix from Andrew by sewardj · 12 years ago
  33. 5b240c2 Implement --vex-iropt-register-updates=sp-at-mem-access by philippe · 12 years ago
  34. 260c648 Add a couple of useful examples to the --help text for --soname-synonyms. by sewardj · 12 years ago
  35. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  36. ae284e5 Add initial support for MacOSX 10.8. Note this is still very borked by sewardj · 12 years ago
  37. 0c0291a Remove --vex-iropt-precise-memory-exns, implement --vex-iropt-register-updates by philippe · 12 years ago
  38. d99c26a Implement --redzone-size and --core-redzone-size by philippe · 12 years ago
  39. 5e21d44 ppc64-linux _start: don't assume ._start_in_C_linux -- the function by sewardj · 12 years ago
  40. 29e022d Add command line flag --trace-notabove which I've found handy. by florian · 12 years ago
  41. 14711e8 Have the inner Valgrind registering the interim_stack asap. by philippe · 12 years ago
  42. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  43. 1e470b5 fix 219156 support static malloc or alternate malloc lib (e.g. tcmalloc) with new option --soname-synonyms by philippe · 12 years ago
  44. 291849f Merge branches/TCHAIN from r12476 (its creation point) into trunk. by sewardj · 12 years ago
  45. 9fdca56 add some .globl or used attribute to avoid link failures with gold linker + LTO by philippe · 12 years ago
  46. 0b8f0b5 TCHAIN: remove caused_discard* argument to VG_(translate) by philippe · 12 years ago
  47. 1331525 Add translation chaining support for amd64, x86 and ARM by sewardj · 12 years ago
  48. 72faf10 Allows to run regression tests in an outer/inner setup. by philippe · 12 years ago
  49. 27233e9 When analyzing Valgrind with drd, suppress uninteresting race reports on VG_(threads)[].status by bart · 12 years ago
  50. 6919736 Ah, the joys of applying patches by hand. Redo r12424 but get the by sewardj · 12 years ago
  51. d9dbbc9 x86-darwin: _start: keep the stack 16-aligned. Fixes #295428. by sewardj · 12 years ago
  52. 78bfc71 Add command-line option --fair-sched=[no|yes|try]. Use --fair-sched=try by bart · 13 years ago
  53. 5f2dcad Don't break fcntl locks when program does mmap. #280965. by sewardj · 13 years ago
  54. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  55. 4d4b644 Fix a compiler warning introduced in r12188 by bart · 13 years ago
  56. a92677a XML output: escape XML-metacharacters in executable path and arguments. This is a modified version of the patch submitted by Evgeniy Stepanov <eugeni.stepanov@gmail.com>. See also #284621. by bart · 13 years ago
  57. 6c63f5c Emit <state>RUNNING</state> earlier by bart · 13 years ago
  58. db4384e Add format specifier %ps: only escape XML-metacharacters for --xml=yes by bart · 13 years ago
  59. b3af9cf Format functions: change format specifier %t into %pS. Remove the _no_f_c formatting function variants. by bart · 13 years ago
  60. 95a128b Fix a regression (none/tests/cmdline[12]) which was introduced by florian · 13 years ago
  61. b985e2d Remove hardwired /tmp directory in vgdb. Honour VG_TMPDIR by florian · 13 years ago
  62. 70d71c7 Fix link error for 32-bit build on OSX 10.7 (Lion). This is the by sewardj · 13 years ago
  63. cc3de2d Add a new simulation hint, --sim-hints=fuse-compatible, which causes by sewardj · 13 years ago
  64. 1763e81 Make the location for temporary files configurable at runtime. by florian · 13 years ago
  65. 9db56ae Allow selection of an alternative location for temporary files at by sewardj · 13 years ago
  66. 87cd71c Make the wait-for-gdb delay loop somewhat more modern-compiler-proof. by sewardj · 13 years ago
  67. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  68. 1568e17 Minor GDBserver source tidying. Also a small usability fix: if by sewardj · 13 years ago
  69. 6dbcc63 Add a fourth --smc-check= variant, --smc-check=all-non-file. This by sewardj · 13 years ago
  70. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  71. b51c926 arm-linux: Set _start symbol alignment and type. Bug 266035 comment 1. by sewardj · 13 years ago
  72. 6c591e1 by sewardj · 13 years ago
  73. c7ffc94 Fix up most but not all warnings generated by gcc-4.6 about by sewardj · 13 years ago
  74. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  75. 9ab64a4 New command line option: --trace-children-skip-by-arg, which allows by sewardj · 14 years ago
  76. e089f01 Documentation update for 3.6.0 (not including NEWS). by sewardj · 14 years ago
  77. 14cdbf8 Make the --prefix-to-strip=... command-line option added in r11312 by sewardj · 14 years ago
  78. e05b3a4 Consistency improvement: made sure that VG_TRACK(die_mem_stack, address, len) by bart · 14 years ago
  79. 5dd0190 Added command-line option --prefix-to-strip=... Closes #245535. by bart · 14 years ago
  80. 38efe4b Merge from branches/THUMB: link-time stub needed on Ubuntu 10.04 (ARM) by sewardj · 14 years ago
  81. 743a208 In XML mode, properly escape test strings in the preamble. by sewardj · 14 years ago
  82. cce38e6 Make -h -h be equivalent to --help-debug. by njn · 14 years ago
  83. b1cc5d6 by njn · 14 years ago
  84. 0af71bb Give prototypes for the 64-bit integer division replacements, so by sewardj · 14 years ago
  85. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  86. a3054f5 Fixed compiler warnings about casting from const char * to char *. by bart · 14 years ago
  87. 82616e1 Made the abort() function available on PPC too. by bart · 14 years ago
  88. f9ebc39 New flag --require-text-symbol=:sopatt:fnpatt, to be used to check by sewardj · 14 years ago
  89. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  90. f6122a0 The help text printed by command-line option -h does now show the default by bart · 14 years ago
  91. 540cc4a Add command line flag --vex-guest-chase-cond=no|yes [no] to control by sewardj · 14 years ago
  92. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  93. 0642127 New flag: --trace-children-skip=patt1,patt2,etc by sewardj · 15 years ago
  94. 9b533f8 Switched back from dynamic detection of whether the proc filesystem by bart · 15 years ago
  95. cf3f718 Renamed the function VG_(have_proc_filesystem)() into by bart · 15 years ago
  96. 299c2d3 The configure-time test whether the proc filesystem is mounted (introduced by bart · 15 years ago
  97. 7ca100d Fix a couple of errors in the revised XML generation that were by sewardj · 15 years ago
  98. b6267bd Output tweaks: by njn · 15 years ago
  99. a331164 Make "option" terminology consistent some more. Also tweaked the mempool by njn · 15 years ago
  100. 2d9e874 by sewardj · 15 years ago