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