1. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  2. ae6e3ac Add a redirection for the 'index' function. Fixes BZ #327943 by florian · 10 years ago
  3. 1cd2378 Bug 338615 suppress glibc 2.20 optimized strcmp implementation for ARMv7. by mjw · 10 years ago
  4. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  5. 704bf0e Redirect strchr in dyld (the dynamic linker) on OS X 10.9, for the usual reason. by sewardj · 10 years ago
  6. 7aa6651 Replace strlen, index, strcmp in the AArch64 ld.so. (Why does it have by sewardj · 10 years ago
  7. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 10 years ago
  8. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  9. 535fb1b Fix coregrind header files such that they can be included without by florian · 11 years ago
  10. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  11. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  12. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  13. d6ae9e6 Implement the getcpu vsyscall on amd64 by forwarding it to the real by tom · 12 years ago
  14. bc33be6 arm-linux: fix signal returning so that if SA_RESTORER is not by sewardj · 13 years ago
  15. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  16. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  17. d28cc96 Intercept strlen in ld.so on x86. Fixes #266961. by sewardj · 13 years ago
  18. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  19. becedea Avoid that gcc 4.5.x reports the warning "taking address of expression of type void". Tested on amd64 and on ppc64. by bart · 14 years ago
  20. 9790f39 Reverted r11238. by bart · 14 years ago
  21. 1a52028 Avoid that gcc 4.5.x reports the warning "taking address of expression of type void". by bart · 14 years ago
  22. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  23. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  24. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 14 years ago
  25. b57e693 Reinstating a heavily modified version of r10402. This is to do with #190429. by sewardj · 15 years ago
  26. 9eec958 Back out r10402 because it completely breaks things on Ubuntu 9.04 and by njn · 15 years ago
  27. 0cddf17 Replace strlen on amd64-linux with a simple version that doesn't by tom · 15 years ago
  28. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  29. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  30. 9f20746 Updated copyright years. by njn · 15 years ago
  31. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  32. 53092c6 ppc64-linux equivalent to r6813 (use sigframe return stub in by sewardj · 17 years ago
  33. a594026 ppc32-linux signal handling: don't place the sigframe return stub on by sewardj · 17 years ago
  34. 9ebd6e0 Update copyright dates. by sewardj · 17 years ago
  35. f832bb9 Merge r6153: Add client startup code for AIX5. by sewardj · 18 years ago
  36. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  37. a672ea3 Get rid of VG_(x86_linux_REDIR_FOR__dl_sysinfo_int80) and do the x86-linux by sewardj · 18 years ago
  38. 658f05a More ppc64-linux function replacement/wrapping stuff. by sewardj · 18 years ago
  39. 1a85f4f by sewardj · 18 years ago
  40. f0915fc Initial redirect stuff for ppc64-linux. by sewardj · 18 years ago
  41. 6a443b2 As with ppc it's necessary to have an initial redirect for index(strchr) by sewardj · 19 years ago
  42. 31d8342 Various fixes to reduce noise level on SuSE 10 (PPC). Also fix some by sewardj · 19 years ago
  43. 5e7b230 ppc32-linux only: redirect strcmp right from the start. by sewardj · 19 years ago
  44. ad50be3 The strlen that ld.so uses on ppc32 causes a lot of false errors in by sewardj · 19 years ago
  45. b9bce63 Simplify the implementation of m_trampoline and the stuff that refers by sewardj · 19 years ago
  46. 7d2a9c4 by njn · 19 years ago
  47. a7598f6 Moved the code trampoline stuff into a new module, m_trampoline. Not by njn · 19 years ago