1. e4310b3 RHEL 4 build fix by bart · 13 years ago
  2. d53282e Use normal setjmp/longjmp, not the __builtin_ ones, as LLVM pretty by sewardj · 13 years ago
  3. 7fc4d4a Give function copy_input_until_stop the noinline atribute. by florian · 13 years ago
  4. 1b3a7a4 Some fixes for Android: by sewardj · 13 years ago
  5. 4b3a742 Fix #284384 (clang 3.1 -Wunused-value warnings in valgrind.h, by sewardj · 13 years ago
  6. 4ef552a Change the behaviour of VALGRIND_CHECK_MEM_IS_DEFINED slightly, so by sewardj · 13 years ago
  7. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  8. 403d8aa Improvements in freelist handling for Memcheck. See #250065. by sewardj · 13 years ago
  9. ecb3509 Add an excessively minimal testcase, from #279698, pertaining to the by sewardj · 13 years ago
  10. b5a2923 Change and simplify the way that Memcheck instruments saturating by sewardj · 13 years ago
  11. 284f2a3 Add a replacement for strcasestr, along with test case. Fixes #282979. by sewardj · 13 years ago
  12. 4fb597b Add missing filter scripts to Makefile.am so they are included in by florian · 13 years ago
  13. 9a2afe9 Handle new Iop_CmpEQ64x2 introduced in vex r2218. by sewardj · 13 years ago
  14. 1ea87a5 memcheck/tests/linux/Makefile.am: Add four .vgtest files to the distribution tarball and remove the capget binary by bart · 13 years ago
  15. 2eb66e0 Revert r12128 because it triggers an assertion failure on one of the nightly build systems by bart · 13 years ago
  16. 5430ede First round of changes to get make dist working again. by florian · 13 years ago
  17. 2a5e5d7 memcheck/tests/err_disable4: Increase thread stack size a little by bart · 13 years ago
  18. cf0a8b9 memcheck/tests/unit_libcbase.c: Convert from old-style gcc designated by bart · 13 years ago
  19. 7d3dd0b memcheck/tests/err_disable4: Reduce memory footprint further. by bart · 13 years ago
  20. 06e9bf0 Avoid that using any of the VALGRIND_DISABLE_ERROR_REPORTING, by bart · 13 years ago
  21. b3af9cf Format functions: change format specifier %t into %pS. Remove the _no_f_c formatting function variants. by bart · 13 years ago
  22. 28936a8 Declare _exit as "noreturn". This will avoid a GCC warning. by florian · 13 years ago
  23. 73cc19e Change the filter order. Filename base backtrace filtering by florian · 13 years ago
  24. e140e56 Update exp files for memcheck's supp_unknown testcase. by florian · 13 years ago
  25. 58a1bf3 Rewrite badjump and badjump2 such that the error occurs now on the by florian · 13 years ago
  26. 9a8d3af Fix execve2 testcase. by florian · 13 years ago
  27. 8e0cc77 Turns out there is at least one version of glibc tat contains by florian · 13 years ago
  28. 772d9d8 The testcases execve1 and fwrite actually fail on x86 in the sense that by florian · 13 years ago
  29. 3dfe979 Improve filtering of backtrace noise in the memcheck bucket by florian · 13 years ago
  30. 3b38c6e Rename testcase from execve to execve1. by florian · 13 years ago
  31. f503645 Limit number of backtrace frames to 3 so as to avoid junk frames. by sewardj · 13 years ago
  32. 2bf2522 Fix multiple problems with this test: by sewardj · 13 years ago
  33. ce0657d Update for x86. by florian · 13 years ago
  34. 0c865b4 Use <sys/mman.h> instead of <linux/mman.h> to fix a compile problem by florian · 13 years ago
  35. 70f291d arm_linux_android: intercept __dl_strcmp and __dl_strlen in by sewardj · 13 years ago
  36. 731f9cf by sewardj · 13 years ago
  37. bd3b127 Add more .exp files for s390 due to GCC's use of the MVC insn. by florian · 13 years ago
  38. 65abb16 Back out r12026; instead add a new .exp file for s390x. by florian · 13 years ago
  39. d2ba31c For s390x we also need to accept a reported size of 1. by florian · 13 years ago
  40. d8b9346 Avoid excessive fragmentation in m_mallocfree by munmapping unused by sewardj · 13 years ago
  41. 79bb249 Additional .exp file for s390x. by florian · 13 years ago
  42. 4157d4f * whitespace changes by sewardj · 13 years ago
  43. 3c94445 For intercepts in libc and the dynamic linker (ld.so or dyld), split by sewardj · 13 years ago
  44. 169ac04 Add support for new primops added in vex r2199. by sewardj · 13 years ago
  45. 14a8178 Make sure this gets built with -fomit-frame-pointer, even on x86-linux, by sewardj · 13 years ago
  46. 2b451ba memcheck/tests/linux/timerfd-syscall: Avoid failure on heavily loaded systems by bart · 13 years ago
  47. c9b0854 x86-linux: don't add redirections for strchr/index in ld.so since they by sewardj · 13 years ago
  48. 9604484 Extend the behavioural-equivalence-class mechanism for redirection by sewardj · 13 years ago
  49. 863ab7c Don't compare src and dst to work out which direction to iterate by tom · 13 years ago
  50. d88797f Redirect memcpy@@GLIBC_2.14 differently from memcpy@GLIBC_2.2.5, so as by sewardj · 13 years ago
  51. bd2cff2 Fix for #275284 (initial fix, at least). Will break OSX; fix to follow. by sewardj · 13 years ago
  52. dcb03ea memcheck/tests/sbfragment: Make this test pass on Darwin by bart · 13 years ago
  53. 68964c2 memcheck/tests/sbfragment.c: Only use mallinfo() if available. by bart · 13 years ago
  54. f897b99 Fix prerequisite for memcheck/tests/linux/timerfd-syscall. by florian · 13 years ago
  55. dc429d1 Avoid that compiling memcheck on 32-bit systems triggers a compiler warning by bart · 13 years ago
  56. 45264af Avoid excessive fragmentation in m_mallocfree facility by munmapping by sewardj · 13 years ago
  57. dc873c0 Add a new client request and pair of macros, by sewardj · 13 years ago
  58. a201c45 Add support for IBM Power ISA 2.06 -- stage 2 (handle new by sewardj · 13 years ago
  59. 4966542 Un-break the build on most platforms following r11888. Oops. by sewardj · 13 years ago
  60. 126e82d Fix up preload code so that on Android it doesn't try to call anything by sewardj · 13 years ago
  61. 9bd30a8 Add / fix up test cases for {LD,ST}REX{,B,H,D} on ARM. Works for both by sewardj · 13 years ago
  62. 30b3eca valgrind and tool mon. cmds prefixes changes + doc fixes + new vgdb option by sewardj · 13 years ago
  63. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  64. c8bd1df Memcheck: by sewardj · 13 years ago
  65. e81a454 Minor documentation fixes for the GDB server. (Philippe Waroquiers, by sewardj · 13 years ago
  66. 350c0fe Move the GDBserver documentation from the "Valgrind core" chapter by sewardj · 13 years ago
  67. 7ee7d85 Track vex r2163 (en-mass renaming of vector narrowing and widening primops) by sewardj · 13 years ago
  68. bb0f6f4 Unbreak Altivec code following vex r2159 (renaming of by sewardj · 13 years ago
  69. 2a25889 Valgrind-side fixes and tests for PACKUSDW, to track r2160. by sewardj · 13 years ago
  70. 9beeb0a Track renaming of vector saturating narrowing primops in r2159. by sewardj · 13 years ago
  71. bb748cb Define _GNU_SOURCE for access to CLONE_XXX flags with gibc 2.14 headers. by tom · 13 years ago
  72. 536081d Silence compiler warnings triggered by certain regression tests programs and that we are not interested in. by bart · 13 years ago
  73. 575ce8e Get rid of the remaining "set but not used" warnings reported by gcc 4.6 by by bart · 13 years ago
  74. 3c4fa9f memcheck: Fixed a bug in the address ranges reported in an error message. Closes #272615. by bart · 13 years ago
  75. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  76. 9943003 mkLazyN: fix incorrect type decl for 'mergeTy64', as spotted by IBM's by sewardj · 13 years ago
  77. f34eb49 Add support for IBM Power ISA 2.06 -- stage 1. Valgrind-side changes by sewardj · 13 years ago
  78. de2b6fc timerfd-syscall regression test: Allow even more scheduler variation. by bart · 13 years ago
  79. 97d3ebb Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 13 years ago
  80. 6c591e1 by sewardj · 13 years ago
  81. f976f6c by bart · 13 years ago
  82. 07ac424 timerfd-syscall regression test: Allow even more scheduler variation. by bart · 14 years ago
  83. 66304e2 Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 14 years ago
  84. c7ffc94 Fix up most but not all warnings generated by gcc-4.6 about by sewardj · 14 years ago
  85. 9134738 Add VALGRIND_RESIZEINPLACE_BLOCK() and hence close #267819. by bart · 14 years ago
  86. 0d2b897 Replaced a Unicode character by an ASCII character in a source code comment. by bart · 14 years ago
  87. 78f09d2 Moved two Linux-specific syscalls to the linux subdirectory. by bart · 14 years ago
  88. 5e882ff Fixed a recently introduced compiler warning. by bart · 14 years ago
  89. 7ad0751 Yet another attempt to make the timerfd-syscall test reliable. by bart · 14 years ago
  90. c303d06 Avoid that small time variations make the timerfd-syscall regression test fail. by bart · 14 years ago
  91. 15f9feb 'make dist' fixes following s390x-linux merge. (Christian Borntraeger by sewardj · 14 years ago
  92. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 14 years ago
  93. e44f4b2 Darwin: Re-enabled four regression tests. by bart · 14 years ago
  94. 1005ef5 Darwin: Build fixes for four regression tests by Rich Coe (see also #267488). by bart · 14 years ago
  95. de486f7 Skip test programs that do not build on Darwin. by bart · 14 years ago
  96. 49d5a28 Fix minor documentation nits (Michael Snyder, msnyder@vmware.com) by sewardj · 14 years ago
  97. 357cf25 Do the -m32 vs -m64 thing correctly for these tests. Fixes some very by sewardj · 14 years ago
  98. 5575f05 x86: get_otrack_shadow_offset_wrk: handle guest_NRADDR. Fixes #257276. by sewardj · 14 years ago
  99. 7e30be4 Somewhat reduce the amount of mempool sanity checking, so as to avoid by sewardj · 14 years ago
  100. 12412a2 Add a new mempool test resulting from work on #254420, and update by sewardj · 14 years ago