1. 618ce21 Fix a typo. by njn · 16 years ago
  2. 254dafe Don't install unnecessary .supp files (part 2 of 2). by njn · 16 years ago
  3. 40d0df5 Makefile.flags.am Remove mentions of empty variables. by njn · 16 years ago
  4. 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
  5. 808e20e Merged r9120 (Merge Makefile.{inplace,install}.am, and simplify installation by njn · 16 years ago
  6. 3e65340 Make Makefile.install.am much less confusing. by njn · 16 years ago
  7. 4f350d1 Removed Makefile.core.am with some judicious refactoring. Also fix a stupid by njn · 16 years ago
  8. f6ded8c Removed Makefile.core.am with some judicious refactoring. by njn · 16 years ago
  9. cdf8a17 Avoid unnecessary EXTRA_DIST files in Makefile.am. by njn · 16 years ago
  10. b7fda4c Merge r9110 (inline Makefile.tool-flags.am) from DARWIN branch. by njn · 16 years ago
  11. 311303f Index: Makefile.core.am by njn · 16 years ago
  12. 9eb6652 Fix a minor defect: only the first 14 chars of the 18 chars in the by njn · 16 years ago
  13. a2e66b8 Suppression update. by sewardj · 16 years ago
  14. 5d425e8 Add support for glibc-2.10 (when it eventually appears). by sewardj · 16 years ago
  15. c6d86a3 Move an assertion (pertaining to showing initial segments to the by sewardj · 16 years ago
  16. 8a22285 Removed mandatory redirections for DRD since these made DRD impossible to use on openSUSE 10.3 ppc. by bart · 16 years ago
  17. 1e53e1e Generalized suppression patterns. by bart · 16 years ago
  18. 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
  19. 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
  20. f8aecf4 VG_(findBoundsFM): add comment re preconditions by sewardj · 16 years ago
  21. 93600b1 Generalise zlib suppressions a bit. by sewardj · 16 years ago
  22. ad03949 by sewardj · 16 years ago
  23. b80d8e1 Callgrind: Remove ifdef'ed-out, non-working code. by weidendo · 16 years ago
  24. 144b76c Cachegrind/Callgrind: allow for cache sizes other than only powers of two by weidendo · 16 years ago
  25. a65db10 Initialise laog and laog__exposition even when the first lock-related by sewardj · 16 years ago
  26. fc24e7e Remove function that was made redundant by r9059. by sewardj · 16 years ago
  27. 33c57f2 Minor refinements: by sewardj · 16 years ago
  28. 7e98c03 Intercept and replace calls to calls to strnlen in glibc, for the by sewardj · 16 years ago
  29. f22ab4a Prior to this commit, exp-ptrcheck would assert if the DWARF3 data for by sewardj · 16 years ago
  30. 3145230 Handle a couple of artefacts produced by icc11: DW_TAG_reference_type by sewardj · 16 years ago
  31. 13596ff Handle a couple of artefacts generated by gcc-4.4: DW_OP_reg{0..31} by sewardj · 16 years ago
  32. 41d5dea Handle a few more syscalls, as per #179618. MERGE TO 3_4_BRANCH. by sewardj · 16 years ago
  33. 6ece231 Accept 'enum' type DIEs that do not have any names; apparently Dwarf2 by sewardj · 16 years ago
  34. f1efbd4 Make the leak checker a bit less verbose. by sewardj · 16 years ago
  35. 711e6ad Fix aix5 build breakage following r9021. by sewardj · 16 years ago
  36. 24c3a1f Don't try to build m_ume on aix5. by sewardj · 16 years ago
  37. d68d3cf VG_(apply_StackTrace): following r8818, we should regard an entry of -1 by sewardj · 16 years ago
  38. ec3f2ce ML_(evaluate_trivial_GX): handle the case by sewardj · 16 years ago
  39. 055b0f8 Handle the case where a Compilation Unit (CU) (or, really, the CU and by sewardj · 16 years ago
  40. f9d09bf Merge from DARWIN branch recent minor .vgtest changes. by njn · 16 years ago
  41. 49db39e Fix up selection of Helgrind tests (merged r9040 from DARWIN branch). by njn · 16 years ago
  42. 163c487 Move memcheck/tests/brk to the linux/ subdir, as it's Linux-specific (merged by njn · 16 years ago
  43. d3e4dd9 Merge some minor regtest updates from the DARWIN branch: by njn · 16 years ago
  44. c876a2f Move the test for __sync_bool_compare_and_swap almost to the bottom, by sewardj · 16 years ago
  45. 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 16 years ago
  46. 5706ca9 Minor tidyings: by sewardj · 16 years ago
  47. 141383e Suppress any error at all that occurs in libpthread, without any by sewardj · 16 years ago
  48. 3a4b63b More aggressive suppression of error reports from ld.so. MERGE TO 3_4_BRANCH. by sewardj · 16 years ago
  49. 2085f4a Don't worry about an unmapped, zero sized, bss segment. Bug #181594. by tom · 16 years ago
  50. 2cbb6ee Accept zero size text segments. Bug #181594. by tom · 16 years ago
  51. 160d5a8 Handle the rodata and sbss sections and cope with variables that by tom · 16 years ago
  52. bfd892f Bias values should be PtrdiffT now. by tom · 16 years ago
  53. 3553c67 Removed unused round_Addr_upwards function. by tom · 16 years ago
  54. 588658b Don't assume that all global variables are in the data section - we by tom · 16 years ago
  55. 65e6d92 Improve detection of where ELF sections have been mapped by taking by tom · 16 years ago
  56. 8aa41de by sewardj · 16 years ago
  57. 74a74d8 by sewardj · 16 years ago
  58. a6dbb3f - No longer using VG_ARCH_ALL to determine the DIST_SUBDIRS used for by njn · 16 years ago
  59. 3ec9d9a Merge part of r8943 from the Darwin branch -- use VGA_* instead of VGP_* for by njn · 16 years ago
  60. 9890ee1 In AC_TRY_COMPILE, only include the function body, not the surrounding "int by njn · 16 years ago
  61. 63c7de1 Replace some 4-space indents with 3-space indents. Merged from DARWIN. by njn · 16 years ago
  62. 747f8b0 This should have been part of r9004. by njn · 16 years ago
  63. 91772d1 - Split up m_ume.c into m_ume/{main,elf,script}.c. This will make merging by njn · 16 years ago
  64. a7d4ca3 A couple more changes to fix the conditional building of DRD tests. by njn · 16 years ago
  65. a2aa68e Added yet another output variant. by bart · 16 years ago
  66. 5639ce1 Added yet another output variant. by bart · 16 years ago
  67. 8cdc628 Elaborated prereq clauses. by bart · 16 years ago
  68. 5a8c67f Made compilation of multiple tests conditional. by bart · 16 years ago
  69. 2eaa8f2 Added automake conditional HAVE_PTHREAD_MUTEX_TIMEDLOCK. by bart · 16 years ago
  70. 3826d58 Only call pthread_rwlock_timedwrlock() or pthread_rwlock_timedrdlock() if supported. by bart · 16 years ago
  71. 6d45e92 Added configure tests for optional POSIX threads functionality. by bart · 16 years ago
  72. cfc000e Generate default.supp at compile-time, not configure-time. by njn · 16 years ago
  73. d74b0ef The load addresses depend on the platform, not the architecture. by njn · 16 years ago
  74. b4d48a5 VG_ARCH doesn't exist any more, use VG_ARCH_PRI in valgrind.pc.in. by njn · 16 years ago
  75. eccf7c0 Make this file compile without warnings when the PERF_FAST_* macros are by njn · 16 years ago
  76. 86728b2 Add a comment explaining this test. by njn · 16 years ago
  77. 05a7d46 Removed superfluous dependency. by bart · 16 years ago
  78. 3b3b76d Create memcheck/tests/linux/ and move some Linux-specific tests by njn · 16 years ago
  79. a454ec0 Create memcheck/tests/x86-linux/ and move some platform-specific tests (the by njn · 16 years ago
  80. bc00bb7 Merged r8966 (show scanning output during leak checking with -v) from DARWIN by njn · 16 years ago
  81. 070d1a2 Make sure that sigalrm.c compiles correctly on systems that do not have the header file <asm/unistd.h>. by bart · 16 years ago
  82. 1f2b143 Added configure test for the header file <asm/unistd.h>. by bart · 16 years ago
  83. ed20050 Obtain current time through time() instead of through clock_gettime(CLOCK_REALTIME), such that this test compiles on systems that do not support CLOCK_REALTIME. by bart · 16 years ago
  84. b59edf1 Remove an unnecessary #include that breaks the test on Darwin, and update by njn · 16 years ago
  85. c4431bf Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those by njn · 16 years ago
  86. a81465a The SG_GET_TIMEOUT ioctl doesn't write to memory - it returns the by tom · 16 years ago
  87. 5816a39 The SG_GET_VERSION_NUM ioctl writes to memory rather than reading it. by tom · 16 years ago
  88. 4e8224b Compress the file passed as the third argument before attaching it to the outgoing e-mail. by bart · 16 years ago
  89. 7f8cd30 Added an additional expected output file. by bart · 16 years ago
  90. 28aa0ce Runs now fine on systems for which PTHREAD_STACK_MIN > 32768. by bart · 16 years ago
  91. 1581e74 Do not only intercept SIGILL during detection of the supported instruction set by bart · 16 years ago
  92. a00febc SSE3 and SSSE3 are two different things, so add a proper SSSE3 feature by tom · 16 years ago
  93. 70dbf4e Changed single recipient into a list of recipients and fixed mutt subject and attachment arguments. by bart · 16 years ago
  94. 0bae227 Added to repository. by bart · 16 years ago
  95. 3040125 Made sure that all diff files are processed. by bart · 16 years ago
  96. 9e46dbe Updated machine details. by bart · 16 years ago
  97. fd97cec Added new nightly build configuration variable: ABT_EVAL. by bart · 16 years ago
  98. 2261edb Renamed georgia-tech-cellbuzz.* to georgia-tech-cellbuzz-cross.*. by bart · 16 years ago
  99. 4d598eb Fixed typo (a space was lost by copying text between shell sessions). by bart · 16 years ago
  100. fcb1cd6 The blockfault regression test now passes on 64 bit systems too. by bart · 16 years ago