1. f8e8a13 Fix order of % versus * in memalign2.c new checks introduced in 12642 by philippe · 12 years ago
  2. f5f6ed1 Fix 203877 and 301229 increase to 16Mb maximum allowed alignment for memalign() and posix_memalign by philippe · 12 years ago
  3. e947ce1 Add a hack (disabled by default) that attempts to unwind the stack on by sewardj · 12 years ago
  4. f491479 Update. by sewardj · 12 years ago
  5. 00d89cd Update. by sewardj · 12 years ago
  6. 14711e8 Have the inner Valgrind registering the interim_stack asap. by philippe · 12 years ago
  7. 0972443 Fix assert in gdbserver for watchpoints watching the same address by philippe · 12 years ago
  8. 31fec70 Update. by sewardj · 12 years ago
  9. 9eff979 Update with recent notes. by sewardj · 12 years ago
  10. 4bec7ac Change the V output file name from out-V to out-VAL. by sewardj · 12 years ago
  11. eecec67 Update. by sewardj · 12 years ago
  12. 926d353 Update. by sewardj · 12 years ago
  13. a060b3c Update. by sewardj · 12 years ago
  14. 0e3e768 Avoid unused warning for ptrace_write_memory in vgdb.c (only used on some platforms) by philippe · 12 years ago
  15. 6f79e3a drd: Don't sporadically report false positives on newly allocated memory. Fixes #297147. by bart · 12 years ago
  16. ce004eb Add a stackframe around function call. Avoids testcase hangs by florian · 12 years ago
  17. 1e4071e Fix typo/merge problem (replace s390x by mips32 in target.c) by philippe · 12 years ago
  18. dab666e Update Subversion ignore lists by bart · 12 years ago
  19. 60747ac Adjusting the svn:executable property on none/tests/mips32/filter_stderr. by petarj · 12 years ago
  20. cda994b Amend do_shadow_Dirty and do_origins_Dirty so they no longer assert by florian · 12 years ago
  21. c2edb63 avoid gcc warning regarding local/global variable shadowing in cdsg test by cborntra · 12 years ago
  22. cc0cfcd s390: also fix the memcheck testcase for cdsg regarding alignment by cborntra · 12 years ago
  23. da59459 drd: Add a suppression pattern by bart · 12 years ago
  24. 9148efd CDSG needs quad word (16 byte) aligned data structures. Since the stack by cborntra · 12 years ago
  25. d14f077 mips32-linux port: add missing (empty) stderr.exp files. by sewardj · 12 years ago
  26. e584b0e Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  27. c68994d Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  28. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  29. cc58cef Support "compare double ansd swap" insns: CDS, CDSY, and CDSG by florian · 12 years ago
  30. a62e961 Fixes for 'make dist'. by sewardj · 12 years ago
  31. 573f8bc Add macros I_REPLACE_SONAME_FNNAME_Z{U,Z} for general end-user use. by sewardj · 12 years ago
  32. d6e1b95 Update. by sewardj · 12 years ago
  33. 9fb31ca Convert avx-1 into a proper regression test. by sewardj · 12 years ago
  34. 9670e8a Fix breakage I introduced in r12609, sigh. by sewardj · 12 years ago
  35. bedf990 Add feature testing for AVX. Also make the return values into named constants. by sewardj · 12 years ago
  36. cd51345 Update. by sewardj · 12 years ago
  37. 8ad4ff3 Update. by sewardj · 12 years ago
  38. c4ebde3 If we are doing cache simulation, refuse to start at all if the minimum by sewardj · 12 years ago
  39. 98763d5 m_machine: add new function VG_(machine_get_size_of_largest_guest_register) by sewardj · 12 years ago
  40. 3be2aaf Tweak testcase. Invalidate cc, making sure it is set later. by florian · 12 years ago
  41. 457cba6 POWER Processor decimal FP support, part 5. (Valgrind side). Bug #299694. by sewardj · 12 years ago
  42. 2644174 Rippled from VEX r2366. Part of reducing size of IRExpr. by florian · 12 years ago
  43. 2d5b2a5 Update. by sewardj · 12 years ago
  44. 9b3dc73 Update ignored files. by florian · 12 years ago
  45. e2ab297 Ripple from VEX r2363. Part of reducing size of IRExpr. by florian · 12 years ago
  46. 2eecb74 Track the change to IRDirty guest state effect annotations introduced by sewardj · 12 years ago
  47. 0f951d8 Add missing .exp files. by florian · 12 years ago
  48. d39b022 Reduce size of an IRStmt from 40 bytes to 32 bytes on LP64 by florian · 12 years ago
  49. 0bb707e Add testcases for "compare and swap". by florian · 12 years ago
  50. 13bf8ef Fix MacOS passsigalrm.c compilation error due to SIGRTMIN not existing on MacOS by philippe · 12 years ago
  51. 9dd35e0 Fix machine detection on s390 to not bail out the regression by cborntra · 12 years ago
  52. e53fd05 Document the register(s) used for thread pointer by philippe · 12 years ago
  53. f9a16d4 Let valgrind check the tls argument if the appropriate flag is set by cborntra · 12 years ago
  54. 1de3783 Improve cross referencing of gdbserver monitor commands by philippe · 12 years ago
  55. 3f59faa fix the warning introduced by fixing SETTLS clone flag PRE_READ logic by philippe · 12 years ago
  56. dde285b Add more test cases for VCMPSS, and reenable disabled tests for VCMPSD by sewardj · 12 years ago
  57. 7d4f1fe Add tests for all AVX instructions implemented so far. by sewardj · 12 years ago
  58. 8414ab3 Fix false positive in sys_clone on amd64 when optional args are not given (e.g. child_tidptr) by philippe · 12 years ago
  59. b7a0e59 Add missing gdbserver xml files for shadow registers for ppc32 by philippe · 12 years ago
  60. 8bb9e04 as vgdb not activated by default on android, need to fix the example by philippe · 12 years ago
  61. 0c960ff Update. by sewardj · 12 years ago
  62. cf0de70 Update. by sewardj · 12 years ago
  63. 419d5f2 gdbserver: introduce support to show the AVX registers. by philippe · 12 years ago
  64. d5af4c2 Update. by sewardj · 12 years ago
  65. 349a391 Prepare for AVX support : restructure gdbsrv/target/valgrind-low/arch low by philippe · 12 years ago
  66. 65bdbe4 add some intial kvm ioctls (low hanging fruits). This gets rid of some valgrind by cborntra · 12 years ago
  67. d2b33d0 Update. by sewardj · 12 years ago
  68. 4eb86ce Update. by sewardj · 12 years ago
  69. a705c28 Add comments from Julian as to why mc_main.c and mc_replace_strmem.c by florian · 12 years ago
  70. d7f6033 Fix fallout from recent AVX commit (guest_XMMn no longer exist; by sewardj · 12 years ago
  71. 7d79e0b Fix VALGRIND_MINOR/VALGRIND_MAJOR symbols. This got forgotten about by sewardj · 12 years ago
  72. 8843031 Add -fomit-frame-pointer for s390. The GCC maintainer was telling me that by florian · 12 years ago
  73. 574d9a8 Handle 32-byte loads/stores, as created by recently added AVX support. by sewardj · 12 years ago
  74. 2ac31f4 Handle increase in ppc64 guest state size resulting from r2331. by sewardj · 12 years ago
  75. 45fa9f4 Add initial support for Intel AVX instructions (Valgrind side). by sewardj · 12 years ago
  76. f32cbe8 define AM_COND_IF if not yet defined (needed to build with automake 1.10) by philippe · 12 years ago
  77. f7c5433 Fix 274078 improved configure logic for mpicc by philippe · 12 years ago
  78. 6d6ddbc name_of_sched_event was missing some values and returning "??UNKNOWN??" instead. by philippe · 12 years ago
  79. 4a18597 NEWS entry for revision 12564 (bypass gcc 4.4/gcc 4.5 bug) by philippe · 12 years ago
  80. a5e13e5 Bypass gcc 4.4/4.5 compilation bug by moving -fomit-frame-pointer to Makefile.all.am by philippe · 12 years ago
  81. 3772566 Add assertion that the munmap of the secmap succeeds. by philippe · 12 years ago
  82. 971ab8f Move registration of mc_pre_reg_read to mc_post_clo_init. by florian · 12 years ago
  83. abbc9af Add a few testcases that exercise the s390_calculate_icc helper. by florian · 12 years ago
  84. a2cc0c0 fix 299756 (for symmetry, --free-fill must be ignored for MEMPOOL_FREE and FREELIKE client requests). by philippe · 12 years ago
  85. 1e470b5 fix 219156 support static malloc or alternate malloc lib (e.g. tcmalloc) with new option --soname-synonyms by philippe · 12 years ago
  86. de065a0 Support DWARF version 4 DW_AT_high_pc constant form. #299053. by sewardj · 12 years ago
  87. 8730e0f fix typo in README_DEVELOPERS by philippe · 12 years ago
  88. 5bdb9ec Avoid regtest failures on x86_64 and ppc64 when toolchains for the by florian · 12 years ago
  89. ef0bca6 Require automake-1.10 for proper handling of include file dependencies by florian · 12 years ago
  90. d483f80 Avoid duplicate primary names when merging identical symbol table entries. by philippe · 12 years ago
  91. 8e9cfa5 Fix svn:ignore on ppc test buckets by florian · 12 years ago
  92. 80beb24 Improve m_redir.c debug trace by adding filename. by philippe · 12 years ago
  93. bcd21a2 Updated for s390. by florian · 12 years ago
  94. e3d028c Add ETF3 facility (valgrind bits). Part of fixing Bugzilla #289839. by florian · 12 years ago
  95. 79abd6e Remove unused variable in massif/tests/pages_as_heap.c (revision 12548) by philippe · 12 years ago
  96. e6a26cc fix 298943 massif asserts with --pages-as-heap=yes when brk is changing by value different of page size by philippe · 12 years ago
  97. 841b5b6 Add DFP test cases that accidentally missed in r12546. by sewardj · 12 years ago
  98. 0892b82 Test cases for POWER Power Decimal Floating Point (DFP) test class, by sewardj · 12 years ago
  99. ee93cdb Correctly parse DW_FORM_ref_addr -- its format is different in Dwarf2 by sewardj · 12 years ago
  100. 93a6a8d add optional arg [aspacemgr] to v.info memory to show aspacemgr segments. by philippe · 12 years ago