1. 466ed6e Merged r9101 (make Massif tests work if VG_MIN_MALLOC_SZB==16) from the by njn · 16 years ago
  2. cda5a15 For the fdleak_* tests, completely remove the stack traces showing where by njn · 16 years ago
  3. 8b140de In the core, include malloc_usable_size() as one of the functions that must by njn · 16 years ago
  4. 3f29886 Remove unnecessary Memcheck test filters. by njn · 16 years ago
  5. 75a374b Remove unused filter scripts from DRD. by njn · 16 years ago
  6. f37a81b Merged r9185 (fix up getsockopt mess) from the DARWIN branch, minus the by njn · 16 years ago
  7. 86562bd - Updated copyright statements. - Improved consistency of source file headers. by bart · 16 years ago
  8. 55df6e7 Just as for the regression tests of other Valgrind tools, do not explicitly state that these are licensed under the GPLv2 license but leave this implicit. by bart · 16 years ago
  9. 870f170 Stack traces for Memcheck's syscall param errors are terribly unreliable, so by njn · 16 years ago
  10. 107bc57 Merge r9175 (don't run inappropriate OS- and platform-specific tests) from by njn · 16 years ago
  11. 39934d6 drd_bitmap_test compiles again. by bart · 16 years ago
  12. 99edb29 Wrapped DRD_() macro around yet even more function names. by bart · 16 years ago
  13. 246fbf2 Wrapped DRD_() macro around even more function and variable names. by bart · 16 years ago
  14. dc1ef03 Wrapped DRD_() macro around even more function names. by bart · 16 years ago
  15. 764dea2 Changed a global variable into a local variable. by bart · 16 years ago
  16. 62a784c Wrapped DRD_() macro around thread-related function names. by bart · 16 years ago
  17. 324a23b Wrapped DRD_() macro around global and static variables in drd_thread.[ch]. by bart · 16 years ago
  18. 195e41f Wrapped DRD_() macro around all client object function names. by bart · 16 years ago
  19. a8cf765 Wrapped DRD_() macro around all barrier-related function names. by bart · 16 years ago
  20. a764b37 Restored the previous method for passing arguments from the creator thread to the created thread, since the new approach made some regression tests fail. It is not yet clear to me why. by bart · 16 years ago
  21. 439c55f Added more comments / rearranged function order. by bart · 16 years ago
  22. 03ffb2e Changed the order of the function definitions. by bart · 16 years ago
  23. 48529bc Cleaned up the source code of the atomic_var regression test, without changing the actual test. by bart · 16 years ago
  24. 62ada3f Wrapped DRD_() macro around all segment function names. by bart · 16 years ago
  25. 41b226c Wrapped DRD_() macro around all vector clock function names. by bart · 16 years ago
  26. 1335ecc Introduced more DRD_ prefixes. by bart · 16 years ago
  27. 3934b31 Update the sed expressions that handle the output of ld --verbose: by sewardj · 16 years ago
  28. 2aa2363 Removed configure test that is no longer used. by bart · 16 years ago
  29. ddead32 Added yet another suppression pattern. by bart · 16 years ago
  30. 3b50735 get_otrack_shadow_offset_wrk(ppc32): handle a missing case that caused by sewardj · 16 years ago
  31. 09dc13f - Moved several functions and variables from one source file to another. by bart · 16 years ago
  32. 82a0c5d Added a missing #include directive. by bart · 16 years ago
  33. 5c3da01 Relaxed an assert statement: a thread canceled by pthread_cancel() can really exit with synchr_nesting > 0. by bart · 16 years ago
  34. 3dbdc86 Added DRD_(spinlock_init_or_unlock)(). by bart · 16 years ago
  35. 227c659 - Performance improvement: eliminated busy waiting from thread creation. by bart · 16 years ago
  36. 292c1e2 Renamed vg_thread_wrapper() into DRD_(thread_wrapper)(). by bart · 16 years ago
  37. 2356798 Updated copyright statement. by bart · 16 years ago
  38. 8b74ab9 Added file to repository. by bart · 16 years ago
  39. 0458a12 Moved 3 Linux-specific tests into linux/ directories. by njn · 16 years ago
  40. e66ffee Filter out everything after "(below main)" in a line. This will help with by njn · 16 years ago
  41. ac31b05 Merge the non-Darwin parts of r9140 (install vgpreload .dSYMs), just to keep by njn · 16 years ago
  42. 6b7611b Cleaned up the demangling mess: by njn · 16 years ago
  43. 6bf365c Changed the way files are installed. Instead of going into by njn · 16 years ago
  44. 9818bee Filter out "(core dumped)" after "Bus error" for consistency. This makes by njn · 16 years ago
  45. 84f32b2 Merge r9106 (fix a minor stack entry display bug) from the DARWIN branch. by njn · 16 years ago
  46. 6882443 Cleaned up the mess that was the treatment of "below main" functions such as by njn · 16 years ago
  47. e615466 Merge part of r9129 (factor out duplicated Z-encodings of names) from the by njn · 16 years ago
  48. 618ce21 Fix a typo. by njn · 16 years ago
  49. 254dafe Don't install unnecessary .supp files (part 2 of 2). by njn · 16 years ago
  50. 40d0df5 Makefile.flags.am Remove mentions of empty variables. by njn · 16 years ago
  51. c61a616 Switched from the Apache License to a BSD-style license in order to reduce the number of licences that applies to the source code of Valgrind. by bart · 16 years ago
  52. 808e20e Merged r9120 (Merge Makefile.{inplace,install}.am, and simplify installation by njn · 16 years ago
  53. 3e65340 Make Makefile.install.am much less confusing. by njn · 16 years ago
  54. 4f350d1 Removed Makefile.core.am with some judicious refactoring. Also fix a stupid by njn · 16 years ago
  55. f6ded8c Removed Makefile.core.am with some judicious refactoring. by njn · 16 years ago
  56. cdf8a17 Avoid unnecessary EXTRA_DIST files in Makefile.am. by njn · 16 years ago
  57. b7fda4c Merge r9110 (inline Makefile.tool-flags.am) from DARWIN branch. by njn · 16 years ago
  58. 311303f Index: Makefile.core.am by njn · 16 years ago
  59. 9eb6652 Fix a minor defect: only the first 14 chars of the 18 chars in the by njn · 16 years ago
  60. a2e66b8 Suppression update. by sewardj · 16 years ago
  61. 5d425e8 Add support for glibc-2.10 (when it eventually appears). by sewardj · 16 years ago
  62. c6d86a3 Move an assertion (pertaining to showing initial segments to the by sewardj · 16 years ago
  63. 8a22285 Removed mandatory redirections for DRD since these made DRD impossible to use on openSUSE 10.3 ppc. by bart · 16 years ago
  64. 1e53e1e Generalized suppression patterns. by bart · 16 years ago
  65. 7f42a3c Do not only recognize .plt and .plt.got sections inside the mapped address range, but also outside the mapped address range (necessary for ppc). by bart · 16 years ago
  66. 15c67b4 Suppress any error whose top frame is in libc.so. While not very elegant, this is an effective way to suppress data race reports triggered by glibc's stdio functions (which uses inlined locking functions). by bart · 16 years ago
  67. f8aecf4 VG_(findBoundsFM): add comment re preconditions by sewardj · 16 years ago
  68. 93600b1 Generalise zlib suppressions a bit. by sewardj · 16 years ago
  69. ad03949 by sewardj · 16 years ago
  70. b80d8e1 Callgrind: Remove ifdef'ed-out, non-working code. by weidendo · 16 years ago
  71. 144b76c Cachegrind/Callgrind: allow for cache sizes other than only powers of two by weidendo · 16 years ago
  72. a65db10 Initialise laog and laog__exposition even when the first lock-related by sewardj · 16 years ago
  73. fc24e7e Remove function that was made redundant by r9059. by sewardj · 16 years ago
  74. 33c57f2 Minor refinements: by sewardj · 16 years ago
  75. 7e98c03 Intercept and replace calls to calls to strnlen in glibc, for the by sewardj · 16 years ago
  76. f22ab4a Prior to this commit, exp-ptrcheck would assert if the DWARF3 data for by sewardj · 16 years ago
  77. 3145230 Handle a couple of artefacts produced by icc11: DW_TAG_reference_type by sewardj · 16 years ago
  78. 13596ff Handle a couple of artefacts generated by gcc-4.4: DW_OP_reg{0..31} by sewardj · 16 years ago
  79. 41d5dea Handle a few more syscalls, as per #179618. MERGE TO 3_4_BRANCH. by sewardj · 16 years ago
  80. 6ece231 Accept 'enum' type DIEs that do not have any names; apparently Dwarf2 by sewardj · 16 years ago
  81. f1efbd4 Make the leak checker a bit less verbose. by sewardj · 16 years ago
  82. 711e6ad Fix aix5 build breakage following r9021. by sewardj · 16 years ago
  83. 24c3a1f Don't try to build m_ume on aix5. by sewardj · 16 years ago
  84. d68d3cf VG_(apply_StackTrace): following r8818, we should regard an entry of -1 by sewardj · 16 years ago
  85. ec3f2ce ML_(evaluate_trivial_GX): handle the case by sewardj · 16 years ago
  86. 055b0f8 Handle the case where a Compilation Unit (CU) (or, really, the CU and by sewardj · 16 years ago
  87. f9d09bf Merge from DARWIN branch recent minor .vgtest changes. by njn · 16 years ago
  88. 49db39e Fix up selection of Helgrind tests (merged r9040 from DARWIN branch). by njn · 16 years ago
  89. 163c487 Move memcheck/tests/brk to the linux/ subdir, as it's Linux-specific (merged by njn · 16 years ago
  90. d3e4dd9 Merge some minor regtest updates from the DARWIN branch: by njn · 16 years ago
  91. c876a2f Move the test for __sync_bool_compare_and_swap almost to the bottom, by sewardj · 16 years ago
  92. 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 16 years ago
  93. 5706ca9 Minor tidyings: by sewardj · 16 years ago
  94. 141383e Suppress any error at all that occurs in libpthread, without any by sewardj · 16 years ago
  95. 3a4b63b More aggressive suppression of error reports from ld.so. MERGE TO 3_4_BRANCH. by sewardj · 16 years ago
  96. 2085f4a Don't worry about an unmapped, zero sized, bss segment. Bug #181594. by tom · 16 years ago
  97. 2cbb6ee Accept zero size text segments. Bug #181594. by tom · 16 years ago
  98. 160d5a8 Handle the rodata and sbss sections and cope with variables that by tom · 16 years ago
  99. bfd892f Bias values should be PtrdiffT now. by tom · 16 years ago
  100. 3553c67 Removed unused round_Addr_upwards function. by tom · 16 years ago