1. 8d22844 Add testcase for BZ 231357. by florian · 9 years ago
  2. e4a4c57 When skipping white space after #! to find the interpreter by florian · 9 years ago
  3. 3815259 Add a test that triggers sector recycling by philippe · 9 years ago
  4. d7065d5 Commit the VEX makefile changes needed to have the libvexmultiarch by philippe · 9 years ago
  5. d59d978 Fix function sr_EQ which compares two SysRes values. On Linux it was by florian · 9 years ago
  6. aa29de2 Fix infinite loop in sector recycling introduced by r15054 by philippe · 9 years ago
  7. 298e46f Announce fix for 231257. A pretty old BZ. We must have fixed this by florian · 9 years ago
  8. 05be8f5 Fix Darwin: -v does not show kernel version bz#201435 by rhyskidd · 9 years ago
  9. 2f2c940 Update list of ignored files. by florian · 9 years ago
  10. d28615c Further reduction of the size of the sector TTE tables by philippe · 9 years ago
  11. 5b684dd Fix a typo by philippe · 9 years ago
  12. 436b75f Un-break the build following vex r3110. Thanks to PetarJ for the fix. by sewardj · 9 years ago
  13. 1a877fd arm64: enable test cases for FCVT{N,M,A,P,Z}{S,U} 2d_2d, 4s_4s, 2s_2s by sewardj · 9 years ago
  14. a840bc0 arm64: add test cases for by sewardj · 9 years ago
  15. 5a0e3eb mips: update list of ignored files in auxprogs by petarj · 9 years ago
  16. 2e5051b Fix memcheck/tests/sendmsg on OS X by rhyskidd · 9 years ago
  17. c13d544 Add STATIC_ASSERT and use it. by florian · 9 years ago
  18. cda0c2c Extensible main thread stack is tricky :(. by philippe · 9 years ago
  19. 45da632 The hint given by Valgrind gdbserver when enabling host visibility by philippe · 9 years ago
  20. c350865 Helgrind optimisation: by philippe · 9 years ago
  21. 6aacb06 mips64: extend the test with new cases for Cavium SEQI and SNEI by petarj · 9 years ago
  22. d738b46 Change the minimum allowable value of aspacem_minAddr to by florian · 9 years ago
  23. 24f33d7 Improve --stats=yes: by philippe · 9 years ago
  24. 82e7a54 Add function VG_(am_is_valid_for_aspacem_minAddr) so that the parser by florian · 9 years ago
  25. 75d8a4e Have the very detailed gdbsrv debuglog (e.g. exchange of packets by philippe · 9 years ago
  26. 9951323 Further fixes for bz#345394 specifically for OS X 10.10 by rhyskidd · 9 years ago
  27. 900c535 * Add in helgrind stats the nr of live/exit/joined/exit and joined threads by philippe · 10 years ago
  28. 523b5b8 This patch further reduces the memory used by TT/TC (by about 15Mb by philippe · 10 years ago
  29. 7bac7ec Simplify expression. by florian · 10 years ago
  30. 017d8f5 Add VG_(am_is_bogus_client_stack_pointer)(Addr). by florian · 10 years ago
  31. e44ff79 Include the platform name in the unhandled system call message by tom · 10 years ago
  32. dd23820 Fix leak : only strdup in SectKind.objname if a SectKind address is returned by philippe · 10 years ago
  33. d4c3744 343902 --vgdb=yes doesn't break when --xml=yes is used by philippe · 10 years ago
  34. f08e29d Fix memcheck/tests/strchr on OS X by rhyskidd · 10 years ago
  35. fc99238 Change the GCC demangler to not use VLA. The rationale is that these VLAs by florian · 10 years ago
  36. 05d2cab Address darwin compile issue introduced in r15013, due to _IOC_NONE by rhyskidd · 10 years ago
  37. 93cb28b Fix parsing the %z format specifier. Need to advance to next character. by florian · 10 years ago
  38. cac2b54 Add ecag.stdout.exp-z13. by florian · 10 years ago
  39. b6ba6d2 Do not reuse Creg_IA_* for s390. Add dedicated entries Creg_S390_... by florian · 10 years ago
  40. e56d1b5 Remove config files for no-longer-existing s390 builds. by florian · 10 years ago
  41. bece82e Change TT/TC hashing data structure (decreases memory by 50MB for memcheck 32bits) by philippe · 10 years ago
  42. 83b558c Add nightly script for wildebeest[32] (debian x86), lfedora1 (fedora s390x) by mjw · 10 years ago
  43. e50e220 add cache info for z13 by cborntra · 10 years ago
  44. dd1d372 Minimal update to recognise z13 (s390). by florian · 10 years ago
  45. ee470b8 Merge the contents of docs/internals/howto_build_documentation by florian · 10 years ago
  46. 37dd64d Increase the size of the alternate stack. It was too small. by florian · 10 years ago
  47. 83e6948 Add a howto for building documentation. by florian · 10 years ago
  48. 924c852 New Option --avg-transtab-entry-size=<number> can be used to tune by philippe · 10 years ago
  49. f0c5ce8 Fix the following errors detected by makefile check by philippe · 10 years ago
  50. 69e8f17 Add option --loop-till-fail to tests/vg_regtests by philippe · 10 years ago
  51. 21628d2 Fix the testcase so it works on platforms where _IOC_NONE != 0 by florian · 10 years ago
  52. ef3dd6c Organise the expected output files for the wrap8 testcase. by florian · 10 years ago
  53. c02fb7a Update the ppc64 specific results to what they are. by florian · 10 years ago
  54. 1a7b0b9 Disable testcase because the ptrace system call is not supported on ppc64. by florian · 10 years ago
  55. f631b02 Sort locks by their guestaddr to make the error output independent by florian · 10 years ago
  56. 87d15de Fix a warnings introduced by rev 15005 by philippe · 10 years ago
  57. 17040ab Announce in NEWS the new option --valgrind-stacksize by philippe · 10 years ago
  58. fb9858d Fix non portability spotted by Florian: by philippe · 10 years ago
  59. 5e47e3f m_transtab.c statistic/tracing by philippe · 10 years ago
  60. d0720e4 Implement command line option --valgrind-stacksize=<number> by philippe · 10 years ago
  61. dc4ff1a Fix two bugs: by florian · 10 years ago
  62. 909e035 Announce fix for BZ #345079. by florian · 10 years ago
  63. 3cfee11 Remove assertion. Unlikely as it may be, len may be huge by florian · 10 years ago
  64. e13efb8 Update a comment. by florian · 10 years ago
  65. f8ff41e Update release notes with ICC contact. by florian · 10 years ago
  66. 7f79309 Announce support for Intel's ICC compiler. Fixes BZ #339542. by florian · 10 years ago
  67. 9b54074 Issue a warning if a function has more than 5 million bytes of by florian · 10 years ago
  68. c384301 Updated the NEWS file by carll · 10 years ago
  69. bb1a787 Add support for building with -fsanitize=undefined. by florian · 10 years ago
  70. b97e44b PRE(sys_prctl): handle PR_SET_SECCOMP. by sewardj · 10 years ago
  71. 2fa66ce New function VG_(am_mmap_client_heap) which swallows by florian · 10 years ago
  72. 868bfa2 342353 - Allow dumping full massif output while valgrind is still running by philippe · 10 years ago
  73. 83cbb7a update NEWS to indicate that by philippe · 10 years ago
  74. 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 · 10 years ago
  75. 135dad5 Fix memcheck/tests/xml1 on OS X 10.10 bz#344939 by rhyskidd · 10 years ago
  76. 846691e Rewritten to use a single line instead of line splicing by florian · 10 years ago
  77. 8348385 Fix unhandled syscall: unix:348 (__pthread_chdir) and unhandled syscall: unix:349 (__pthread_fchdir) on OS X by rhyskidd · 10 years ago
  78. 7a4d825 Tweak test case for bz#344560 from r14985, now includes line numbers by rhyskidd · 10 years ago
  79. bc3770e Fix stack traces missing penultimate frame by rhyskidd · 10 years ago
  80. 3858abd n-i-bz: Small fixes to r14976 (bz#343173) to add stackteardown to svn:ignore and fix compilation on OS X by rhyskidd · 10 years ago
  81. e9ed142 Update. by sewardj · 10 years ago
  82. 1a11a6b Update comment about range checks with observations from Florian. by sewardj · 10 years ago
  83. 1bb648d Make printing of transtab: debug-log messages slightly prettier. by sewardj · 10 years ago
  84. 593ca41 Update. by sewardj · 10 years ago
  85. 9bd3301 Marginally improve debug printing. No functional change. by sewardj · 10 years ago
  86. 8e10f93 POST(sys_ioctl): identify kernel variant "Qualcomm Adreno 3xx" correctly. by sewardj · 10 years ago
  87. a94f4f7 Minor changes in an attempt to improve performance and reduce by sewardj · 10 years ago
  88. 3a75d2e Fix 343173 - helgrind crash during stack unwind by philippe · 10 years ago
  89. 19235ec Update list of ignored files. by florian · 10 years ago
  90. 15fa8a2 Produce a user message in case of stack overflow. by florian · 10 years ago
  91. be38cdd Update a comment. Apparently the code was refactored at some point... by florian · 10 years ago
  92. 0f9b864 Fix missing libobjc suppressions on OS X 10.10 by rhyskidd · 10 years ago
  93. 10e7c67 Change the testcase such that the output matches the intended output. by florian · 10 years ago
  94. e14ade1 Fix suppression for pthread_rwlock_init on OS X 10.10 by rhyskidd · 10 years ago
  95. 4367abe Fix a few compiler warnings issued by clang 3.6.0 by florian · 10 years ago
  96. 37192e7 Fix memcheck/tests/err_disable4 test on OS X by rhyskidd · 10 years ago
  97. 95f1037 Simplify do_brk by florian · 10 years ago
  98. 7463e49 Include pub_core_aspacemgr.h only where needed. Also fixes BZ #344235. by florian · 10 years ago
  99. 888b815 Change the prototype of VG_(am_extend_into_adjacent_reservation_client) by florian · 10 years ago
  100. e3e61c5 Bug #344318 socketcall should wrap recvmmsg and sendmmsg by mjw · 10 years ago