1. ad8a591 Teach cachegrind/callgrind how to parse the cache description by tom · 13 years ago
  2. 1c6f6ab s390x: fpr - gpr transfer facility -- valgrind side fixes, by sewardj · 13 years ago
  3. f34eb49 Add support for IBM Power ISA 2.06 -- stage 1. Valgrind-side changes by sewardj · 13 years ago
  4. 2c3f2ea s390x: reconsider "long displacement" requirement -- hwcaps detection by sewardj · 13 years ago
  5. 97d3ebb Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 13 years ago
  6. 6c591e1 by sewardj · 13 years ago
  7. c7ffc94 Fix up most but not all warnings generated by gcc-4.6 about by sewardj · 13 years ago
  8. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  9. fa5ce56 On arm-linux, add r7 to the set of registers that the CFI unwinder by sewardj · 14 years ago
  10. a3551be arm-linux: determine whether the host supports Neon by looking at our by sewardj · 14 years ago
  11. 5ae70ce Fix somewhat nonsensical ifdeffery. by sewardj · 14 years ago
  12. dcb3a59 Stop gcc complaining that dcbz_szB is used uninitialised. by sewardj · 14 years ago
  13. b9c815b Support the DCBZL instruction. Also, query the host CPU at startup by sewardj · 14 years ago
  14. 83c5a92 Added functions for querying the properties of the alternate stack. by bart · 14 years ago
  15. 1dbd337 Merge from branches/THUMB: m_machine changes needed for Thumb support: by sewardj · 14 years ago
  16. 40d91c7 x86/amd64: detect whether the CPU supports LZCNT. Followup to #212335. by sewardj · 14 years ago
  17. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  18. f5f1e12 Various minor fixups to make ppc32/64-linux work again following by sewardj · 15 years ago
  19. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  20. 598971e Fix identification of sse3 on amd64s. Previously it was identifying by sewardj · 15 years ago
  21. 1c0ce7a Merge in branches/DCAS. by sewardj · 15 years ago
  22. 3b0cae7 Reinstate an include needed on ppc{32,64}-linux. by sewardj · 15 years ago
  23. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  24. 252d72f Remove an unnecessary #include. by njn · 15 years ago
  25. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  26. 9f20746 Updated copyright years. by njn · 15 years ago
  27. c4431bf Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those by njn · 16 years ago
  28. 1581e74 Do not only intercept SIGILL during detection of the supported instruction set by bart · 16 years ago
  29. 9c606bd by sewardj · 16 years ago
  30. 89230ca Allow 64-byte line sizes (PA6T cpu). by sewardj · 16 years ago
  31. 7cf4e6b by sewardj · 16 years ago
  32. 0fb0320 Added VG_(thread_get_stack_size)(). by bart · 16 years ago
  33. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  34. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  35. bbec772 Misc changes needed to support exp-drd (Bart Van Assche). by sewardj · 17 years ago
  36. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  37. f1c91e0 Merge r6127: Extend for AIX5. Nothing surprising here. by sewardj · 18 years ago
  38. 4cfea4f by sewardj · 18 years ago
  39. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  40. 7159212 Add a comment that really should have been in r5820. by sewardj · 18 years ago
  41. 54d0dc7 ppc32-linux: work around assemblers which can't do Altivec, by by sewardj · 18 years ago
  42. 7637e9e Fix CPU feature identification for ppc32/64 - add more paranoia, and by sewardj · 18 years ago
  43. b32bc73 Un-break ppc32 following recent hw-capabilities hackery. by sewardj · 19 years ago
  44. e3121f3 Track vex r1555 (Change the way Vex represents architecture variants by sewardj · 19 years ago
  45. 53ee1fc Deal with function pointer vs function entry crazyness on ppc64-linux. by sewardj · 19 years ago
  46. 1f0d814 Track changes to PPC naming convention - VEX r1504 by cerion · 19 years ago
  47. 297c88f fixed up ppc64 assembly with .opd sections by cerion · 19 years ago
  48. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  49. 2c36d42 The absolute bare minimum changes needed to make it work on an by sewardj · 19 years ago
  50. 22a787b Use revised PPC32 subarchitecture categories. by sewardj · 19 years ago
  51. e3826cf Hook the ppc32 stuff up to the revised CPU detection machinery, and by sewardj · 19 years ago
  52. e2d1e67 Tidy up the machinery for detecting the CPU type and capabilities. by sewardj · 19 years ago
  53. a48a493 Make ppc32-linux build again following aspacem merge. Doesn't work, though: by sewardj · 19 years ago
  54. c6957cf Rename VG_(have_altivec) => VG_(have_altivec_ppc) for consistency. by cerion · 19 years ago
  55. bc28f66 setup new variable VG_(have_altivec) from auxv::AT_HWCAP by cerion · 19 years ago
  56. acaec5f Incorporate a patch from Craig Chaney which gives better stack by sewardj · 19 years ago
  57. 1d0cb0d by njn · 19 years ago
  58. 7821e2e Make Valgrind work again on x86 CPUs which don't have SSE. This is a by sewardj · 19 years ago
  59. 10f08cf ppc32: reinstate collection of cache-line-size info from the auxv by sewardj · 19 years ago
  60. af839f5 by njn · 19 years ago
  61. b506bd8 by njn · 19 years ago
  62. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  63. c7561b9 by njn · 19 years ago
  64. 6ace3ea by njn · 19 years ago
  65. f536bbb by njn · 19 years ago