1. 9c7779b Merge mc_replace_strmem.c, hg_intercepts.c and drd_strmem_intercepts.c by bart · 11 years ago
  2. 16f468a memcheck/mc_replace_strmem.c: Remove trailing whitespace by bart · 11 years ago
  3. ab8e17f memcheck: Optimize the memcpy() intercept by bart · 11 years ago
  4. 86e4182 mips32: Change the tests values so that the result is by dejanj · 11 years ago
  5. 59edd6c fix attribution of memcheck/tests/reach_thread_register.c code by philippe · 11 years ago
  6. d53d317 mc_LOADVn_slow: also allow --partial-loads-ok=yes to grant an by sewardj · 11 years ago
  7. b8ba031 Fix 324227 memcheck false positive leak when a thread calls exit+block by philippe · 11 years ago
  8. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  9. e6bd3e4 This commit adds testing support for the following instructions: by carll · 11 years ago
  10. 4e32d67 Allow tools to provide some statistics in suppression list produced at the end by philippe · 11 years ago
  11. 110c77e SIGSEGV/SIGBUS specific handling on s390, to cope with kernel peculiarity by philippe · 11 years ago
  12. 24e40de Power 8 support, phase 5 by carll · 11 years ago
  13. 078ab86 Add definedness checking when dereferencing ptr during heuristic reachedness by philippe · 11 years ago
  14. 278b2a3 Fix use of uninit heuristic set for monitor command by philippe · 11 years ago
  15. 63ea303 mips32: Don't test Iops that aren't supported in VEX. by dejanj · 11 years ago
  16. 63abcdf mips64: add extra Iop cases in VEX and fix compiler warning. by dejanj · 11 years ago
  17. 7a76f4b Fix leak scan SEGV catcher when ptr starts in unreadable page (readable for aspacemgr) by philippe · 11 years ago
  18. a388ee4 pub_tool_oset.h and m_oset.c cleanup by philippe · 11 years ago
  19. b802385 Add missing prereq. by florian · 11 years ago
  20. 0a8620e Followup to r13615. Conditional testcases need a prereq line in the by florian · 11 years ago
  21. 3df0211 Add a few feature tests to configure.ac because clang does not by florian · 11 years ago
  22. e37c4bc Fix compilation problem of memcheck/tests/leak-segv-jmp on ppc32 by philippe · 11 years ago
  23. 5bd4060 Fix assert for who_points_at monitor cmd for an interiorly pointed block by philippe · 11 years ago
  24. 176048d Eliminate a few GCC 4.8.1 warnings. by florian · 11 years ago
  25. 06bc722 Silence clang warnings about uninitialised and unused values in by florian · 11 years ago
  26. dde7b59 Fix printf format. The 'L' modifier cannot be used with by florian · 11 years ago
  27. 6277067 Add tests for the phase 3 ISA 2.07 code patch by carll · 11 years ago
  28. 671b023 Use global vars to point at possibly leaked by philippe · 11 years ago
  29. ab1fce9 add heuristics decreasing false possible "possible leaks" in c++ code. by philippe · 11 years ago
  30. 15126a6 mips32/64: add extra test cases in vbit-test for mips32/64. by dejanj · 11 years ago
  31. c5325ef Followup to r13553 which caused some build failures. by florian · 11 years ago
  32. 1a046d5 Include pub_core/tool_clreq.h instead of valgrind.h where apropriate. by florian · 11 years ago
  33. 4978951 Intercept prctl(PR_SET_NAME, name) and store the thread name so it by florian · 11 years ago
  34. 0c7b90f mips64: add extra test cases in vbit-test for mips64. by dejanj · 11 years ago
  35. 02ea413 Fix 324514 gdbserver monitor cmd output behaviour consistency + allow user by philippe · 11 years ago
  36. 2b308d1 mips64: Add some test cases for mips64 in vbit-test. by dejanj · 11 years ago
  37. 661786e When XML mode is selected messages from VALGRIND_PRINTF and friends by florian · 11 years ago
  38. ded23aa Test cases for 128-bit --partial-loads-ok=no|yes on x86 need a prereq on sse. by mjw · 11 years ago
  39. 9f01a9d The file tests/ppc32/power_ISA2_05.stdout.exp_Without_FPPO was a link by carll · 11 years ago
  40. 35c8832 The file tests/ppc32/power_ISA2_05.stdout.exp_Without_FPPO was a link by carll · 11 years ago
  41. 92ef91b Minor tidying of the generalised V128/V256 shadow helper returns by sewardj · 11 years ago
  42. e23e549 Make sure that sh-mem-vec256 is only built on platforms that can by sewardj · 11 years ago
  43. e731e77 Add test cases for 256-bit --partial-loads-ok=no|yes, by generalising the by sewardj · 11 years ago
  44. 6756454 Add support for direct V256 shadow helper returns -- memcheck side. by sewardj · 11 years ago
  45. a5c3ecb Followup to VEX r2742 which eliminates IRExprP__VECRET and IRExprP__BBPTR by florian · 11 years ago
  46. dfbf294 Initial ISA 2.07 support for POWER8-tuned libc by carll · 11 years ago
  47. 89e58a7 Add test cases for 128-bit shadow loads with by sewardj · 11 years ago
  48. e5280a0 * rename the memcheck/tests/amd64/sh-mem-vec128*stderr.exp* files by sewardj · 11 years ago
  49. 4d00f98 Add test cases for 128-bit shadow loads with --partial-loads-ok={yes,no} by sewardj · 11 years ago
  50. 1e5fa2f The following instructions were introduced in the Power ISA 2.05 by carll · 11 years ago
  51. 3aeabc2 A comprehensive test case for 128 bit shadow vector loads in the case by sewardj · 11 years ago
  52. 21a5f8c Fix # 294285: --partial-loads-ok does not work for 16-byte SSE loads by sewardj · 11 years ago
  53. 5f790e8 mips32: Add support for mips32 DSP instruction set. by dejanj · 11 years ago
  54. 362441d fix incorrect lineno in supp error msgs+ -v give filename+lineno of used supp. by philippe · 11 years ago
  55. 4fa3d37 fix 321960 pthread_create() then alloca() causing invalid stack write errors by philippe · 11 years ago
  56. ec587b0 mips64: Add a test case for mips64. by dejanj · 11 years ago
  57. 7a37065 Handle Iop_QAdd16Ux2. Needed for recent ARM v6media additions committed by sewardj · 11 years ago
  58. ba5693c valgrind side changes to support the new IRops introduced by florian · 11 years ago
  59. 054684f More comment only changes as the "DFP rounding mode" has been removed. by florian · 11 years ago
  60. 733b4db Comment only changes: IRRoundingModeDFP -> IRRoundingMode. by florian · 11 years ago
  61. de3c802 update cond_ld_st test and expected outputs by petarj · 11 years ago
  62. 234955d s390x: The CC_DEP1 field is accessed as a whole or bits [0:31] by florian · 11 years ago
  63. ada5ad7 Support Linux kernel AF_BLUETOOTH for bind(). by mjw · 11 years ago
  64. 0d229db exp files for cond_ld and cond_st for 32-bit architectures by petarj · 11 years ago
  65. 767f92e mips: atomic_add_8bit and atomic_add_16bit for MIPS64-BE by petarj · 11 years ago
  66. 8fa7627 Fix incorrect filenames for the cond_ld_st tests. by sewardj · 11 years ago
  67. 9fff319 cond_ld_st: Split the non-arm expected outputs into 32- and 64-bit by sewardj · 11 years ago
  68. 9193529 memcheck/tests/cond_ld_st: add expected outputs for ARM, where by sewardj · 11 years ago
  69. 2c5acdc Fix up output filtering for cond_st so that the stacks are actually present. by sewardj · 11 years ago
  70. 170d1c2 Add test cases for instrumentation of IR-level loads and stores. by sewardj · 11 years ago
  71. cf806e7 Whitespace-only changes. by sewardj · 11 years ago
  72. b9e6d24 complainIfUndefined: reinstate the 3rd argument (guard) so as to make by sewardj · 11 years ago
  73. 39b08d8 valgrind side support for by florian · 11 years ago
  74. a5aad63 Whitespace changes only -- no functional change. by sewardj · 11 years ago
  75. cf8735c strchr.vgtest mc_replace_strmem.c [r]index and [__GI_]str[r]chr are the same. by mjw · 11 years ago
  76. 2be5122 Fix double 'the the' in documentation. by mjw · 11 years ago
  77. b3a23c6 temporarily disable memalign part of the undef_malloc_args.c test by philippe · 11 years ago
  78. cf9e197 Solve false negative for various malloc replaced functions arguments by philippe · 11 years ago
  79. dd6bf60 mips: add mips64le support for atomic_incs and annotate_hbefore tests by petarj · 11 years ago
  80. 48b0ae3 For memcheck overlap filter_memcpy str[n]cpy and __GI_str[n]cpy are equal. by mjw · 12 years ago
  81. 6f0b0c2 memcheck/tests/strchr test should not depend on line numbers. by mjw · 12 years ago
  82. 89d1d5e Add new MISC vector Iops to memcheck/tests/vbit-test/irops.c. by mjw · 12 years ago
  83. a2f3095 Memcheck fixes for new IR ops introduced by r2702 (which added support by sewardj · 12 years ago
  84. a03a7f9 Undo void change done as part of rev 13329 by philippe · 12 years ago
  85. 2411197 Better fix for 295590 by philippe · 12 years ago
  86. dfa54a5 Fix 316535 Use of |signed int| instead of (unsigned) |size_t| in messages... by philippe · 12 years ago
  87. 4ecae76 Avoid warning that format argument is not a string literal by philippe · 12 years ago
  88. 74d80db small changes in sendmsg.c regtest by philippe · 12 years ago
  89. fc75e5e Don't check the flags word in msghdr for sendmsg as the by tom · 12 years ago
  90. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 12 years ago
  91. e0acc15 s390: Testcases and vbit-tester changes for the following by florian · 12 years ago
  92. 3a142cf s390: Add testcase for these DFP insns: CDGTRA, CXGTR, CGXTR, and CGDTR (VEX r2680). by florian · 12 years ago
  93. 5d0d521 test_reservation(), test_double_pair_instrs(): Fix broken inline assembly by sewardj · 12 years ago
  94. 6805a4a Increase maximum usable memory amount from 32GB to 64GB on 64-bit Linux. by sewardj · 12 years ago
  95. 3d5246f get_otrack_shadow_offset_wrk: amd64: add a (very rare) missing case. by sewardj · 12 years ago
  96. 07bfda2 Non functional change (formatting, comments) related to newly created Iex_ITE. by sewardj · 12 years ago
  97. a28c43c Fix the mkLazy3 case for I32 x I8 x I128 -> I128. by sewardj · 12 years ago
  98. 5686b2d Infrastructure cleanup part 2. valgrind side changes. by florian · 12 years ago
  99. cc96165 Changes to track r2664, which changed the type of the condition field by sewardj · 12 years ago
  100. fb583cb Fix implementation of the DFP integer operands. by carll · 12 years ago