1. 661786e When XML mode is selected messages from VALGRIND_PRINTF and friends by florian · 11 years ago
  2. 7c6a000 Support mmxext (integer sse) subset on i386 (athlon). Bug #323713 by mjw · 11 years ago
  3. ded23aa Test cases for 128-bit --partial-loads-ok=no|yes on x86 need a prereq on sse. by mjw · 11 years ago
  4. aaaf21d valgrind.h: Add MinGW64 support by bart · 11 years ago
  5. e853d33 Update Subversion ignore lists by bart · 11 years ago
  6. 90c8d7e drd: Fix bug #323905 by bart · 11 years ago
  7. 3898022 coregrind/m_debuginfo: Add VG_(DebugInfo_get_bss_avma)() and VG_(DebugInfo_get_bss_size)() by bart · 11 years ago
  8. c0cd28f drd: Add command-line option --trace-sectsuppr by bart · 11 years ago
  9. e6eb794 drd/tests/concurrent_close: Add by bart · 11 years ago
  10. 50c2075 mips32: Fix a problem with gdb invoker. by dejanj · 11 years ago
  11. 9f01a9d The file tests/ppc32/power_ISA2_05.stdout.exp_Without_FPPO was a link by carll · 11 years ago
  12. 35c8832 The file tests/ppc32/power_ISA2_05.stdout.exp_Without_FPPO was a link by carll · 11 years ago
  13. 317f01b Accept glibc 2.18 as valid. by mjw · 11 years ago
  14. 92ef91b Minor tidying of the generalised V128/V256 shadow helper returns by sewardj · 11 years ago
  15. e23e549 Make sure that sh-mem-vec256 is only built on platforms that can by sewardj · 11 years ago
  16. e731e77 Add test cases for 256-bit --partial-loads-ok=no|yes, by generalising the by sewardj · 11 years ago
  17. 6756454 Add support for direct V256 shadow helper returns -- memcheck side. by sewardj · 11 years ago
  18. 84a646e Avoid a compiler warning. by sewardj · 11 years ago
  19. a5c3ecb Followup to VEX r2742 which eliminates IRExprP__VECRET and IRExprP__BBPTR by florian · 11 years ago
  20. 663a8a6 mips32: Delete unnecessary exp files. by dejanj · 11 years ago
  21. 751c1e6 mips32/mips64: Fix compiler warnings. by dejanj · 11 years ago
  22. 3bf117d kludge to bypass inner valgrind mmap failing due to not observed outer mmap by philippe · 11 years ago
  23. dfbf294 Initial ISA 2.07 support for POWER8-tuned libc by carll · 11 years ago
  24. 89e58a7 Add test cases for 128-bit shadow loads with by sewardj · 11 years ago
  25. e5280a0 * rename the memcheck/tests/amd64/sh-mem-vec128*stderr.exp* files by sewardj · 11 years ago
  26. 4d00f98 Add test cases for 128-bit shadow loads with --partial-loads-ok={yes,no} by sewardj · 11 years ago
  27. 1e5fa2f The following instructions were introduced in the Power ISA 2.05 by carll · 11 years ago
  28. 3aeabc2 A comprehensive test case for 128 bit shadow vector loads in the case by sewardj · 11 years ago
  29. 21a5f8c Fix # 294285: --partial-loads-ok does not work for 16-byte SSE loads by sewardj · 11 years ago
  30. 3c628ba Fix fallout from r13486: "virtual" is a C++ reserved word and so this by sewardj · 11 years ago
  31. 25b1808 Add support for a bunch of DRM Ioctls. Fixes #207815. by sewardj · 11 years ago
  32. 5507d22 fix --vgdb-prefix no / character interpreted differently by V gdbsrv and vgdb by philippe · 11 years ago
  33. 5c6f2e5 Announce fix for BZ 319494. by florian · 11 years ago
  34. 02a4233 Announce fix for BZ 322851 (VEX r2736). by florian · 11 years ago
  35. 4e98f7c Update configure machinery to detect PTRACE_GETREGS by philippe · 11 years ago
  36. 353d8b8 Followup to the renaming in VEX r2735. by florian · 11 years ago
  37. 44f192b Update list of ignored files. by florian · 11 years ago
  38. bf68e98 mips32: Add test cases for for mips32 DSP instruction set. by dejanj · 11 years ago
  39. 5d7fde1 Define _XOPEN_SOURCE before including unistd.h. by sewardj · 11 years ago
  40. bd612e8 Avoid a compiler warning about integer overflow when compiling this by sewardj · 11 years ago
  41. 01a492e add a test + assert for GDB bug bypassed in r13472 by philippe · 11 years ago
  42. 9fddbc1 Remove simple_huffman.c which is a leftover from the time by florian · 11 years ago
  43. 0acaac3 s390: Announce support for DFP. Update the opcode spreadsheet to reflect this. by florian · 11 years ago
  44. 3b411c1 s390: New machine model: zBC12 by florian · 11 years ago
  45. 03ffc6e Bypass GDB bug which asks to read packet slightly too big by philippe · 11 years ago
  46. f1f5ce0 do not include linux/ptrace.h in vgdb.c by philippe · 11 years ago
  47. 5f790e8 mips32: Add support for mips32 DSP instruction set. by dejanj · 11 years ago
  48. 362441d fix incorrect lineno in supp error msgs+ -v give filename+lineno of used supp. by philippe · 11 years ago
  49. 0de8fc5 announce in NEWS fix for 321960 by philippe · 11 years ago
  50. 4fa3d37 fix 321960 pthread_create() then alloca() causing invalid stack write errors by philippe · 11 years ago
  51. 9cbe9d7 change macro names to properly indicate that current_stack is set by philippe · 11 years ago
  52. 39249ba remove two not used global variables: by philippe · 11 years ago
  53. a52c835 The FIOCLEX and FIONCLEX ioctls are architecture specific. by tom · 11 years ago
  54. 8f420f1 Socket option constants are architecture specific. by tom · 11 years ago
  55. 0c7ff33 Handle FIOCLEX and FIONCLEX ioctls. Patch from Ben Noordhuis. BZ#305170. by tom · 11 years ago
  56. 70f71aa Handle setsockopt(SOL_SOCKET, SO_ATTACH_FILTER) better. Based by tom · 11 years ago
  57. cec24b5 Add support for fanotify_init and fanotify_mark, based on patches by tom · 11 years ago
  58. 43ca097 Add support for open_by_handle_at and fix name_to_handle_at by tom · 11 years ago
  59. f93bbd9 Handle the sethostname system call. BZ#311922. by tom · 11 years ago
  60. bd33f03 mips64: Wrong address size. by dejanj · 11 years ago
  61. ec587b0 mips64: Add a test case for mips64. by dejanj · 11 years ago
  62. 2a6b81c mips64: Correct the value for the VG_MIN_MALLOC_SZB by dejanj · 11 years ago
  63. f2b28e0 mips64: Update list of ignore files by dejanj · 11 years ago
  64. 177c514 mips32: Update list of ignore files by petarj · 11 years ago
  65. 2784128 mips32: add missing exp file for Bug#320057 by petarj · 11 years ago
  66. c3294a9 mips32/mips64: Avoid breakpoints in branch delay slots by petarj · 11 years ago
  67. 379817b mips32: another VG_(am_get_advisory) needs non-single-page-size adjustment by petarj · 11 years ago
  68. e746a12 Bug 321969. Support [lf]setxattr on ppc32 and ppc64 linux kernel. by mjw · 11 years ago
  69. 3f88581 Update bug status. by sewardj · 11 years ago
  70. 78b23a2 Add test cases pertaining to vex r2731, for the following instructions: by sewardj · 11 years ago
  71. 7a37065 Handle Iop_QAdd16Ux2. Needed for recent ARM v6media additions committed by sewardj · 11 years ago
  72. 7d75870 Add test cases for by sewardj · 11 years ago
  73. 3785630 Update bug status. by sewardj · 11 years ago
  74. 3e8d634 Bug 321738 Add manpages for vgdb and valgrind-listener. by mjw · 11 years ago
  75. 3a09084 Bug 321730 Add cg_merge and cg_diff man pages. by mjw · 11 years ago
  76. e5b6cc4 Update expected outputs. by sewardj · 11 years ago
  77. 5d616df Merge r13421:HEAD from branches/DISRV. This merges the debuginfo-server by sewardj · 11 years ago
  78. 59a4173 Minor improvements in debug printing for stabs reading. by sewardj · 11 years ago
  79. a25a2bf [PATCH 4/4] xen: VKI_XENMEM_get_sharing_{freed, shared}_pages hypercall (#321065) by bart · 11 years ago
  80. 431bad0 [PATCH 3/4] xen: VKI_XEN_SYSCTL_sched_id hypercall (#321065) by bart · 11 years ago
  81. 68495eb [PATCH 2/4] xen: update for interface changes in Xen 4.3 release (#321065) by bart · 11 years ago
  82. 77addcd [PATCH 1/4] xen: distinguish the various fields of the Xen privcmd ioctls in the logging (#321065) by bart · 11 years ago
  83. 9d82d0f Bug 289360 parse_type_DIE confused by DW_TAG_enumeration_type. by mjw · 11 years ago
  84. 4027d32 s390: Update testcase for PFPO by florian · 11 years ago
  85. ba5693c valgrind side changes to support the new IRops introduced by florian · 11 years ago
  86. b01a0ae Update list of ignored files. by florian · 11 years ago
  87. 3bcd51d improve --help for --main-stacksize and supported ARM cpu by philippe · 11 years ago
  88. 2ff6ff2 mips64: fix typo in EXTRA_DIST by petarj · 11 years ago
  89. 054684f More comment only changes as the "DFP rounding mode" has been removed. by florian · 11 years ago
  90. 31bbc47 Update list of ignored files. by florian · 11 years ago
  91. 733b4db Comment only changes: IRRoundingModeDFP -> IRRoundingMode. by florian · 11 years ago
  92. 7160332 mips64: add cases in wrappers for ptrace calls with GETREGSET by petarj · 11 years ago
  93. c37cea6 mips64: disable intercepting the spinlock function by petarj · 11 years ago
  94. 1f458f5 mips64: add missing line-continuation character by petarj · 11 years ago
  95. de3c802 update cond_ld_st test and expected outputs by petarj · 11 years ago
  96. c5b885c add and update exp files for drd/tests/annotate_trace_memory by petarj · 11 years ago
  97. 234955d s390x: The CC_DEP1 field is accessed as a whole or bits [0:31] by florian · 11 years ago
  98. 23c5bf9 mips64: rename exp files for load_store_multiple by petarj · 11 years ago
  99. 96758fe mips64: expected output for mips64 specific tests by petarj · 11 years ago
  100. b35637a mips64: set of mips64 specific tests by petarj · 11 years ago