1. ed39800 Upgrade to valgrind 3.13.0 (15 June 2017). by Elliott Hughes · 7 years ago
  2. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  3. f466eef Track the IMark changes in VEX r3055. by florian · 9 years ago
  4. 3c0c947 Ripple from constifying parameters of instrumentation functions and by florian · 10 years ago
  5. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  6. ca503be This is the 2nd installment of the cache info reorganisation. by florian · 12 years ago
  7. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  8. c340306 Get a bunch more copyright dates in the right format, 20xx-2011, by sewardj · 13 years ago
  9. d2f95a0 Rename 'exp-ptrcheck' to 'exp-sgcheck' and hope this does not cause by sewardj · 13 years ago[Renamed from exp-ptrcheck/h_main.c]
  10. f5b019f Remove heap checking from exp-ptrcheck, leaving only the ability to by sewardj · 13 years ago
  11. f34eb49 Add support for IBM Power ISA 2.06 -- stage 1. Valgrind-side changes by sewardj · 13 years ago
  12. 39ff33a Fix yet another gcc-4.6 assigned-to-but-not-used warning. by sewardj · 13 years ago
  13. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  14. 813e31d Changes to make exp-ptrcheck work reasonable on Fedora 14 x86: by sewardj · 14 years ago
  15. 946f384 Handle mq_* syscalls. Fixes #243884. (David Fenger, dkfenger@gmail.com) by sewardj · 14 years ago
  16. 57f92b0 Merge from branches/THUMB: tool-side handling of new primops required by sewardj · 14 years ago
  17. 5e0d3d6 Handle sys_ioperm on Linux. Fixes #237723. by sewardj · 14 years ago
  18. bfc2daf Handle (on Linux) syscalls: sendfile, setgid, setgroups. Fixes by sewardj · 14 years ago
  19. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  20. 4384f46 Enabled getsid in ptrcheck. Fixe #230593. by tom · 14 years ago
  21. 22ee82a Add mlockall support to ptrcheck. Closes #230020. by tom · 14 years ago
  22. e4c3cff Handle sys_inotify_init1. by sewardj · 14 years ago
  23. 4cb6bf7 Make Callgrind, DRD and Ptrcheck build on arm-linux. by sewardj · 14 years ago
  24. 06f96d0 Track changes in the names of a few IR primops to do with int<->fp by sewardj · 14 years ago
  25. db5907d Track vex r1930 (Change the IR representation of load linked and store by sewardj · 15 years ago
  26. 0304fa3 Support pipe2 in exp-ptrcheck. Fixes #212739. by tom · 15 years ago
  27. 7ef0d3a Add epoll_ctl, epoll_pwait and epoll_wait to exp-ptrcheck. Fixes #207668. by tom · 15 years ago
  28. 2d9e874 by sewardj · 15 years ago
  29. 9a787f8 Support epoll_create and epoll_create1 in ptrcheck. Fixes #189762. by tom · 15 years ago
  30. 5012e9f More ptrcheck system calls. Fixes #187416 by tom · 15 years ago
  31. 065bc7f Add some more system calls to exp-ptrcheck. Closes #186507 and #197966. by tom · 15 years ago
  32. c1bc9d1 Merge exp-ptrcheck/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  33. b87a639 Fix breakage on ppc{32,64}-linux in post_reg_write_nonptr following by sewardj · 15 years ago
  34. afed4c5 Track vex r1907 (introduce Iop_CmpCas{EQ,NE}{8,16,32,64} and use them by sewardj · 15 years ago
  35. 2d630e2 Add support for IRStmt_CAS to the h_ instrumenter. This should stop by sewardj · 15 years ago
  36. e645133 Liberalise IRTemp bookkeeping in the h_ instrumenter, so as to allow by sewardj · 15 years ago
  37. 1c0ce7a Merge in branches/DCAS. by sewardj · 15 years ago
  38. 4e8808b For no apparent reason, the machine-dependent syscall by njn · 15 years ago
  39. 1a1e95c A number of changes relating to syscall numbering: by njn · 15 years ago
  40. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  41. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  42. 5685ade Handle accesses to new pseudo-register IP_AT_SYSCALL. Related to, but by sewardj · 15 years ago
  43. 90fc9d7 Track renaming of guest_CIA_AT_SC to guest_IP_AT_SYSCALL (vex r1886). by sewardj · 15 years ago
  44. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 15 years ago
  45. 9f20746 Updated copyright years. by njn · 15 years ago
  46. 9f52ee4 - handle a couple more syscalls, sys_fallocate and sys_getresuid32 by sewardj · 15 years ago
  47. 8b140de In the core, include malloc_usable_size() as one of the functions that must by njn · 15 years ago
  48. ad03949 by sewardj · 15 years ago
  49. 33c57f2 Minor refinements: by sewardj · 15 years ago
  50. 41d5dea Handle a few more syscalls, as per #179618. MERGE TO 3_4_BRANCH. by sewardj · 15 years ago
  51. c4431bf Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those by njn · 15 years ago
  52. 23e8a29 Handle __NR_socketpair in Ptrcheck. by sewardj · 15 years ago
  53. 332ffec Add some more system calls to ptrcheck. by tom · 15 years ago
  54. 59347ff Comment out unused code so as to get a warning free build. by sewardj · 15 years ago
  55. 7d76911 Handle a couple of syscalls needed to make Ptrcheck run bash. by sewardj · 16 years ago
  56. aae8208 Handle ppc32/64 VRSAVE accesses. by sewardj · 16 years ago
  57. 4815eb5 On ppc32/64 we don't have a reliable way to detect function entries by sewardj · 16 years ago
  58. 738db7b Support a couple more syscalls needed for running KDE4 stuff on amd64-linux. by sewardj · 16 years ago
  59. 9520845 get_Seg_containing_addr() (in h_main.c): remove naive algorithm that by sewardj · 16 years ago
  60. db44098 get_IntRegInfo(x86): handle missing %bh case (Jim Clause) by sewardj · 16 years ago
  61. 024598e by sewardj · 16 years ago