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. ba0f054 Factorise condition to do recursive merge in the macro by philippe · 9 years ago
  4. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  5. a7d291d Fix two more format inconsistencies found on s390. The one by florian · 9 years ago
  6. a5e06c3 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  7. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  8. 418f6b3 VG_(get_StackTrace_wrk) for x86-{linux,darwin}: when following by sewardj · 9 years ago
  9. 8695a65 Resolve clang warning on OS X: m_stacktrace.c:542:7: warning: implicit declaration of function 'vgPlain_is_in_syscall' is invalid in C99 [-Wimplicit-function-declaration] by rhyskidd · 9 years ago
  10. 01c353e On platforms that have an accessible redzone below the SP, the unwind logic by philippe · 9 years ago
  11. 30fb2d3 unwind amd64 trace: improve also the fp chain unwind trace by philippe · 9 years ago
  12. 2d207aa Improve tracing in amd64 unwind by philippe · 9 years ago
  13. f7bbd79 Slightly improve x86 unwind intensive workload. by philippe · 9 years ago
  14. a6954a4 by carll · 9 years ago
  15. 7571271 Remove a few embarassing comments. by florian · 9 years ago
  16. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  17. bc3770e Fix stack traces missing penultimate frame by rhyskidd · 9 years ago
  18. ddd61ff Change most remaining use of Addr64 in coregrind and the tools to Addr. by florian · 9 years ago
  19. 30e866e Compile (arm). Fix typo from r14664 by weidendo · 10 years ago
  20. 770a8d2 Merge r14308 from the BUF_REMOVAL branch to trunk by florian · 10 years ago
  21. 46cc045 Merge r14202 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  22. 518850b Constify coregrind. by florian · 10 years ago
  23. 38a74d2 The semantic of the stack bounds is not consistent or is not described. by philippe · 10 years ago
  24. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  25. a0a7393 This patch implements the support needed for stacktraces by philippe · 10 years ago
  26. 4934554 small improvement in x86 unwind debug tracing by philippe · 10 years ago
  27. dcef54c Enhance slightly the x86 debug trace unwind code by philippe · 10 years ago
  28. 821283b Initial implementation of CFI based stack unwinding for arm64-linux. by sewardj · 10 years ago
  29. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 10 years ago
  30. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  31. 49984ea arm-linux only: make unwinding by stack scanning (a nasty hack) by sewardj · 11 years ago
  32. c996326 allow compile time tracing to be enabled using the stats counters by philippe · 11 years ago
  33. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  34. 522d4d3 Line-wrap a comment and put in some #undefs. Non-functional change. by sewardj · 11 years ago
  35. c4feec1 Bypass warning reported by gcc by philippe · 11 years ago
  36. 20ede3a Improves stacktrace unwinding on x86 by philippe · 11 years ago
  37. 4620765 Implement --merge-recursive-frames + provide VALGRIND_MONITOR_COMMAND client req. by philippe · 11 years ago
  38. e8c3115 remove useless undef of MYBUF_LEN by philippe · 11 years ago
  39. 1472ad4 Another signedness fix. by sewardj · 12 years ago
  40. ea395fa Fix up another char-signedness straggler. by sewardj · 12 years ago
  41. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  42. 9228067 Restore unwind regs structure if VG_(use_CF_info) fails on MIPS. by petarj · 12 years ago
  43. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  44. e947ce1 Add a hack (disabled by default) that attempts to unwind the stack on by sewardj · 12 years ago
  45. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  46. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  47. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  48. 6c591e1 by sewardj · 13 years ago
  49. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  50. f252299 The amd64-linux unwinder rejects stacks of smaller than 512 bytes as by sewardj · 14 years ago
  51. fa5ce56 On arm-linux, add r7 to the set of registers that the CFI unwinder by sewardj · 14 years ago
  52. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  53. f5f1e12 Various minor fixups to make ppc32/64-linux work again following by sewardj · 14 years ago
  54. 9365e3f Unbreak stack unwinding on x86-linux and amd64-linux following merge by sewardj · 14 years ago
  55. 3026f71 Make the Dwarf3 CFI stack unwinding machinery work on arm-linux by sewardj · 14 years ago
  56. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 14 years ago
  57. 8805326 Fix stack unwinding on PPC to store the correct frame pointer for by tom · 15 years ago
  58. 588adef When generating XML output for suppressions, print the suppression by sewardj · 15 years ago
  59. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  60. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  61. 3a4b58f Fix up some stack trace inconsistencies: by njn · 15 years ago
  62. c8259b8 by sewardj · 15 years ago
  63. 9f20746 Updated copyright years. by njn · 15 years ago
  64. 6b7611b Cleaned up the demangling mess: by njn · 15 years ago
  65. 6882443 Cleaned up the mess that was the treatment of "below main" functions such as by njn · 15 years ago
  66. d68d3cf VG_(apply_StackTrace): following r8818, we should regard an entry of -1 by sewardj · 15 years ago
  67. b1ae15d This commit subtly changes the meaning of the values obtained via the by sewardj · 15 years ago
  68. f98e1c0 Merge Helgrind from branches/YARD into the trunk. Also includes some by sewardj · 16 years ago
  69. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  70. 5fa8780 Make sure sp[0] and fp[0] are set in a rarely-taken path. Thanks to by sewardj · 16 years ago
  71. d0c0ea6 VG_(get_strace_wrk): don't segfault in the degenerate case fp_min = by sewardj · 16 years ago
  72. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  73. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  74. 9084de7 Include headers for VG_(register_stack) calls. by sewardj · 16 years ago
  75. 690c3c8 Make the clone system call wrappers call VG_(register_stack) to record by tom · 16 years ago
  76. 5bdfbd2 When allocating space for the client stack on Linux, take notice of by sewardj · 16 years ago
  77. 39f3423 by sewardj · 17 years ago
  78. e406723 readd right adjustment. by dirk · 17 years ago
  79. 6178038 fix a few format string warnings by dirk · 17 years ago
  80. 14c7cc5 Get rid of the type XArrayStrings in m_clientstate and use new generic by sewardj · 17 years ago
  81. 9ebd6e0 Update copyright dates. by sewardj · 17 years ago
  82. 15338c5 Merge r6123: by sewardj · 18 years ago
  83. 4cfea4f by sewardj · 18 years ago
  84. 88d3ba8 Don't print more lines of a stack-trace than were obtained. Thanks to Bart by njn · 18 years ago
  85. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  86. a672ea3 Get rid of VG_(x86_linux_REDIR_FOR__dl_sysinfo_int80) and do the x86-linux by sewardj · 18 years ago
  87. eadcd86 Cleanup/restructure m_debuginfo, as described in by sewardj · 18 years ago
  88. cfb5e2b ppc64-linux: apply the bogus-LR kludge in a second place. by sewardj · 18 years ago
  89. dfbaa22 Make VG_(get_StackTrace2) aware of bogus LR values in by sewardj · 18 years ago
  90. 774453b The symbol table reader hides all that dot crazyness on ppc64-linux now. by sewardj · 18 years ago
  91. 1a85f4f by sewardj · 18 years ago
  92. c0ec8e9 by njn · 18 years ago
  93. db2ac81 Make ppc64-linux stack unwinding work. by sewardj · 18 years ago
  94. bcd75fc Remove all remaining profiling gunk. by njn · 18 years ago
  95. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  96. 2683716 I couldn't resist by njn · 19 years ago
  97. 73cf4c6 Make VG_(apply_StackTrace) stop if it looks like we've overshot main(). by sewardj · 19 years ago
  98. 75ea798 Separate the stack unwind logic for amd64 and x86, so that they can be by sewardj · 19 years ago
  99. 525e232 ppc32 stack unwind: if the initial FP looks bad, don't use it. by sewardj · 19 years ago
  100. ac35f10 Add a comment documenting the reason for subtracting one from the IP value by tom · 19 years ago