1. c350865 Helgrind optimisation: by philippe · 9 years ago
  2. 6aacb06 mips64: extend the test with new cases for Cavium SEQI and SNEI by petarj · 9 years ago
  3. d738b46 Change the minimum allowable value of aspacem_minAddr to by florian · 9 years ago
  4. 24f33d7 Improve --stats=yes: by philippe · 9 years ago
  5. 82e7a54 Add function VG_(am_is_valid_for_aspacem_minAddr) so that the parser by florian · 9 years ago
  6. 75d8a4e Have the very detailed gdbsrv debuglog (e.g. exchange of packets by philippe · 9 years ago
  7. 9951323 Further fixes for bz#345394 specifically for OS X 10.10 by rhyskidd · 9 years ago
  8. 900c535 * Add in helgrind stats the nr of live/exit/joined/exit and joined threads by philippe · 9 years ago
  9. 523b5b8 This patch further reduces the memory used by TT/TC (by about 15Mb by philippe · 9 years ago
  10. 7bac7ec Simplify expression. by florian · 9 years ago
  11. 017d8f5 Add VG_(am_is_bogus_client_stack_pointer)(Addr). by florian · 9 years ago
  12. e44ff79 Include the platform name in the unhandled system call message by tom · 9 years ago
  13. dd23820 Fix leak : only strdup in SectKind.objname if a SectKind address is returned by philippe · 9 years ago
  14. d4c3744 343902 --vgdb=yes doesn't break when --xml=yes is used by philippe · 9 years ago
  15. f08e29d Fix memcheck/tests/strchr on OS X by rhyskidd · 9 years ago
  16. fc99238 Change the GCC demangler to not use VLA. The rationale is that these VLAs by florian · 9 years ago
  17. 05d2cab Address darwin compile issue introduced in r15013, due to _IOC_NONE by rhyskidd · 9 years ago
  18. 93cb28b Fix parsing the %z format specifier. Need to advance to next character. by florian · 9 years ago
  19. cac2b54 Add ecag.stdout.exp-z13. by florian · 9 years ago
  20. b6ba6d2 Do not reuse Creg_IA_* for s390. Add dedicated entries Creg_S390_... by florian · 9 years ago
  21. e56d1b5 Remove config files for no-longer-existing s390 builds. by florian · 9 years ago
  22. bece82e Change TT/TC hashing data structure (decreases memory by 50MB for memcheck 32bits) by philippe · 9 years ago
  23. 83b558c Add nightly script for wildebeest[32] (debian x86), lfedora1 (fedora s390x) by mjw · 9 years ago
  24. e50e220 add cache info for z13 by cborntra · 9 years ago
  25. dd1d372 Minimal update to recognise z13 (s390). by florian · 9 years ago
  26. ee470b8 Merge the contents of docs/internals/howto_build_documentation by florian · 9 years ago
  27. 37dd64d Increase the size of the alternate stack. It was too small. by florian · 9 years ago
  28. 83e6948 Add a howto for building documentation. by florian · 9 years ago
  29. 924c852 New Option --avg-transtab-entry-size=<number> can be used to tune by philippe · 9 years ago
  30. f0c5ce8 Fix the following errors detected by makefile check by philippe · 9 years ago
  31. 69e8f17 Add option --loop-till-fail to tests/vg_regtests by philippe · 9 years ago
  32. 21628d2 Fix the testcase so it works on platforms where _IOC_NONE != 0 by florian · 9 years ago
  33. ef3dd6c Organise the expected output files for the wrap8 testcase. by florian · 9 years ago
  34. c02fb7a Update the ppc64 specific results to what they are. by florian · 9 years ago
  35. 1a7b0b9 Disable testcase because the ptrace system call is not supported on ppc64. by florian · 9 years ago
  36. f631b02 Sort locks by their guestaddr to make the error output independent by florian · 9 years ago
  37. 87d15de Fix a warnings introduced by rev 15005 by philippe · 9 years ago
  38. 17040ab Announce in NEWS the new option --valgrind-stacksize by philippe · 9 years ago
  39. fb9858d Fix non portability spotted by Florian: by philippe · 9 years ago
  40. 5e47e3f m_transtab.c statistic/tracing by philippe · 9 years ago
  41. d0720e4 Implement command line option --valgrind-stacksize=<number> by philippe · 9 years ago
  42. dc4ff1a Fix two bugs: by florian · 9 years ago
  43. 909e035 Announce fix for BZ #345079. by florian · 9 years ago
  44. 3cfee11 Remove assertion. Unlikely as it may be, len may be huge by florian · 9 years ago
  45. e13efb8 Update a comment. by florian · 9 years ago
  46. f8ff41e Update release notes with ICC contact. by florian · 9 years ago
  47. 7f79309 Announce support for Intel's ICC compiler. Fixes BZ #339542. by florian · 9 years ago
  48. 9b54074 Issue a warning if a function has more than 5 million bytes of by florian · 9 years ago
  49. c384301 Updated the NEWS file by carll · 9 years ago
  50. bb1a787 Add support for building with -fsanitize=undefined. by florian · 9 years ago
  51. b97e44b PRE(sys_prctl): handle PR_SET_SECCOMP. by sewardj · 9 years ago
  52. 2fa66ce New function VG_(am_mmap_client_heap) which swallows by florian · 9 years ago
  53. 868bfa2 342353 - Allow dumping full massif output while valgrind is still running by philippe · 9 years ago
  54. 83cbb7a update NEWS to indicate that by philippe · 9 years ago
  55. 8df5997 n-i-bz: Replace non-POSIX bzero with proper memset. At least for internal-only, Darwin functionality. Picked up by cppcheck. No regressions within test suite. by rhyskidd · 9 years ago
  56. 135dad5 Fix memcheck/tests/xml1 on OS X 10.10 bz#344939 by rhyskidd · 9 years ago
  57. 846691e Rewritten to use a single line instead of line splicing by florian · 9 years ago
  58. 8348385 Fix unhandled syscall: unix:348 (__pthread_chdir) and unhandled syscall: unix:349 (__pthread_fchdir) on OS X by rhyskidd · 9 years ago
  59. 7a4d825 Tweak test case for bz#344560 from r14985, now includes line numbers by rhyskidd · 9 years ago
  60. bc3770e Fix stack traces missing penultimate frame by rhyskidd · 9 years ago
  61. 3858abd n-i-bz: Small fixes to r14976 (bz#343173) to add stackteardown to svn:ignore and fix compilation on OS X by rhyskidd · 9 years ago
  62. e9ed142 Update. by sewardj · 9 years ago
  63. 1a11a6b Update comment about range checks with observations from Florian. by sewardj · 9 years ago
  64. 1bb648d Make printing of transtab: debug-log messages slightly prettier. by sewardj · 9 years ago
  65. 593ca41 Update. by sewardj · 9 years ago
  66. 9bd3301 Marginally improve debug printing. No functional change. by sewardj · 9 years ago
  67. 8e10f93 POST(sys_ioctl): identify kernel variant "Qualcomm Adreno 3xx" correctly. by sewardj · 9 years ago
  68. a94f4f7 Minor changes in an attempt to improve performance and reduce by sewardj · 9 years ago
  69. 3a75d2e Fix 343173 - helgrind crash during stack unwind by philippe · 9 years ago
  70. 19235ec Update list of ignored files. by florian · 9 years ago
  71. 15fa8a2 Produce a user message in case of stack overflow. by florian · 9 years ago
  72. be38cdd Update a comment. Apparently the code was refactored at some point... by florian · 9 years ago
  73. 0f9b864 Fix missing libobjc suppressions on OS X 10.10 by rhyskidd · 9 years ago
  74. 10e7c67 Change the testcase such that the output matches the intended output. by florian · 9 years ago
  75. e14ade1 Fix suppression for pthread_rwlock_init on OS X 10.10 by rhyskidd · 9 years ago
  76. 4367abe Fix a few compiler warnings issued by clang 3.6.0 by florian · 9 years ago
  77. 37192e7 Fix memcheck/tests/err_disable4 test on OS X by rhyskidd · 9 years ago
  78. 95f1037 Simplify do_brk by florian · 9 years ago
  79. 7463e49 Include pub_core_aspacemgr.h only where needed. Also fixes BZ #344235. by florian · 9 years ago
  80. 888b815 Change the prototype of VG_(am_extend_into_adjacent_reservation_client) by florian · 9 years ago
  81. e3e61c5 Bug #344318 socketcall should wrap recvmmsg and sendmmsg by mjw · 9 years ago
  82. dd7318b Change VG_(am_extend_map_client) as follows: by florian · 9 years ago
  83. 7f3e0bc Add a comment explaining why there are only 3 emulation warnings by florian · 9 years ago
  84. c34e57e Update opcode list following VEX r3092. by florian · 9 years ago
  85. e19e2ae arm64: enable test cases for conversion instructions which are by sewardj · 9 years ago
  86. 1435076 Handle new IROps added in vex r3092: by sewardj · 9 years ago
  87. 2e0da2a arm64: enable test cases for by sewardj · 9 years ago
  88. fb823ae Fix an off-by-one error - this time, do it right. by florian · 9 years ago
  89. e861b99 Revert r14954. If the end of a segment is 0xfffff.....fffff by florian · 9 years ago
  90. 0e8dd91 Fix configure for Linux kernel >= 4.0-rc1 by cborntra · 9 years ago
  91. 858a6b2 Fix an off-by-one error. A segment with start == end is not empty. by florian · 9 years ago
  92. c8ec65a Stop gcc -Og complaining (incorrectly) about filessize being used by sewardj · 9 years ago
  93. 022f7bd Fix bz#343523, OS X mach_ports_register: UNKNOWN task message [id 3403, to mach_task_self(), reply 0x30f] by rhyskidd · 9 years ago
  94. 0fa2167 Fix OS X 10.10 (Yosemite) - missing system calls and fcntl code, courtesy of Bill Zissimopoulos by rhyskidd · 9 years ago
  95. 5d3d43d Update a comment. by florian · 9 years ago
  96. ea8a88c Pass in a mask of segment kinds to VG_(get_segment_starts) by florian · 9 years ago
  97. 426e6a2 canonicaliseSymtab: fix silly logic that could cause the function to by sewardj · 9 years ago
  98. 85774c7 Fix Bug #344314 callgrind_annotate ... commands containing newlines by weidendo · 9 years ago
  99. 79896d2 Correctly handle prctl(VKI_PR_SET_PTRACER, ..) so as to avoid false by sewardj · 9 years ago
  100. 3d0724b Messaging cleanup for the PDB reader. No functional change. by sewardj · 9 years ago