1. faa4f05 Move some fixed bugs from 3_7_BUGSTATUS.txt to NEWS. by philippe · 12 years ago
  2. 13cb4eb Update with header lines for all reported bugs so far. by sewardj · 12 years ago
  3. 0088888 Don't be spooked by DW_TAG_{structure,class,union}_type that has only by sewardj · 12 years ago
  4. 5c09e76 drd/tests: Rework r12662 as suggested by Florian Krohm by bart · 12 years ago
  5. 8aa1cb7 Add a text file giving a top-level summary of all bugs reported since by sewardj · 12 years ago
  6. d09354b Update following some bug triaging. by sewardj · 12 years ago
  7. 24d98d9 Getting rid of the warnings about incompatible pointer types on MIPS. by petarj · 12 years ago
  8. 2fd883a Removing the warning about defined yet unused function on MIPS. by petarj · 12 years ago
  9. 7711f9e Increase allowed size of a back-trace to 500 frames. by florian · 12 years ago
  10. bd43bfa Generate type-correct IR (always a good thing :-) when instrumenting by sewardj · 12 years ago
  11. 24b0b73 Updated. by florian · 12 years ago
  12. d663333 Remove an extraneous "extern". by sewardj · 12 years ago
  13. e4f089d Fix inline assembly for the "lfiwax" insn test. #302536. by sewardj · 12 years ago
  14. 11ec518 Adding README.mips to distribution documents. by petarj · 12 years ago
  15. 4cb3dc3 Use multiple processors to build these tests. by sewardj · 12 years ago
  16. b43264c Adding README.mips to EXTRA_DIST in Makefile.am. by petarj · 12 years ago
  17. d533ae5 Calculate the size of vki_elf_gregset_t via operator sizeof on MIPS platforms. by petarj · 12 years ago
  18. b02bbd6 Adding README.mips to Valgrind root directory. by petarj · 12 years ago
  19. e15e954 Finalise the expected output. by sewardj · 12 years ago
  20. b51efc3 Improve testing of AVX FP comparisons. by sewardj · 12 years ago
  21. 350e8f7 Add handling of 256-bit vector FP arithmetic ops, so as to support AVX. by sewardj · 12 years ago
  22. 502ae53 Update. by sewardj · 12 years ago
  23. 9ad4c42 Update. by sewardj · 12 years ago
  24. 9c1f235 Update. by sewardj · 12 years ago
  25. 485b447 Update. by sewardj · 12 years ago
  26. cf96744 Update. by sewardj · 12 years ago
  27. ebd9b78 Update. by sewardj · 12 years ago
  28. 285c723 Update. by sewardj · 12 years ago
  29. f5c0955 Allow each test to be run multiple times (default is 3), rather than just once. by sewardj · 12 years ago
  30. 35e7c82 Update. by sewardj · 12 years ago
  31. 7ea7aa2 Fix compiler warnings for ppc test cases. Patch from Carl Love (carll@us.ibm.com). See also #302205. by bart · 12 years ago
  32. 0cd9edd drd: Add yet another expected output file by bart · 12 years ago
  33. 228ff1a Initializing destination reg for MoveIns test for MIPS. by petarj · 12 years ago
  34. 969833c Update these for Linaro's pre-release build of Ubuntu 12.04, with by sewardj · 12 years ago
  35. a00c674 Add test cases for UHADD16. by sewardj · 12 years ago
  36. 13edb6a Correcting sys_shmdt wrapper for MIPS Linux. by petarj · 12 years ago
  37. f831631 Update. by sewardj · 12 years ago
  38. 68831a1 Update. by sewardj · 12 years ago
  39. 335d3c9 Adding MIPS-specific wrapper for syscall pipe. by petarj · 12 years ago
  40. 70a88d3 Update. by sewardj · 12 years ago
  41. 337cea1 Update. by sewardj · 12 years ago
  42. 1ff29ef Update. by sewardj · 12 years ago
  43. 9f78137 drd: Make sure that frame unwind information is generated for DRD intercepts by bart · 12 years ago
  44. 5a18e7b drd: Add two regression test output files by bart · 12 years ago
  45. 048081f Recognize clang version correctly. Closes #301984. by bart · 12 years ago
  46. 24a6072 Align VG_(threads)[] by bart · 12 years ago
  47. 57a7e68 Add strchr.stderr.exp3 to memcheck/tests/Makefile.am by bart · 12 years ago
  48. c3009f8 NEWS: add information about post-3.7.0 DRD changes by bart · 12 years ago
  49. 858c2d7 drd manual: Update according to post-3.7.0 changes by bart · 12 years ago
  50. ae290ad memcheck/tests/strchr: Add expected output for openSUSE 12.1 by bart · 12 years ago
  51. f8e8a13 Fix order of % versus * in memalign2.c new checks introduced in 12642 by philippe · 12 years ago
  52. f5f6ed1 Fix 203877 and 301229 increase to 16Mb maximum allowed alignment for memalign() and posix_memalign by philippe · 12 years ago
  53. e947ce1 Add a hack (disabled by default) that attempts to unwind the stack on by sewardj · 12 years ago
  54. f491479 Update. by sewardj · 12 years ago
  55. 00d89cd Update. by sewardj · 12 years ago
  56. 14711e8 Have the inner Valgrind registering the interim_stack asap. by philippe · 12 years ago
  57. 0972443 Fix assert in gdbserver for watchpoints watching the same address by philippe · 12 years ago
  58. 31fec70 Update. by sewardj · 12 years ago
  59. 9eff979 Update with recent notes. by sewardj · 12 years ago
  60. 4bec7ac Change the V output file name from out-V to out-VAL. by sewardj · 12 years ago
  61. eecec67 Update. by sewardj · 12 years ago
  62. 926d353 Update. by sewardj · 12 years ago
  63. a060b3c Update. by sewardj · 12 years ago
  64. 0e3e768 Avoid unused warning for ptrace_write_memory in vgdb.c (only used on some platforms) by philippe · 12 years ago
  65. 6f79e3a drd: Don't sporadically report false positives on newly allocated memory. Fixes #297147. by bart · 12 years ago
  66. ce004eb Add a stackframe around function call. Avoids testcase hangs by florian · 12 years ago
  67. 1e4071e Fix typo/merge problem (replace s390x by mips32 in target.c) by philippe · 12 years ago
  68. dab666e Update Subversion ignore lists by bart · 12 years ago
  69. 60747ac Adjusting the svn:executable property on none/tests/mips32/filter_stderr. by petarj · 12 years ago
  70. cda994b Amend do_shadow_Dirty and do_origins_Dirty so they no longer assert by florian · 12 years ago
  71. c2edb63 avoid gcc warning regarding local/global variable shadowing in cdsg test by cborntra · 12 years ago
  72. cc0cfcd s390: also fix the memcheck testcase for cdsg regarding alignment by cborntra · 12 years ago
  73. da59459 drd: Add a suppression pattern by bart · 12 years ago
  74. 9148efd CDSG needs quad word (16 byte) aligned data structures. Since the stack by cborntra · 12 years ago
  75. d14f077 mips32-linux port: add missing (empty) stderr.exp files. by sewardj · 12 years ago
  76. e584b0e Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  77. c68994d Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  78. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  79. cc58cef Support "compare double ansd swap" insns: CDS, CDSY, and CDSG by florian · 12 years ago
  80. a62e961 Fixes for 'make dist'. by sewardj · 12 years ago
  81. 573f8bc Add macros I_REPLACE_SONAME_FNNAME_Z{U,Z} for general end-user use. by sewardj · 12 years ago
  82. d6e1b95 Update. by sewardj · 12 years ago
  83. 9fb31ca Convert avx-1 into a proper regression test. by sewardj · 12 years ago
  84. 9670e8a Fix breakage I introduced in r12609, sigh. by sewardj · 12 years ago
  85. bedf990 Add feature testing for AVX. Also make the return values into named constants. by sewardj · 12 years ago
  86. cd51345 Update. by sewardj · 12 years ago
  87. 8ad4ff3 Update. by sewardj · 12 years ago
  88. c4ebde3 If we are doing cache simulation, refuse to start at all if the minimum by sewardj · 12 years ago
  89. 98763d5 m_machine: add new function VG_(machine_get_size_of_largest_guest_register) by sewardj · 12 years ago
  90. 3be2aaf Tweak testcase. Invalidate cc, making sure it is set later. by florian · 12 years ago
  91. 457cba6 POWER Processor decimal FP support, part 5. (Valgrind side). Bug #299694. by sewardj · 12 years ago
  92. 2644174 Rippled from VEX r2366. Part of reducing size of IRExpr. by florian · 12 years ago
  93. 2d5b2a5 Update. by sewardj · 12 years ago
  94. 9b3dc73 Update ignored files. by florian · 12 years ago
  95. e2ab297 Ripple from VEX r2363. Part of reducing size of IRExpr. by florian · 12 years ago
  96. 2eecb74 Track the change to IRDirty guest state effect annotations introduced by sewardj · 12 years ago
  97. 0f951d8 Add missing .exp files. by florian · 12 years ago
  98. d39b022 Reduce size of an IRStmt from 40 bytes to 32 bytes on LP64 by florian · 12 years ago
  99. 0bb707e Add testcases for "compare and swap". by florian · 12 years ago
  100. 13bf8ef Fix MacOS passsigalrm.c compilation error due to SIGRTMIN not existing on MacOS by philippe · 12 years ago