1. df14eea Clean up the code for facility detection. by florian · 12 years ago
  2. 0849a4d Probe host for conditional load/store facility. by florian · 12 years ago
  3. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  4. 66826ec Fix a couple of x86 char-signedness stragglers by sewardj · 12 years ago
  5. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  6. 7862701 This patch is the first installment of the cache info reorganisation. by florian · 12 years ago
  7. e968591 Fix an uninitialised variable found be BEAM. by florian · 12 years ago
  8. 370bc77 s390: Detect floating point extension facility. Update s390-features.c by florian · 12 years ago
  9. 87a25cf s390: Add zEC12 machine model. Fix spelling for some older models. by florian · 12 years ago
  10. 833ffd0 On s390: detect presence of stckf hardware facility. by florian · 12 years ago
  11. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  12. 2fd883a Removing the warning about defined yet unused function on MIPS. by petarj · 12 years ago
  13. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  14. 98763d5 m_machine: add new function VG_(machine_get_size_of_largest_guest_register) by sewardj · 12 years ago
  15. e3d028c Add ETF3 facility (valgrind bits). Part of fixing Bugzilla #289839. by florian · 12 years ago
  16. ee1a897 Add feature detection for amd64.avx, and (potentially) FMA. by sewardj · 12 years ago
  17. 4e63b8e Be lenient if the machine model could not be determined. Assume it's by florian · 12 years ago
  18. 0daa4e3 Consolidate and update information about dependencies of by florian · 12 years ago
  19. 68aba52 Set VEX_HWCAPS_S390X_STFLE if available. This should have been part of r12335. by florian · 12 years ago
  20. 5ba075a Fixes for capabilities checking w.r.t. Power DFP instructions by sewardj · 12 years ago
  21. a22f59d (fixes bug 289939 wish: complete monitor cmd 'leak_check' with details by philippe · 13 years ago
  22. d19733c Add support for the s390's TROO insn. These are the valgrind bits. by florian · 13 years ago
  23. 0016492 Fix an out-of-bounds array access found by IBM's BEAM checker. by florian · 13 years ago
  24. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  25. 258ede7 Add support for s390x model z114. See also VEX r2198 by florian · 13 years ago
  26. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  27. ad8a591 Teach cachegrind/callgrind how to parse the cache description by tom · 13 years ago
  28. 1c6f6ab s390x: fpr - gpr transfer facility -- valgrind side fixes, by sewardj · 13 years ago
  29. f34eb49 Add support for IBM Power ISA 2.06 -- stage 1. Valgrind-side changes by sewardj · 13 years ago
  30. 2c3f2ea s390x: reconsider "long displacement" requirement -- hwcaps detection by sewardj · 13 years ago
  31. 97d3ebb Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 13 years ago
  32. 6c591e1 by sewardj · 13 years ago
  33. c7ffc94 Fix up most but not all warnings generated by gcc-4.6 about by sewardj · 13 years ago
  34. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  35. fa5ce56 On arm-linux, add r7 to the set of registers that the CFI unwinder by sewardj · 14 years ago
  36. a3551be arm-linux: determine whether the host supports Neon by looking at our by sewardj · 14 years ago
  37. 5ae70ce Fix somewhat nonsensical ifdeffery. by sewardj · 14 years ago
  38. dcb3a59 Stop gcc complaining that dcbz_szB is used uninitialised. by sewardj · 14 years ago
  39. b9c815b Support the DCBZL instruction. Also, query the host CPU at startup by sewardj · 14 years ago
  40. 83c5a92 Added functions for querying the properties of the alternate stack. by bart · 14 years ago
  41. 1dbd337 Merge from branches/THUMB: m_machine changes needed for Thumb support: by sewardj · 14 years ago
  42. 40d91c7 x86/amd64: detect whether the CPU supports LZCNT. Followup to #212335. by sewardj · 14 years ago
  43. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  44. f5f1e12 Various minor fixups to make ppc32/64-linux work again following by sewardj · 15 years ago
  45. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  46. 598971e Fix identification of sse3 on amd64s. Previously it was identifying by sewardj · 15 years ago
  47. 1c0ce7a Merge in branches/DCAS. by sewardj · 15 years ago
  48. 3b0cae7 Reinstate an include needed on ppc{32,64}-linux. by sewardj · 15 years ago
  49. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  50. 252d72f Remove an unnecessary #include. by njn · 15 years ago
  51. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  52. 9f20746 Updated copyright years. by njn · 15 years ago
  53. c4431bf Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those by njn · 16 years ago
  54. 1581e74 Do not only intercept SIGILL during detection of the supported instruction set by bart · 16 years ago
  55. 9c606bd by sewardj · 16 years ago
  56. 89230ca Allow 64-byte line sizes (PA6T cpu). by sewardj · 16 years ago
  57. 7cf4e6b by sewardj · 16 years ago
  58. 0fb0320 Added VG_(thread_get_stack_size)(). by bart · 16 years ago
  59. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  60. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  61. bbec772 Misc changes needed to support exp-drd (Bart Van Assche). by sewardj · 17 years ago
  62. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  63. f1c91e0 Merge r6127: Extend for AIX5. Nothing surprising here. by sewardj · 18 years ago
  64. 4cfea4f by sewardj · 18 years ago
  65. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  66. 7159212 Add a comment that really should have been in r5820. by sewardj · 18 years ago
  67. 54d0dc7 ppc32-linux: work around assemblers which can't do Altivec, by by sewardj · 18 years ago
  68. 7637e9e Fix CPU feature identification for ppc32/64 - add more paranoia, and by sewardj · 18 years ago
  69. b32bc73 Un-break ppc32 following recent hw-capabilities hackery. by sewardj · 19 years ago
  70. e3121f3 Track vex r1555 (Change the way Vex represents architecture variants by sewardj · 19 years ago
  71. 53ee1fc Deal with function pointer vs function entry crazyness on ppc64-linux. by sewardj · 19 years ago
  72. 1f0d814 Track changes to PPC naming convention - VEX r1504 by cerion · 19 years ago
  73. 297c88f fixed up ppc64 assembly with .opd sections by cerion · 19 years ago
  74. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  75. 2c36d42 The absolute bare minimum changes needed to make it work on an by sewardj · 19 years ago
  76. 22a787b Use revised PPC32 subarchitecture categories. by sewardj · 19 years ago
  77. e3826cf Hook the ppc32 stuff up to the revised CPU detection machinery, and by sewardj · 19 years ago
  78. e2d1e67 Tidy up the machinery for detecting the CPU type and capabilities. by sewardj · 19 years ago
  79. a48a493 Make ppc32-linux build again following aspacem merge. Doesn't work, though: by sewardj · 19 years ago
  80. c6957cf Rename VG_(have_altivec) => VG_(have_altivec_ppc) for consistency. by cerion · 19 years ago
  81. bc28f66 setup new variable VG_(have_altivec) from auxv::AT_HWCAP by cerion · 19 years ago
  82. acaec5f Incorporate a patch from Craig Chaney which gives better stack by sewardj · 19 years ago
  83. 1d0cb0d by njn · 19 years ago
  84. 7821e2e Make Valgrind work again on x86 CPUs which don't have SSE. This is a by sewardj · 19 years ago
  85. 10f08cf ppc32: reinstate collection of cache-line-size info from the auxv by sewardj · 19 years ago
  86. af839f5 by njn · 19 years ago
  87. b506bd8 by njn · 19 years ago
  88. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  89. c7561b9 by njn · 19 years ago
  90. 6ace3ea by njn · 19 years ago
  91. f536bbb by njn · 19 years ago