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. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  4. c6e5d76 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  5. ead018e In VALGRIND_PRINTF write out the thread name to xml. by florian · 9 years ago
  6. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  7. 7571271 Remove a few embarassing comments. by florian · 9 years ago
  8. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  9. 523b5b8 This patch further reduces the memory used by TT/TC (by about 15Mb by philippe · 9 years ago
  10. d0720e4 Implement command line option --valgrind-stacksize=<number> by philippe · 9 years ago
  11. 1e802b6 Add command line flag --max-threads=<integer> to increase the number of by florian · 9 years ago
  12. 5fdb28c More use of LibVEX_GUEST_STATE_ALIGN. by florian · 9 years ago
  13. ddd61ff Change most remaining use of Addr64 in coregrind and the tools to Addr. by florian · 9 years ago
  14. 44bd446 Remove the type AddrH. The code assumes in many places that the host by florian · 9 years ago
  15. 7822f63 Fix a few casts. A void * cannot be used to initialise a function pointer. by florian · 10 years ago
  16. f44ff62 Buffer audit. Resize some. by florian · 10 years ago
  17. 7b7d594 Buffer audit. Resize a few. by florian · 10 years ago
  18. f4384f4 Simplify the VG_(get_filename_linenum) interface by removing by florian · 10 years ago
  19. 10ef725 Merge revisions 14255, 14293, and 14294 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  20. 8eebf23 Fix a few casts that dropped type qualifiers. As pointed out by -Wcast-qual. by florian · 10 years ago
  21. 77eb20b Use wrapper functions VG_(malloc) and friends consistently across the by florian · 10 years ago
  22. f35dad7 Fix wrong operator (detected by Coverity) by philippe · 10 years ago
  23. 6755357 Fix bogus bracketing. No functional change. by sewardj · 10 years ago
  24. 38a74d2 The semantic of the stack bounds is not consistent or is not described. by philippe · 10 years ago
  25. 0a1086e run_thread_for_a_while: Make the computation of done_this_time less by sewardj · 10 years ago
  26. 0d22fc0 Follow up to r14313: disable stack cache earlier by philippe · 10 years ago
  27. 9848690 Add option a new sim-hint no-nptl-pthread-stackcache. by philippe · 10 years ago
  28. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  29. 594fc46 Make sanity check errors before/after syscalls be fatal. by sewardj · 10 years ago
  30. 1146ae6 Renaming only (no functional change): rename IR artefacts to do by sewardj · 10 years ago
  31. c76d0e5 ARM64: add support for cache management instructions (Valgrind side): by sewardj · 10 years ago
  32. 4f6f336 Several improvements to (internal) statistics reporting about memory usage, by philippe · 10 years ago
  33. 0895b09 coregrind/m_scheduler + drd: Rework r13862 by bart · 10 years ago
  34. 38e1f35 coregrind/m_scheduler: Inform tools about thread ID while translating by bart · 10 years ago
  35. 24f0c3a mips32: Support for 64bit FPU on MIPS32 platforms. by dejanj · 10 years ago
  36. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 10 years ago
  37. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  38. b891121 Fix memory leak when reallocating a thread name. by florian · 11 years ago
  39. 4978951 Intercept prctl(PR_SET_NAME, name) and store the thread name so it by florian · 11 years ago
  40. 661786e When XML mode is selected messages from VALGRIND_PRINTF and friends by florian · 11 years ago
  41. e1374cf Be more aggressive about dropping the lock in spinloops. by sewardj · 11 years ago
  42. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  43. 9e9b589 Avoid doing a useless system call in scheduler sanity check by philippe · 11 years ago
  44. 4620765 Implement --merge-recursive-frames + provide VALGRIND_MONITOR_COMMAND client req. by philippe · 11 years ago
  45. d5fb89d Avoid to record execontext used for origin tracking when --trac-origins=no by philippe · 11 years ago
  46. 17c5e2e by sewardj · 12 years ago
  47. c30cd9b Make diagnostics for SIGILL more controllable (Valgrind part). by sewardj · 12 years ago
  48. cd19e99 Fix Char/HChar mixups and constness in m_scheduler. by florian · 12 years ago
  49. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  50. 11f3cc8 Followup to constification of VEX's external interface (VEX r2555). by florian · 12 years ago
  51. 80e5c17 Add a proper support for several MIPS instructions that generate SigFPE. by petarj · 12 years ago
  52. 639e1f8 Add include file. by florian · 12 years ago
  53. bb913cd Add a tester for V-bit propagation through IROps. by florian · 12 years ago
  54. 2e49741 Followup patch to r12899, purely mechanical. Rename: by florian · 12 years ago
  55. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  56. 02e97e9 Back off from 32 alignment of various guest state bits. We don't by sewardj · 12 years ago
  57. 2baf753 Due to s390's dealings with invalid insns we need to do two things by florian · 12 years ago
  58. 2c74189 Eliminate magic constant. Use VG_(clo_backtrace_size) instead. by florian · 12 years ago
  59. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  60. 45fa9f4 Add initial support for Intel AVX instructions (Valgrind side). by sewardj · 12 years ago
  61. 6d6ddbc name_of_sched_event was missing some values and returning "??UNKNOWN??" instead. by philippe · 12 years ago
  62. bba6f31 Last optimisation for the day: change VG_(stats__n_xindirs) in such a by sewardj · 12 years ago
  63. 93a9757 (post-tchain-merge cleanup): fix call to handle_syscall on x86-darwin. by sewardj · 12 years ago
  64. a5ed11e Comment update (was moved to t-chaining-notes.txt) by sewardj · 12 years ago
  65. 291849f Merge branches/TCHAIN from r12476 (its creation point) into trunk. by sewardj · 12 years ago
  66. 9a2b80d Check whether the big lock is held before invoking pre_thread_ll_create. by bart · 12 years ago
  67. 78bfc71 Add command-line option --fair-sched=[no|yes|try]. Use --fair-sched=try by bart · 13 years ago
  68. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  69. adbb491 Be a bit more careful about the return type for VG_MINIMAL_SETJMP, by sewardj · 13 years ago
  70. dc873c0 Add a new client request and pair of macros, by sewardj · 13 years ago
  71. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  72. 1568e17 Minor GDBserver source tidying. Also a small usability fix: if by sewardj · 13 years ago
  73. b0473e9 Add a simple but (to me, at least) useful thing, if (0)'d by default, by sewardj · 13 years ago
  74. 997546c gdbserver: (#214909 c 82) by sewardj · 13 years ago
  75. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  76. f34eb49 Add support for IBM Power ISA 2.06 -- stage 1. Valgrind-side changes by sewardj · 13 years ago
  77. 6c591e1 by sewardj · 13 years ago
  78. 9134738 Add VALGRIND_RESIZEINPLACE_BLOCK() and hence close #267819. by bart · 13 years ago
  79. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  80. aaa6dc3 Print a stack trace as part of the "unhandled instruction bytes" warning. by njn · 13 years ago
  81. 46dbd3f Don't scan the entire Valgrind stack to check for impending by sewardj · 14 years ago
  82. 5c65962 Add a new client request, VALGRIND_MAP_IP_TO_SRCLOC, so that clients by sewardj · 14 years ago
  83. 565dc13 Track vex r2001 (initial PCMPISTRI support): by sewardj · 14 years ago
  84. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  85. 5d0d1f3 Improve performance of the fallback path when a translation is not by sewardj · 14 years ago
  86. c560fb3 Followup fix to r11006. Don't pass va_list by value through client by sewardj · 14 years ago
  87. 05b0715 Don't assume that va_list can be casted to an unsigned word. Fixes by sewardj · 14 years ago
  88. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 14 years ago
  89. d264514 Add support for ELF indirect functions. These are symbols of by tom · 15 years ago
  90. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  91. 32f8d8c Ignore MALLOCLIKE_BLOCK/FREELIKE_BLOCK if addr==0. Fixes bug 137073. DRD by njn · 15 years ago
  92. 1c0ce7a Merge in branches/DCAS. by sewardj · 15 years ago
  93. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  94. 81dd3ad DARWIN sync: spacing. by njn · 15 years ago
  95. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  96. c8259b8 by sewardj · 15 years ago
  97. 9f20746 Updated copyright years. by njn · 15 years ago
  98. 1dcee09 Remove a number of unused parameters, found with -Wunused-parameter. by njn · 15 years ago
  99. 8b140de In the core, include malloc_usable_size() as one of the functions that must by njn · 15 years ago
  100. e9ba34a - Reinstate the 'atfork' from 2.4.0, which was more powerful, and expose it to by njn · 16 years ago