1. d327fb1 Followup to r14646. The symbol TIOCSIG is not necessarily defined, by florian · 10 years ago
  2. a9ccca3 Add support for ioctl(fd, TIOCSIG, signal_number) which used by florian · 10 years ago
  3. 8e3fbb5 Constify the tool interface. by florian · 10 years ago
  4. ee0d0e9 Constify m_oset, m_sparsewa, and m_wordfm. by florian · 10 years ago
  5. 09a4c79 Change the definition of VgHashTable to not have pointer type. by florian · 10 years ago
  6. ccfddfb Inline function definitions must not refer to objects with internal by florian · 10 years ago
  7. c4fe430 Hide .version directives in assembly code on Mac, since XCode doesn't by sewardj · 10 years ago
  8. 76ca27c Fix the thread-name facility and associated test on Darwin. by sewardj · 10 years ago
  9. 3e81b8b Merge revisions 14230, 14602, and 14604 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  10. dea1603 Followup to r14600. Copy the contents of pub_core_guest.h to pub_tool_guest.h by florian · 10 years ago
  11. cf6e734 Merge r14229 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  12. 7e90510 Remove unneeded header file which does not exist on Darwin. by florian · 10 years ago
  13. 3c0c947 Ripple from constifying parameters of instrumentation functions and by florian · 10 years ago
  14. 6e468f4 Fix some comments that were still describing 32Gb as the limit for 'fast' memcheck by philippe · 10 years ago
  15. 417d737 Old STABS code is still being compiled, but never used. Remove it. by mjw · 10 years ago
  16. a57f114 Valgrind regression test fix for stfdpx instruction. by carll · 10 years ago
  17. b9d8fbb Document that VG_(newRangeMap) never returns NULL. Remove pointless asserts. by florian · 10 years ago
  18. b49e4a5 Tidy up m_oset.c by florian · 10 years ago
  19. 659efde Fix a memory leak found by IBM's BEAM checker. by florian · 10 years ago
  20. 4bf35b9 Add a missing break as identified by IBM's BEAM checker. by florian · 10 years ago
  21. bd15508 Replace wrong <../memcheck.h> by "../memcheck.h" by philippe · 10 years ago
  22. 98977e0 Be more careful to separate build flags for the preload shared objects by sewardj · 10 years ago
  23. 3b03744 Fix function prototype as pointed out by clang. by florian · 10 years ago
  24. 807c454 Fix most clang warnings. by florian · 10 years ago
  25. 25fc405 The update fixes a format issue in the PPC test by carll · 10 years ago
  26. 17804f6 Move the endianess test for ppc64 to the correct place. by florian · 10 years ago
  27. a6b1728 Make sure valgrind builds with clang 3.5.0 by florian · 10 years ago
  28. 122f6af Slightly change the help text for some options that involve by sewardj · 10 years ago
  29. e4200b5 Fix wrong operator = (instead of ==) in assertion by philippe · 10 years ago
  30. e467521 prepare for changing the default of --read-inline-info by philippe · 10 years ago
  31. 7b7b1cb Track vex r2939 (renaming and arg-order change for Iop_Extract{64,V128}). by sewardj · 10 years ago
  32. 7e3b3f2 Improve description of an address that is on a stack but below sp. by philippe · 10 years ago
  33. 0533405 Fix a bunch of defined(VGA_ppc64) by philippe · 10 years ago
  34. b444fbc Fix typo in syswrap ppoll param, equate ppoll and poll for memcheck testcase. by mjw · 10 years ago
  35. 9746147 Add socket.S to memcheck/tests/filter_stderr. by mjw · 10 years ago
  36. bfd03f8 Handle the new IROps introduced to support ARM64 SIMD. by sewardj · 10 years ago
  37. 147865c Iop_Rol64x2 was handled as if it were a 32x4 case. This moves by sewardj · 10 years ago
  38. ee6bb77 Track renaming of {reciprocal, reciprocal sqrt}{estimate, step} by sewardj · 10 years ago
  39. 021e6b6 Memcheck: add a new flag, --show-mismatched-frees=no|yes [yes], to by sewardj · 10 years ago
  40. 1e4fc95 mc_LOADV_128_or_256_slow: change a constant from V_BITS8_DEFINED by sewardj · 10 years ago
  41. 3a3f57f Bug 338445 amd64 vbit-test fails with unknown opcodes used by arm64 VEX. by mjw · 10 years ago
  42. ec905f7 The attached patch cleanups the clo processing by philippe · 10 years ago
  43. e541e22 Track vex r2924 (Renaming of Iop_QSalN*, Iop_QShlN* and Iop_QShlN*S) by sewardj · 10 years ago
  44. 666ee9d This patch implements reading the directory information for source by philippe · 10 years ago
  45. dd690bf This commit is for Bugzilla 334836. The Bugzilla contains patch 3 of 3 by carll · 10 years ago
  46. 582d582 This commit is for Bugzilla 334834. The Bugzilla contains patch 2 of 3 by carll · 10 years ago
  47. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  48. c06f684 Fix dangling ref in m_errormgr.c + report all uninit fields in a syscall param by philippe · 10 years ago
  49. 0e073a8 Adapt testcase so it can be compiled with GCC 3.4.6. by florian · 10 years ago
  50. 421c26e Factor out VG_(exit_now) to contain the syscall incantation to terminate by florian · 10 years ago
  51. 7c69a3e Add a new heuristic 'length64' to detect interior pointers by philippe · 10 years ago
  52. 4d6ce84 Track vex r2907, which amongst other things, renamed Iop_QDMulLong* to by sewardj · 10 years ago
  53. 0c9ac8d Patch adding (or showing the proper/not confusing) helgrind thread nr for block by philippe · 10 years ago
  54. e24dbf8 Fix pointer qualifier discard warnings in memcheck/tests/varinforestrict.c. by mjw · 10 years ago
  55. c81436d Bug 336619 valgrind --read-var-info=yes doesn't handle DW_TAG_restrict_type. by mjw · 10 years ago
  56. 7b6899d Provide a back trace when a function argument of a known allocation by florian · 10 years ago
  57. 7795f67 Track vex r2891 (add Iop_Reverse1sIn8_x16). Unbreak build. by florian · 10 years ago
  58. e2d41dc Apply text_debug_bias to inline IP extracted from dwarf3 by philippe · 10 years ago
  59. 0b39288 Change the default setting --partial-loads-ok from "no" to "yes" by sewardj · 10 years ago
  60. 9902318 Add forgotten .exp file. Should have been prt of r14124. by florian · 10 years ago
  61. c9d7582 Update the C++ demangler by importing files from GCC trunk @ 212125. by florian · 10 years ago
  62. c69477a Track vex r2894 (representation changes to arm64 FPSR) by sewardj · 10 years ago
  63. 6a90cfb Fix a couple of format string mixups. by florian · 10 years ago
  64. 5540492 Track vex r2890 (renaming of vector subparts-of-lanes-reversal IROps) by sewardj · 10 years ago
  65. 2e4d5af Track vex r2889 (rename vector Cls/Clz primops) by sewardj · 10 years ago
  66. 5ab7ce8 Fix a regression in supp matching with obj: entries by philippe · 10 years ago
  67. 8693182 According to Julian initialising the previously uninitialised variable by florian · 10 years ago
  68. 841b4db Suppress a clang warning about an uninitialised variable. Fixes BZ #329694. by florian · 10 years ago
  69. 99d9178 Document return value of VALGRIND_MAKE_MEM_DEFINED and friends. by florian · 10 years ago
  70. aed34e6 Add Iop_Abs64x2; unbreak build. by florian · 10 years ago
  71. 0ff1641 Find the name of the inlined function through a DW_AT_specification by philippe · 10 years ago
  72. 87a5bad Handle new IROp Iop_Abs64x2. by sewardj · 10 years ago
  73. a0a7393 This patch implements the support needed for stacktraces by philippe · 10 years ago
  74. 18d6f4e Improve address description for address in the stack. by philippe · 10 years ago
  75. 07c0852 Factorises the address code description and printing by philippe · 10 years ago
  76. 6d0e77b * document the %ps / %pS extensions to printf by philippe · 10 years ago
  77. 1146ae6 Renaming only (no functional change): rename IR artefacts to do by sewardj · 10 years ago
  78. c76d0e5 ARM64: add support for cache management instructions (Valgrind side): by sewardj · 10 years ago
  79. ea58d61 Add a new test that shows a surprising side effect of the by philippe · 10 years ago
  80. b8ac5ac * Implement optimisation in storev8/16/64 similar to optimisations in storev32 by philippe · 10 years ago
  81. 0c2923f Factorise enum set parsing code by philippe · 10 years ago
  82. 85d4514 Make origin tracking work on arm64. by sewardj · 10 years ago
  83. eae3f03 mips32: Additional .exp file for mips32. by dejanj · 10 years ago
  84. c5fc866 Add client requests by sewardj · 10 years ago
  85. c32dd87 mips32: When we are accessing elements via double pointer MIPS compiler can by dejanj · 10 years ago
  86. b3eae3e mips: Disable test on mips32/64 big-endian platforms. by dejanj · 10 years ago
  87. c29761f VG_(strlen) ( const HChar* str ) does not count the null terminator '\0' at the by dejanj · 10 years ago
  88. c46e6cc Handle IROps introduced by the arm64 port: by sewardj · 10 years ago
  89. da7e046 Fill in a (very) few cases for get_otrack_shadow_offset_wrk on arm64. by sewardj · 10 years ago
  90. 812e2f9 BZ#331380 cont. Don't crash if evp->sigev_notify is invalid. Fix scalar test. by mjw · 10 years ago
  91. 2e1de02 memcheck/tests/Makefile.am include filter_dw4 in dist_noinst_SCRIPTS. by mjw · 10 years ago
  92. 14857fd Make these buildable on arm64-linux. by sewardj · 10 years ago
  93. b0385bc Filter out differences in structure size by tom · 10 years ago
  94. 965bf3f Fix V-bit tester failures introduced by VEX r2815. by florian · 10 years ago
  95. 68f338f Fix typo in poll wrapper by tom · 10 years ago
  96. 75beb11 Fix V-bit tester failures introduced by VEX r2812. by florian · 10 years ago
  97. 1eb272f Handle and instrument an extra rounding-mode argument as added by by sewardj · 10 years ago
  98. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 10 years ago
  99. 42a62d3 mips32/64: Add extra suppression for mips32/64. by dejanj · 11 years ago
  100. 8587b54 Implement gdbsrv "v.info stats" command giving statistics for valgrind core + tools by philippe · 11 years ago