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. 3f1d613 Make sure no executable stack gets created. Explanation by Matthias Schwarzott: by florian · 9 years ago
  4. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  5. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  6. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  7. ae6e3ac Add a redirection for the 'index' function. Fixes BZ #327943 by florian · 10 years ago
  8. 1cd2378 Bug 338615 suppress glibc 2.20 optimized strcmp implementation for ARMv7. by mjw · 10 years ago
  9. 582d582 This commit is for Bugzilla 334834. The Bugzilla contains patch 2 of 3 by carll · 10 years ago
  10. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  11. 704bf0e Redirect strchr in dyld (the dynamic linker) on OS X 10.9, for the usual reason. by sewardj · 10 years ago
  12. 7aa6651 Replace strlen, index, strcmp in the AArch64 ld.so. (Why does it have by sewardj · 10 years ago
  13. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 10 years ago
  14. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  15. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  16. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  17. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  18. d6ae9e6 Implement the getcpu vsyscall on amd64 by forwarding it to the real by tom · 12 years ago
  19. bc33be6 arm-linux: fix signal returning so that if SA_RESTORER is not by sewardj · 13 years ago
  20. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  21. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  22. d28cc96 Intercept strlen in ld.so on x86. Fixes #266961. by sewardj · 13 years ago
  23. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  24. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  25. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  26. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 14 years ago
  27. b57e693 Reinstating a heavily modified version of r10402. This is to do with #190429. by sewardj · 15 years ago
  28. 9eec958 Back out r10402 because it completely breaks things on Ubuntu 9.04 and by njn · 15 years ago
  29. 0cddf17 Replace strlen on amd64-linux with a simple version that doesn't by tom · 15 years ago
  30. 1a1e95c A number of changes relating to syscall numbering: by njn · 15 years ago
  31. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  32. 9f20746 Updated copyright years. by njn · 15 years ago
  33. 1944c91 Fix references to undefined labels. Why was ld even prepared to link by sewardj · 16 years ago
  34. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  35. 53092c6 ppc64-linux equivalent to r6813 (use sigframe return stub in by sewardj · 17 years ago
  36. a594026 ppc32-linux signal handling: don't place the sigframe return stub on by sewardj · 17 years ago
  37. 23c97b6 Followup to r6783: supply a correct index/strchr replacement for by sewardj · 17 years ago
  38. d1dea99 This module supplies various replacement functions, amongst them a by sewardj · 17 years ago
  39. cfdc5fd gcc-4.3 compile fixes. by sewardj · 17 years ago
  40. 542eada Add .eh_frame gunk for VG_(amd64_linux_REDIR_FOR_vgettimeofday) and by sewardj · 17 years ago
  41. 9ebd6e0 Update copyright dates. by sewardj · 17 years ago
  42. 1355264 Syscall tidying. by sewardj · 18 years ago
  43. f832bb9 Merge r6153: Add client startup code for AIX5. by sewardj · 18 years ago
  44. 4eee476 by sewardj · 18 years ago
  45. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  46. a672ea3 Get rid of VG_(x86_linux_REDIR_FOR__dl_sysinfo_int80) and do the x86-linux by sewardj · 18 years ago
  47. 658f05a More ppc64-linux function replacement/wrapping stuff. by sewardj · 18 years ago
  48. 1a85f4f by sewardj · 18 years ago
  49. f0915fc Initial redirect stuff for ppc64-linux. by sewardj · 18 years ago
  50. 297c88f fixed up ppc64 assembly with .opd sections by cerion · 18 years ago
  51. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  52. 6a443b2 As with ppc it's necessary to have an initial redirect for index(strchr) by sewardj · 19 years ago
  53. 31d8342 Various fixes to reduce noise level on SuSE 10 (PPC). Also fix some by sewardj · 19 years ago
  54. 0b6941e ppc32 only: give debug info names for a couple of fns to make by sewardj · 19 years ago
  55. 5e7b230 ppc32-linux only: redirect strcmp right from the start. by sewardj · 19 years ago
  56. a48a493 Make ppc32-linux build again following aspacem merge. Doesn't work, though: by sewardj · 19 years ago
  57. 45f4e7c by sewardj · 19 years ago
  58. ad50be3 The strlen that ld.so uses on ppc32 causes a lot of false errors in by sewardj · 19 years ago
  59. 05b5fc1 Un-break the build on ppc32-linux. This whole multiplatform by sewardj · 19 years ago
  60. b9bce63 Simplify the implementation of m_trampoline and the stuff that refers by sewardj · 19 years ago
  61. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  62. 7d2a9c4 by njn · 19 years ago
  63. c7561b9 by njn · 19 years ago
  64. 9c13f07 Export amd64 specific trampline offsets. by tom · 19 years ago
  65. 9a8be6c Renamed tool_asm.h as pub_basics_asm.h. Removed core_asm.h. by njn · 19 years ago
  66. a7598f6 Moved the code trampoline stuff into a new module, m_trampoline. Not by njn · 19 years ago[Renamed (69%) from coregrind/x86/helpers.S]
  67. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  68. b5f6f51 by sewardj · 19 years ago
  69. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  70. 33db261 Get rid of the machinery for registering helper functions. VEX calls by sewardj · 20 years ago
  71. 8b635a4 Merge in enough changes from the old Vex tree to make stage2 link, at least. by sewardj · 20 years ago
  72. 375b4a5 comment wibble by nethercote · 20 years ago
  73. 986202f by nethercote · 20 years ago[Renamed (98%) from coregrind/vg_helpers.S]
  74. 5a2664c by nethercote · 20 years ago
  75. 4ad52d0 Removed all uses of nested functions as they only work with gcc and by thughes · 20 years ago
  76. 3c5dc45 Fix bug in helper_{IN,OUT} -- they weren't preserving %eflags as they should. by nethercote · 20 years ago
  77. 1018bdd Heroic patch from Tom Hughes: by nethercote · 20 years ago
  78. 2757417 Rearrange CPUID again. Moved most of the helper logic into C, since by fitzhardinge · 20 years ago
  79. 0df2ac2 Virtualize CPUID. Rather than just using the host CPU's CPUID, by fitzhardinge · 20 years ago
  80. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 20 years ago
  81. f217c73 implement cmpxchg8b, patch by Tom Hughes. CCMAIL: 69688-done@bugs.kde.org by mueller · 20 years ago
  82. 9236079 Statically allocate a page in the client address space for trampoline by fitzhardinge · 20 years ago
  83. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 20 years ago
  84. b18d253 implement IN and OUT opcodes. by daywalker · 21 years ago
  85. 2392dd6 make sure that the cpuid of the simulated CPUID doesn't pretend by daywalker · 21 years ago
  86. 745561e Make the CPUID helper really do cpuid, so that what is returned by sewardj · 21 years ago
  87. d6251f1 by njn · 21 years ago
  88. b91ae7f by sewardj · 21 years ago
  89. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  90. ac21f44 Update response to 'cpuid' to claim MMXness. Revised magic number by sewardj · 21 years ago
  91. 5109643 by sewardj · 21 years ago
  92. fa492d4 by sewardj · 22 years ago
  93. c953984 by njn · 22 years ago
  94. e427a66 by njn · 22 years ago
  95. e49d8e7 Files updated, added and removed in order to turn the ERASER branch into HEAD by njn25 · 22 years ago
  96. 7d78e78 Implement CLC and STC (Pascal Massimino <pmassimi@ilog.fr>). by sewardj · 22 years ago
  97. 20917d8 by sewardj · 22 years ago
  98. 18d7513 Remove existing non-working support for self-modifying code, and instead by sewardj · 22 years ago
  99. 9316cba Improve accuracy of simulation of bsf/bsr instructions when the word by sewardj · 22 years ago
  100. 79be106 Get rid of the muraroa.demon.co.uk references since that account is by sewardj · 22 years ago