1. c1fb9d2 Don't construct the LAOG at all when --track-lockorders=no (as opposed by sewardj · 14 years ago
  2. aa5a1ea Back out r11568 (Add a new constructor for empty XArrays, by sewardj · 14 years ago
  3. 555fc57 Simplify the implementation of VTS__tick. The previous version was by sewardj · 14 years ago
  4. 7aa38a9 Change the representation of VTSs. Instead of using an XArray of by sewardj · 14 years ago
  5. e4cce74 Scalability fix for Helgrind: reduce the size of ScalarTS (scalar by sewardj · 14 years ago
  6. 1b9876b A scalability fix for Helgrind for running large workloads. When by sewardj · 14 years ago
  7. 804a78b Add a new constructor for empty XArrays, VG_(newSizedXA). This is by sewardj · 14 years ago
  8. 7d1064a Fix a scalability problem observed whilst running Helgrind on a large by sewardj · 14 years ago
  9. c3a4418 Record the repo-mangling magic invokations needed for a minor release. by sewardj · 14 years ago
  10. 4fd5729 Sync w/ 3_6_BRANCH. by sewardj · 14 years ago
  11. b2260b8 Reverted r11536 because it didn't have the desired effect - changing the behavior of DRD on Darwin. by bart · 14 years ago
  12. d85ee0c Make ld.so:index redir mandatory for glibc-2.12 and later, on x86-linux. by sewardj · 14 years ago
  13. eb4a5e2 Removed an unused variable. by bart · 14 years ago
  14. 9fc7fac DRD: don't inline pthread intercepts because in combination with the current fragile implementation of the CALL_FN_* macros inlining intercepts can easily trigger stack alignment errors on Darwin. by bart · 14 years ago
  15. 29124e7 Refined a comment in the NEWS file. by bart · 14 years ago
  16. ebd619b Add glibc 2.13 support. Patch from Dmitry Djachenko in bug #265964. by tom · 14 years ago
  17. 234e558 _pre_mem_asciiz handlers in both tools: don't segfault if passed an by sewardj · 14 years ago
  18. 9194e93 DRD: handle fork() in processes with detached threads correctly (see also #255355). by bart · 14 years ago
  19. 7e01874 Updated Subversion ignore list. by bart · 14 years ago
  20. e116cc9 Updated Subversion ignore list. by bart · 14 years ago
  21. 887ad94 Updated Subversion ignore list. by bart · 14 years ago
  22. 161f89d Updated Subversion ignore list. by bart · 14 years ago
  23. d0d8027 Updated Subversion ignore list. by bart · 14 years ago
  24. 45bb8f6 DRD: added a test program that forks a process containing a detached thread. by bart · 14 years ago
  25. 61bc2c5 Don't assert in the child after a threaded program does fork(). by sewardj · 14 years ago
  26. c63ca37 Fix bug 246152 by weidendo · 14 years ago
  27. ecea1e2 Better failed assertion then silent data corruption by weidendo · 14 years ago
  28. 8e0d2c1 DRD: removed command-line option --free-is-write again since it is impossible by bart · 14 years ago
  29. d7899f7 vg-in-place: made sure that soft links to this script work fine too. by bart · 14 years ago
  30. 5c7e6b6 DRD: do not assert() upon fork(). Fixes the DRD part of #255355. by bart · 14 years ago
  31. 0f059a3 Add suppressions for __setenv leak. Fixes #188572. by sewardj · 14 years ago
  32. 357cf25 Do the -m32 vs -m64 thing correctly for these tests. Fixes some very by sewardj · 14 years ago
  33. 2acc87c Handle Dwarf3 types created by GNAT. Fixes #255130. by sewardj · 14 years ago
  34. 5575f05 x86: get_otrack_shadow_offset_wrk: handle guest_NRADDR. Fixes #257276. by sewardj · 14 years ago
  35. 2f340eb Don't produce suppression stack pseudo-traces with more than by sewardj · 14 years ago
  36. 09361bf In 3 error-path cases, place the closing </valgrindoutput> on the by sewardj · 14 years ago
  37. 7e30be4 Somewhat reduce the amount of mempool sanity checking, so as to avoid by sewardj · 14 years ago
  38. e9bbd36 If Massif's --threshold value was less than 1.0, in lines like this: by njn · 14 years ago
  39. 12412a2 Add a new mempool test resulting from work on #254420, and update by sewardj · 14 years ago
  40. 62b9104 Improve error reports for addressing errors in the presence of by sewardj · 14 years ago
  41. e7decf8 Fix up out of date documentation for VALGRIND_CREATE_BLOCK and VALGRIND_DISCARD. by sewardj · 14 years ago
  42. 2f61c02 Add a test for LOOPNEL. See #256669. (Jakub Jelinek <jakub@redhat.com>) by sewardj · 14 years ago
  43. 4db5d2f Expand this test so as to cover FXSAVE and FXRSTOR, both REX.W and by sewardj · 14 years ago
  44. 4a12423 Add tests for SSE4.2 CRC32{B,W,L,Q} insns. by sewardj · 14 years ago
  45. aaa6dc3 Print a stack trace as part of the "unhandled instruction bytes" warning. by njn · 14 years ago
  46. 3b20b17 Add test cases for PCMPxSTRx $0x00. by sewardj · 14 years ago
  47. 7603b6b Add tests for AAD and AAM (base 10 only). (Vince Weaver, vince@csl.cornell.edu) by sewardj · 14 years ago
  48. 2ecb7cc Connect up tests for PCMPxSTRx to the build system. by sewardj · 14 years ago
  49. 9dd960f Connect up sse4 tests to the build system. by sewardj · 14 years ago
  50. 27d176a Add build system goop for testing SSE4.2 instructions. by sewardj · 14 years ago
  51. f60af03 Add test cases for EXTRACTPS, BLENDVPD, BLENDVPS, PBLENDVB. by sewardj · 14 years ago
  52. 48c779a Fix bug 263099 by weidendo · 14 years ago
  53. 4fbf7c7 Add tests for non-immediate-rounding-mode versions of ROUND{P,S}{S,D}. by sewardj · 14 years ago
  54. df0cc69 Improve performance of smc-checks substantially, by: by sewardj · 14 years ago
  55. 1e0fff6 Memcheck, None: update avg translation size to be more realistic. by sewardj · 14 years ago
  56. 4e43740 Only show per-offset access counts for allocations up to 1024 bytes, by sewardj · 14 years ago
  57. 7c02ba7 Clarify some details about "possibly lost" heap blocks. by njn · 14 years ago
  58. d2b78a6 Fix typo by weidendo · 14 years ago
  59. a85956d Un-break the trunk build on OSX (broken by r11483 on 6 Dec '10). Fixes #261654. by sewardj · 14 years ago
  60. e5930da Added a --mod-funcname option to cg_diff. by njn · 14 years ago
  61. c6fe8a2 When a shmat() size is passed to the tool, round it up to a page size. This by njn · 14 years ago
  62. e006e6f Raise Massif's maximum --detailed-freq value from 10,000 to 1,000,000. by njn · 14 years ago
  63. 9ab64a4 New command line option: --trace-children-skip-by-arg, which allows by sewardj · 14 years ago
  64. cd458d2 Minor improvements to PDB reading: by sewardj · 14 years ago
  65. 05b8853 Add tests for ROUNDPD and ROUNDPS. by sewardj · 14 years ago
  66. 41aa79d by sewardj · 14 years ago
  67. e03c8c4 Rework the strcasecmp stuff a little, based on Jakub Jelinek's patch by tom · 14 years ago
  68. ce6d0ac Add replacements for strcasecmp and related functions which have by tom · 14 years ago
  69. 8600c42 DRD: the help text does now indicate that lock contention detection is off by default / changed default value of the exclusive mutex threshold from 1000s to off. See also #255247. by bart · 14 years ago
  70. eb09f9e Removed superfluous semicolon. by bart · 14 years ago
  71. e07c2b5 Merge from 3_6_BRANCH, r11471 (final change to NEWS for 3.6.0) by sewardj · 14 years ago
  72. 695f13a Finalise doc stuff for 3.6.0. by sewardj · 14 years ago
  73. 87a287b Preserve the stack's 16-alignment in x86 and amd64 wrappers. Fixes #254646. by sewardj · 14 years ago
  74. f90dcbc Size the ARM_LINUX_FAKE_COMMPAGE correctly and add explanatory by sewardj · 14 years ago
  75. 8559152 Updated Subversion ignore lists. by bart · 14 years ago
  76. e93f936 Avoid a double free when a binary has a build-id and no debuglink section. by tom · 14 years ago
  77. a619ee0 Make sure all the handwritten assembly files for arm-linux are compiled with -marm. by sewardj · 14 years ago
  78. bdc87db DRD: Removed section about Qt from the manual. by bart · 14 years ago
  79. ef64c47 Add test cases for SMSAD{X}, SMLSD{X}, USAD{A}8, added in vex r2067. by sewardj · 14 years ago
  80. 2ef12d4 Removed the Qt4 configure tests because these are no longer necessary. by bart · 14 years ago
  81. 0f71456 DRD: Disabled the Qt4 regression tests because these are too hard to maintain. by bart · 14 years ago
  82. 5af0506 Handle new Iop_Sad8Ux4 introduced in vex r2067. by sewardj · 14 years ago
  83. 8c87e71 Avoid that using VALGRIND_GET_VBITS() / VALGRIND_SET_VBITS() triggers warnings about casting away constness. by bart · 14 years ago
  84. 50c5093 Add support for DW_ATE_UTF from DWARF4 which is needed for char16_t by tom · 14 years ago
  85. 15ff8f3 Don't look for build-id notes if NT_GNU_BUILD_ID is not defined. by tom · 14 years ago
  86. 6ef87e6 Add support for using build-id to find debugging information as by tom · 14 years ago
  87. 45a1fd0 Bump version number on the trunk. by sewardj · 14 years ago
  88. 233d5b2 Update filter for Ubuntu 10.04. by sewardj · 14 years ago
  89. 049ea22 Update expected outputs following recent amd64-unwind improvements (??) by sewardj · 14 years ago
  90. 56e256a Update expected output. by sewardj · 14 years ago
  91. 18a0892 Updates for 3.6.0. by sewardj · 14 years ago
  92. e089f01 Documentation update for 3.6.0 (not including NEWS). by sewardj · 14 years ago
  93. a88fb0b Increase default size of the freed blocks queue from 10MB to 20MB. by sewardj · 14 years ago
  94. 5fce756 Add documentation for exp-dhat. by sewardj · 14 years ago
  95. 00d9d1e Add heading items. by sewardj · 14 years ago
  96. eb795f8 * cosmetic output changes by sewardj · 14 years ago
  97. 813e31d Changes to make exp-ptrcheck work reasonable on Fedora 14 x86: by sewardj · 14 years ago
  98. 5fd79df Minimal fixes needed to make this tool actually usable: by sewardj · 14 years ago
  99. 62622f4 Fix up printing of the can't-autodetect-params message and the by sewardj · 14 years ago
  100. 807725e Define VG_CLREQ_SZB correctly on ARM, so Cachegrind and Callgrind by sewardj · 14 years ago