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. ea71ffb Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  5. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  6. e08950b Merge revisions 14445 and 14446 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  7. 3c0c947 Ripple from constifying parameters of instrumentation functions and by florian · 10 years ago
  8. b68c947 DRD: Handle Imbe_CancelReservation properly (clrex on ARM) by bart · 10 years ago
  9. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  10. 0345188 arm64: rename guest_SP to guest_XSP so as to avoid a name clash with by sewardj · 10 years ago
  11. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 10 years ago
  12. d4bab99 drd: Update copyright notice by bart · 11 years ago
  13. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  14. 19fb8d7 drd: Make --trace-addr trace all loads for the specified address by bart · 11 years ago
  15. cafe505 Merge, from branches/COMEM, revisions 13139 to 13235. by sewardj · 11 years ago
  16. 528b350 is_stack_access: don't iterate over possibly non-existent stmts. This by sewardj · 11 years ago
  17. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  18. ca503be This is the 2nd installment of the cache info reorganisation. by florian · 12 years ago
  19. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  20. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  21. 291849f Merge branches/TCHAIN from r12476 (its creation point) into trunk. by sewardj · 12 years ago
  22. 7886dd3 drd: Reenable reporting races on stack variables that are shared over threads for --check-stack-var=yes. by bart · 12 years ago
  23. 7a9db0f drd: Don't complain about stack variables that are shared over threads. Closes #297147 by bart · 12 years ago
  24. 25026ef DRD, load/store tracing: avoid evaluating the address expression twice by bart · 12 years ago
  25. 42f3263 drd --trace-addr: make tracing 64-bit values on a 32-bit platform work by bart · 12 years ago
  26. 7ca75ed DRD, --trace-addr: enable support for Ity_F32 and Ity_F64 / temporarily disable support for 64-bit CAS on 32-bit platforms by bart · 12 years ago
  27. e7da9a8 DRD: Eliminate a temporary variable by bart · 12 years ago
  28. 9ad8d80 DRD: rearrange the definition of u_widen_irop[][] by bart · 12 years ago
  29. 5cda1b5 DRD: make the tracing regression test more complete by bart · 12 years ago
  30. b63dc78 DRD: Make the code for instrumenting store operations more robust by bart · 12 years ago
  31. f7a5b3f Remove trailing whitespace by bart · 12 years ago
  32. ea69215 DRD: Make --trace-addr work for atomic loads and stores. To do: update manual by bart · 12 years ago
  33. 7826acb DRD, --trace-addr: trace stored values too by bart · 12 years ago
  34. 71ce132 DRD: Two non-functional changes: adjust source code indentation and fix by bart · 12 years ago
  35. 1081fe2 Remove emacs modeline and/or local variables from DRD source files by bart · 12 years ago
  36. ad994e8 drd, XML tracing: move newline generation into DRD_(trace_msg)() / change tracing output format slightly. by bart · 13 years ago
  37. 74b2d97 drd: Convert a few VG_(message)() calls into VG_(maybe_record_error)() calls by bart · 13 years ago
  38. b92ff0f DRD, refactoring: Introduce DRD_(trace_msg)() by bart · 13 years ago
  39. 922304f Updated modeline and copyright statement in DRD source files. by bart · 13 years ago
  40. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  41. 876cafd E-mail address update. by bart · 14 years ago
  42. d5bbc61 Builds again with ENABLE_DRD_CONSISTENCY_CHECKS defined. by bart · 14 years ago
  43. 0759503 Source code cleanup. by bart · 14 years ago
  44. f9427fd Added command-line option --trace-alloc and disabled --free-is-write by default. by bart · 14 years ago
  45. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  46. 31b983d Removed trailing whitespace in C source and header files. by bart · 14 years ago
  47. 4cb6bf7 Make Callgrind, DRD and Ptrcheck build on arm-linux. by sewardj · 14 years ago
  48. db5907d Track vex r1930 (Change the IR representation of load linked and store by sewardj · 15 years ago
  49. e3f1e59 (almost completely just function renaming): by sewardj · 15 years ago
  50. 63c92ea DRD no longer prints the thread ID's assigned by the Valgrind core but only those assigned by DRD itself. by bart · 15 years ago
  51. 1e29ebc by sewardj · 15 years ago
  52. a14e328 Clarified an implementation choice. by bart · 15 years ago
  53. 1c0ce7a Merge in branches/DCAS. by sewardj · 15 years ago
  54. 8f822af svn merge -r9818:10278 svn://svn.valgrind.org/valgrind/branches/DRDDEV by bart · 15 years ago
  55. d45d995 - Added support for most of the ANNOTATE_...() macro's supported by by bart · 15 years ago
  56. f98a569 Added command-line option --first-race-only. by bart · 15 years ago
  57. bedfd23 - Reindented code such that it uses three spaces for indentation instead by bart · 15 years ago
  58. 86562bd - Updated copyright statements. - Improved consistency of source file headers. by bart · 15 years ago
  59. 99edb29 Wrapped DRD_() macro around yet even more function names. by bart · 15 years ago
  60. 62a784c Wrapped DRD_() macro around thread-related function names. by bart · 15 years ago
  61. 41b226c Wrapped DRD_() macro around all vector clock function names. by bart · 15 years ago
  62. 1335ecc Introduced more DRD_ prefixes. by bart · 15 years ago
  63. 09dc13f - Moved several functions and variables from one source file to another. by bart · 15 years ago