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. c913c8e Make the PLAT_ identification work properly for mingw-win64. Problem was by sewardj · 10 years ago
  4. bd830b4 Update __VALGRIND_MINOR__ before it gets forgotten again. by sewardj · 10 years ago
  5. 91e1460 For arm64, implement macros CALL_FN_W_5W to CALL_FN_W_12W. by sewardj · 10 years ago
  6. bb9b1b9 Supporting macros for function intercept and wrapping on arm64: by sewardj · 10 years ago
  7. 0bc560e Bump __VALGRIND_MINOR__ to catch up with the release. by florian · 10 years ago
  8. 4decb26 Fix the ppc32 special-instruction magic sequence so it really does by sewardj · 10 years ago
  9. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 10 years ago
  10. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  11. aaaf21d valgrind.h: Add MinGW64 support by bart · 11 years ago
  12. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  13. 4620765 Implement --merge-recursive-frames + provide VALGRIND_MONITOR_COMMAND client req. by philippe · 11 years ago
  14. c379fec Use "orr r9,r9,r9" as the magic insn for IR injection on ARM and by sewardj · 12 years ago
  15. 4d261bb Add VALGRIND_VEX_INJECT_IR for ppc32. Should have been included in r12906. by florian · 12 years ago
  16. bb913cd Add a tester for V-bit propagation through IROps. by florian · 12 years ago
  17. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  18. 567e5bb Try to fix up ARM stack alignment stuff following r12811. This by sewardj · 12 years ago
  19. 9af940f Comment only change. by florian · 12 years ago
  20. 4118e0f Ensure CALL_FN_xx macros align the stack properly by tom · 12 years ago
  21. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  22. 573f8bc Add macros I_REPLACE_SONAME_FNNAME_Z{U,Z} for general end-user use. by sewardj · 12 years ago
  23. 7d79e0b Fix VALGRIND_MINOR/VALGRIND_MAJOR symbols. This got forgotten about by sewardj · 12 years ago
  24. 42f83fe <valgrind/valgrind.h>: Fix for Intel C/C++ compiler in MSVC compatibility mode. by bart · 12 years ago
  25. 4b3a742 Fix #284384 (clang 3.1 -Wunused-value warnings in valgrind.h, by sewardj · 13 years ago
  26. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  27. 17dfe1a Make VALGRIND_DO_CLIENT_REQUEST more user friendly by wrapping by florian · 13 years ago
  28. 06e9bf0 Avoid that using any of the VALGRIND_DISABLE_ERROR_REPORTING, by bart · 13 years ago
  29. 8258a3a ppc64-linux only: fix incorrect line number reports in client requests by sewardj · 13 years ago
  30. 9604484 Extend the behavioural-equivalence-class mechanism for redirection by sewardj · 13 years ago
  31. 85cf900 Add more infrastructure to be used for fixing #275284 (Valgrind by sewardj · 13 years ago
  32. 0d03bd4 valgrind.h: Remove a superfluous cast. See also #278454. by bart · 13 years ago
  33. dc873c0 Add a new client request and pair of macros, by sewardj · 13 years ago
  34. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  35. c112c8e Fix #undefs that are inconsistent with those further up the file, by sewardj · 13 years ago
  36. 575ce8e Get rid of the remaining "set but not used" warnings reported by gcc 4.6 by by bart · 13 years ago
  37. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  38. 66304e2 Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 13 years ago
  39. 9134738 Add VALGRIND_RESIZEINPLACE_BLOCK() and hence close #267819. by bart · 13 years ago
  40. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  41. 8c7e25f <valgrind/valgrind.h>: Made VALGRIND_PRINTF() and VALGRIND_PRINTF_BACKTRACE() definitions (with NVALGRIND defined) C89-compliant. by bart · 13 years ago
  42. 87a287b Preserve the stack's 16-alignment in x86 and amd64 wrappers. Fixes #254646. by sewardj · 14 years ago
  43. 8d1dc15 More unwind fixes for the amd64-linux CALL_FN_*_* macros, as per by sewardj · 14 years ago
  44. dea799c Only enable CFI annotations when __GCC_HAVE_DWARF2_CFI_ASM is defined. This should work for all platforms, all gcc versions and with and without -fno-dwarf2-cfi-asm / -fno-asynchronous-unwind-tables. Thanks to Jakub Jelinek for the hint. by bart · 14 years ago
  45. 410afd5 valgrind.h is again independent of config.h. Note: __builtin_frame_address() by bart · 14 years ago
  46. 520a03a Fix build failure I introduced in r11408, duh. by sewardj · 14 years ago
  47. 6022784 Tidy up ifdeffery a bit. (non-functional change) by sewardj · 14 years ago
  48. 0681bdd Fix build breakage on Darwin resulting from r11402 (see #243270), by sewardj · 14 years ago
  49. dfa55cf amd64-linux: add suitable CFI annotations so that unwinding through by sewardj · 14 years ago
  50. 2823aac Fixed an AMD64 bug reported by Evgeniy Stepanov: the order of by bart · 14 years ago
  51. fa5115a Refactoring: introduced new macro VALGRIND_DO_CLIENT_REQUEST_EXPR() and used that macro to reimplement RUNNING_ON_VALGRIND. by bart · 14 years ago
  52. 0da2c77 Suppressed a few warnings reported by the Microsoft C Compiler. by bart · 14 years ago
  53. 7f48981 Ported to Win32. Tested that both RUNNING_ON_VALGRIND and VALGRIND_PRINTF() by bart · 14 years ago
  54. 5c65962 Add a new client request, VALGRIND_MAP_IP_TO_SRCLOC, so that clients by sewardj · 14 years ago
  55. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  56. 0fe1d4c Rename preprocessor macro __VALGRIND__ to __VALGRIND_MAJOR__ and add comments. by sewardj · 14 years ago
  57. 7104416 Make the version number available in the valgrind.h headers, so by sewardj · 14 years ago
  58. c560fb3 Followup fix to r11006. Don't pass va_list by value through client by sewardj · 14 years ago
  59. 05b0715 Don't assume that va_list can be casted to an unsigned word. Fixes by sewardj · 14 years ago
  60. 7af3230 Tidy up determination of the PLAT_ macros a bit. by sewardj · 14 years ago
  61. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 14 years ago
  62. b965efb Allow custom blocks to overlap with malloc blocks. Fixes bug 100628. by njn · 15 years ago
  63. d55f0d9 With the recent VG_(message) change, by njn · 15 years ago
  64. 32f8d8c Ignore MALLOCLIKE_BLOCK/FREELIKE_BLOCK if addr==0. Fixes bug 137073. DRD by njn · 15 years ago
  65. 3ac9695 Attempt to improve the {MALLOC,FREE}LIKE_BLOCK documentation, based on by njn · 15 years ago
  66. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  67. 2b5f0a9 Add some extra CALL_FN_V_* macros. Copied from the DARWIN branch. by njn · 15 years ago
  68. 5f5ef2a Factor out the name of the libpthread library. Also fix a minor stack trace by njn · 15 years ago
  69. c8259b8 by sewardj · 15 years ago
  70. 9f20746 Updated copyright years. by njn · 15 years ago
  71. 4486297 Add missing __extension__ markings on a couple of clreqs. by njn · 15 years ago
  72. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  73. 45fb4d3 by njn · 17 years ago
  74. a07c2e1 by sewardj · 17 years ago
  75. 9ebd6e0 Update copyright dates. by sewardj · 17 years ago
  76. 1c5bcb1 Get rid of the use of explicit register variables in the ppc32-linux by sewardj · 18 years ago
  77. 1319b49 by njn · 18 years ago
  78. 0fc5cbd Move VG_BUGS_TO to pub_tool_basics.h so that Nulgrind need not import by njn · 18 years ago
  79. f5c1a7f Merge r6125: Function-wrapping macros and associated stuff, for AIX. by sewardj · 18 years ago
  80. c740d76 A memory pool update from Graydon Hoare. by sewardj · 18 years ago
  81. 315dc8d Make this file a bit more 'gcc -ansi -pedantic' friendly (bug #132722). by sewardj · 18 years ago
  82. 2c1c9df Add a mempool-trimming client request (Graydon Hoare). by sewardj · 18 years ago
  83. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  84. 479db77 Add a helpful comment. by njn · 18 years ago
  85. 7eca0cc Recent GCCs (3.4+ at least) optimize static unused functions out, so by sewardj · 18 years ago
  86. 7fd15d6 Make the BSD-style license notices slightly more accurate. by njn · 18 years ago
  87. dbf7ca7 by njn · 18 years ago
  88. cd63639 Add missing CALL_FN_* macros for ppc64-linux. by sewardj · 18 years ago
  89. ead61df Add CALL_FN_* missing cases for ppc32-linux. by sewardj · 18 years ago
  90. a50f9dc Complete CALL_FN_W_* wrappers for amd64-linux. by sewardj · 18 years ago
  91. 5ce4b15 Add missing x86-linux CALL_FN_W_11W macro. by sewardj · 18 years ago
  92. 45fa5b0 Add a couple of missing cases. Function wrapping is really ugly :-( by sewardj · 18 years ago
  93. 9e8b07a Add a missing case. by sewardj · 18 years ago
  94. 9af10a1 Change the number of client request args from 4 to 5 as that may by sewardj · 18 years ago
  95. 38de099 Make fn wrapping work again on ppc32-linux. by sewardj · 18 years ago
  96. 66226cc x86 function wrapping fixes. by sewardj · 18 years ago
  97. c885844 Make amd64 function wrapping work again following recent changes. by sewardj · 18 years ago
  98. d68ac3e Changes to make function wrapping work better on ppc64-linux: by sewardj · 18 years ago
  99. 9734b20 ppc64-linux function wrapping support (does not work properly) by sewardj · 18 years ago
  100. 1a85f4f by sewardj · 18 years ago