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