1. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  2. 7c1d063 Enhance VG_(machine_get_hwcaps) to check enough stuff to ensure by sewardj · 9 years ago
  3. a7d291d Fix two more format inconsistencies found on s390. The one by florian · 9 years ago
  4. a5e06c3 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  5. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  6. ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
  7. 7571271 Remove a few embarassing comments. by florian · 9 years ago
  8. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  9. dd1d372 Minimal update to recognise z13 (s390). by florian · 9 years ago
  10. 1672a24 For s390 use symbolic register names. by florian · 10 years ago
  11. 732fb4e Detect presence of sse3 instructions on x86. by florian · 10 years ago
  12. 3130eab Minor non-functional cleanups. by florian · 10 years ago
  13. e2800c9 coregrind files shall use vg_assert not tl_assert. by florian · 10 years ago
  14. 38a74d2 The semantic of the stack bounds is not consistent or is not described. by philippe · 10 years ago
  15. 582d582 This commit is for Bugzilla 334834. The Bugzilla contains patch 2 of 3 by carll · 10 years ago
  16. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  17. 5973142 Track vex r2910 (infrastructural improvements in representation of by sewardj · 10 years ago
  18. 37dd8f6 On 32-bit x86, allow lzcnt to be detected on Intel CPUs as well as on by sewardj · 10 years ago
  19. c76d0e5 ARM64: add support for cache management instructions (Valgrind side): by sewardj · 10 years ago
  20. 24f0c3a mips32: Support for 64bit FPU on MIPS32 platforms. by dejanj · 10 years ago
  21. b8afd6f arm64: implement the apply on all GP register. by philippe · 10 years ago
  22. 0345188 arm64: rename guest_SP to guest_XSP so as to avoid a name clash with by sewardj · 11 years ago
  23. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 11 years ago
  24. b8ba031 Fix 324227 memcheck false positive leak when a thread calls exit+block by philippe · 11 years ago
  25. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  26. 787e8dc Don't report BMI support when AVX support is missing. by mjw · 11 years ago
  27. 643d501 PPC32/64: Allow 16 byte icache and dcache lines. by sewardj · 11 years ago
  28. 96ee38d mips: clean-up in hardware detection by petarj · 11 years ago
  29. c91f584 Fix inclusion of header files in coregrind. No pub_tool_*.h should be by florian · 11 years ago
  30. 1a59a92 Clarify wording. by florian · 11 years ago
  31. 7c6a000 Support mmxext (integer sse) subset on i386 (athlon). Bug #323713 by mjw · 11 years ago
  32. dfbf294 Initial ISA 2.07 support for POWER8-tuned libc by carll · 11 years ago
  33. 353d8b8 Followup to the renaming in VEX r2735. by florian · 11 years ago
  34. 3b411c1 s390: New machine model: zBC12 by florian · 11 years ago
  35. 5f790e8 mips32: Add support for mips32 DSP instruction set. by dejanj · 11 years ago
  36. 1106692 s390: valgrind side support for PFPO. New hwcap added. by florian · 11 years ago
  37. fda50af Build system and hwcaps fixes pertaining to #305728, which added by sewardj · 11 years ago
  38. e653b03 Add hwcaps checking on amd64 for RDTSCP. Part of the fix for #251569 by sewardj · 11 years ago
  39. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  40. 0fca5ee Remove a fixme. by florian · 12 years ago
  41. df14eea Clean up the code for facility detection. by florian · 12 years ago
  42. 0849a4d Probe host for conditional load/store facility. by florian · 12 years ago
  43. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  44. 66826ec Fix a couple of x86 char-signedness stragglers by sewardj · 12 years ago
  45. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  46. 7862701 This patch is the first installment of the cache info reorganisation. by florian · 12 years ago
  47. e968591 Fix an uninitialised variable found be BEAM. by florian · 12 years ago
  48. 370bc77 s390: Detect floating point extension facility. Update s390-features.c by florian · 12 years ago
  49. 87a25cf s390: Add zEC12 machine model. Fix spelling for some older models. by florian · 12 years ago
  50. 833ffd0 On s390: detect presence of stckf hardware facility. by florian · 12 years ago
  51. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  52. 2fd883a Removing the warning about defined yet unused function on MIPS. by petarj · 12 years ago
  53. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  54. 98763d5 m_machine: add new function VG_(machine_get_size_of_largest_guest_register) by sewardj · 12 years ago
  55. e3d028c Add ETF3 facility (valgrind bits). Part of fixing Bugzilla #289839. by florian · 12 years ago
  56. ee1a897 Add feature detection for amd64.avx, and (potentially) FMA. by sewardj · 12 years ago
  57. 4e63b8e Be lenient if the machine model could not be determined. Assume it's by florian · 12 years ago
  58. 0daa4e3 Consolidate and update information about dependencies of by florian · 12 years ago
  59. 68aba52 Set VEX_HWCAPS_S390X_STFLE if available. This should have been part of r12335. by florian · 12 years ago
  60. 5ba075a Fixes for capabilities checking w.r.t. Power DFP instructions by sewardj · 12 years ago
  61. a22f59d (fixes bug 289939 wish: complete monitor cmd 'leak_check' with details by philippe · 13 years ago
  62. d19733c Add support for the s390's TROO insn. These are the valgrind bits. by florian · 13 years ago
  63. 0016492 Fix an out-of-bounds array access found by IBM's BEAM checker. by florian · 13 years ago
  64. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  65. 258ede7 Add support for s390x model z114. See also VEX r2198 by florian · 13 years ago
  66. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  67. ad8a591 Teach cachegrind/callgrind how to parse the cache description by tom · 13 years ago
  68. 1c6f6ab s390x: fpr - gpr transfer facility -- valgrind side fixes, by sewardj · 13 years ago
  69. f34eb49 Add support for IBM Power ISA 2.06 -- stage 1. Valgrind-side changes by sewardj · 13 years ago
  70. 2c3f2ea s390x: reconsider "long displacement" requirement -- hwcaps detection by sewardj · 13 years ago
  71. 97d3ebb Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 13 years ago
  72. 6c591e1 by sewardj · 13 years ago
  73. c7ffc94 Fix up most but not all warnings generated by gcc-4.6 about by sewardj · 13 years ago
  74. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  75. fa5ce56 On arm-linux, add r7 to the set of registers that the CFI unwinder by sewardj · 14 years ago
  76. a3551be arm-linux: determine whether the host supports Neon by looking at our by sewardj · 14 years ago
  77. 5ae70ce Fix somewhat nonsensical ifdeffery. by sewardj · 14 years ago
  78. dcb3a59 Stop gcc complaining that dcbz_szB is used uninitialised. by sewardj · 14 years ago
  79. b9c815b Support the DCBZL instruction. Also, query the host CPU at startup by sewardj · 14 years ago
  80. 83c5a92 Added functions for querying the properties of the alternate stack. by bart · 14 years ago
  81. 1dbd337 Merge from branches/THUMB: m_machine changes needed for Thumb support: by sewardj · 14 years ago
  82. 40d91c7 x86/amd64: detect whether the CPU supports LZCNT. Followup to #212335. by sewardj · 14 years ago
  83. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  84. f5f1e12 Various minor fixups to make ppc32/64-linux work again following by sewardj · 15 years ago
  85. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  86. 598971e Fix identification of sse3 on amd64s. Previously it was identifying by sewardj · 15 years ago
  87. 1c0ce7a Merge in branches/DCAS. by sewardj · 15 years ago
  88. 3b0cae7 Reinstate an include needed on ppc{32,64}-linux. by sewardj · 15 years ago
  89. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  90. 252d72f Remove an unnecessary #include. by njn · 15 years ago
  91. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  92. 9f20746 Updated copyright years. by njn · 15 years ago
  93. c4431bf Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those by njn · 16 years ago
  94. 1581e74 Do not only intercept SIGILL during detection of the supported instruction set by bart · 16 years ago
  95. 9c606bd by sewardj · 16 years ago
  96. 89230ca Allow 64-byte line sizes (PA6T cpu). by sewardj · 16 years ago
  97. 7cf4e6b by sewardj · 16 years ago
  98. 0fb0320 Added VG_(thread_get_stack_size)(). by bart · 16 years ago
  99. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  100. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago