1. 3d22508 Merge parts of r9775, r9777, r9789, r9794 from the DARWIN branch. by njn · 15 years ago
  2. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  3. ac1e033 Created a new module, m_aspacehl. Factored out three(!) copies of by njn · 15 years ago
  4. e10c7f8 Make loss record ordering more deterministic, so that regtests are reliable. by njn · 15 years ago
  5. 532b04b Change a #include to make the test more portable. by njn · 15 years ago
  6. 29a5c01 Fix bug #191182, where printing the leak checker results was really slow if by njn · 15 years ago
  7. 18051fc Merge r9761 (fix a comment) from the trunk. by njn · 15 years ago
  8. b4cfbc4 Don't compile Linux-only redirects on non-Linux platforms. by njn · 15 years ago
  9. 22ac516 Remove unused .exp files for sigkill. by njn · 15 years ago
  10. 6cfb1df Merged r9741 (make post-syscall more portable) from the DARWIN branch. by njn · 15 years ago
  11. 20d411e Compiles now on RHEL 5.3 systems. In the RHEL 5.3 headers __NR_timerfd_create is defined but neither __NR_timerfd_settime nor __NR_timerfd_gettime. by bart · 15 years ago
  12. b7a4e2e Renamed various things for clarity. Added some comments. And fixed the by njn · 15 years ago
  13. 492f00b Fix test breakage caused by r9694. by njn · 15 years ago
  14. 1c4a487 Use -q on varinfo tests to avoid platform-specific differences in number of by njn · 15 years ago
  15. 36fce1b Merged r9653..r9655 (fixed terminal signal handling in Darwin) from DARWIN by njn · 15 years ago
  16. a04c20d Merge r9614 (make more_x86_fp compile on darwin) from the DARWIN branch. by njn · 15 years ago
  17. 21fd4f3 Merge r9621 (move int3-x86 into x86-linux/) from the DARWIN branch. by njn · 15 years ago
  18. d0f18a8 Merge r9619 (fix more_x86_fp on Darwin) from the DARWIN branch. by njn · 15 years ago
  19. 7b7f666 Unbreak pushfpopf on Linux. by njn · 15 years ago
  20. 9d94cf2 Merge r9612 (make pushfpopf work on Darwin) from the DARWIN branch. by njn · 15 years ago
  21. c9a6f4b Merge r9610 (AM_CCASFLAGS tweaks for test Makefiles) from the DARWIN branch. by njn · 15 years ago
  22. b9acfbe Merge r9605 (make tronical work on Darwin) from the DARWIN branch. by njn · 15 years ago
  23. 52cb75c Merged r9602 and r9603 (make cpuid pass on Darwin, rename .s files to .S) by njn · 15 years ago
  24. e1c350f Move with-space to linux/, because it's hard to replicate on Darwin. by njn · 15 years ago
  25. e66bccb Remove nanoleak.vgtest, it's a trivial test. nanoleak.c is used by by njn · 15 years ago
  26. 5281fd1 Merged r9546..r9548 (moved blockfault, and filtering fixes) from the DARWIN by njn · 15 years ago
  27. fed4e97 Merged r9543 (make xor-undef-x86 work on Darwin) from the DARWIN branch. by njn · 15 years ago
  28. 83b62cb Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWIN branch. by njn · 15 years ago
  29. 71633b1 Handle new pseudo-register IP_AT_SYSCALL when origin-tracking is by sewardj · 15 years ago
  30. 90fc9d7 Track renaming of guest_CIA_AT_SC to guest_IP_AT_SYSCALL (vex r1886). by sewardj · 15 years ago
  31. 3a04d5c This should have gone in with the last commit. by njn · 15 years ago
  32. acdcf54 - Turn exit_group() into exit() in the Memcheck filter, for greater by njn · 15 years ago
  33. b69aca1 Merge r9419 (make describe-block portable) from the DARWIN branch. by njn · 15 years ago
  34. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 15 years ago
  35. 553c42f Added better filtering for Helgrind tests, removing all unreliable stack by njn · 15 years ago
  36. ec2f7ce Another filter_xml update. by njn · 15 years ago
  37. c0b2618 - Removed leakotron. It was not a very useful test, and hard to make by njn · 15 years ago
  38. 04cf8ac Un-break 'make dist'. by bart · 15 years ago
  39. b671132 Another regtest fix for machines with debug info installed for libc. by njn · 15 years ago
  40. 402c1a1 Make the leak-cases tests more robust. by njn · 15 years ago
  41. a9ed409 Fix an expected output for the recent large leak-checker rewrite. by njn · 15 years ago
  42. 9f20746 Updated copyright years. by njn · 15 years ago
  43. 62dd9fa Tweak the Memcheck manual, fixing bug #157154 in the process. by njn · 15 years ago
  44. 9cf79b5 Some tweaks to make more tests pass, or get closer to passing, on by njn · 15 years ago
  45. 8225cc0 This commit completely overhauls the leak checker. In particular: by njn · 15 years ago
  46. f595b13 Remove .exp64 files that are identical to their corresponding .exp files and by njn · 16 years ago
  47. 61485ab tests/arch_test is currently being used for two purposes: by njn · 16 years ago
  48. aab814e Use "status" as the argname for 'exit' and 'exit_group'. by njn · 16 years ago
  49. 8df80b2 by njn · 16 years ago
  50. c5f20c7 Merge r9285 (match-overrun fixes) from the DARWIN branch. by njn · 16 years ago
  51. b3027ea Make this pass on AIX (untested). by njn · 16 years ago
  52. f57115c Make the VKI_PAGE_SIZE conditional match that in m_vki.c. by njn · 16 years ago
  53. 24d9863 Builds again on powerpc. by bart · 16 years ago
  54. 29a100c rename a function by njn · 16 years ago
  55. 8b88b66 Avoid a warning. by njn · 16 years ago
  56. 132fdb0 Add more testing to memcheck/tests/unit_libcbase.c. by njn · 16 years ago
  57. b0e34f7 Remove toobig-allocs.c -- it was unreliable and didn't test any by njn · 16 years ago
  58. 79a5cc4 Move memcheck/tests/x86/bug133694 into memcheck/tests/x86-linux -- it uses by njn · 16 years ago
  59. a601553 Delete memcheck/tests/zeropage. The original purpose of the test is no by njn · 16 years ago
  60. 83df0b6 atoll() is a terrible function -- you can't do any error checking with it. by njn · 16 years ago
  61. 1dcee09 Remove a number of unused parameters, found with -Wunused-parameter. by njn · 16 years ago
  62. 685a959 Fix some more 'make check' warnings, ones that appear on non-Linux platforms. by njn · 16 years ago
  63. efc13c2 Get rid of all "make check" compile warnings, except for the ones from by njn · 16 years ago
  64. 2a5a76b Merged part of r9234 (unit_libcbase improvements) from the DARWIN branch. by njn · 16 years ago
  65. 6ab37c7 A few more test/build changes. by njn · 16 years ago
  66. 07891f9 Test files were being passed multiple arch options (eg. "-m32 -m64") when by njn · 16 years ago
  67. 1dccf7f Finished renaming of 'oset_test' into 'unit_oset'. by bart · 16 years ago
  68. 221666f Forgot to add this file in the last commit. by njn · 16 years ago
  69. 8a0b704 - Add 'unit_libcbase', the beginnings of a unit test module for m_libcbase. by njn · 16 years ago
  70. 5304457 Various build system clean-ups and simplifications: by njn · 16 years ago
  71. 8b140de In the core, include malloc_usable_size() as one of the functions that must by njn · 16 years ago
  72. 3f29886 Remove unnecessary Memcheck test filters. by njn · 16 years ago
  73. 870f170 Stack traces for Memcheck's syscall param errors are terribly unreliable, so by njn · 16 years ago
  74. 107bc57 Merge r9175 (don't run inappropriate OS- and platform-specific tests) from by njn · 16 years ago
  75. 3b50735 get_otrack_shadow_offset_wrk(ppc32): handle a missing case that caused by sewardj · 16 years ago
  76. 0458a12 Moved 3 Linux-specific tests into linux/ directories. by njn · 16 years ago
  77. e66ffee Filter out everything after "(below main)" in a line. This will help with by njn · 16 years ago
  78. ac31b05 Merge the non-Darwin parts of r9140 (install vgpreload .dSYMs), just to keep by njn · 16 years ago
  79. 6bf365c Changed the way files are installed. Instead of going into by njn · 16 years ago
  80. 6882443 Cleaned up the mess that was the treatment of "below main" functions such as by njn · 16 years ago
  81. e615466 Merge part of r9129 (factor out duplicated Z-encodings of names) from the by njn · 16 years ago
  82. f1efbd4 Make the leak checker a bit less verbose. by sewardj · 16 years ago
  83. 163c487 Move memcheck/tests/brk to the linux/ subdir, as it's Linux-specific (merged by njn · 16 years ago
  84. d3e4dd9 Merge some minor regtest updates from the DARWIN branch: by njn · 16 years ago
  85. 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 16 years ago
  86. 74a74d8 by sewardj · 16 years ago
  87. a6dbb3f - No longer using VG_ARCH_ALL to determine the DIST_SUBDIRS used for by njn · 16 years ago
  88. 91772d1 - Split up m_ume.c into m_ume/{main,elf,script}.c. This will make merging by njn · 16 years ago
  89. eccf7c0 Make this file compile without warnings when the PERF_FAST_* macros are by njn · 16 years ago
  90. 3b3b76d Create memcheck/tests/linux/ and move some Linux-specific tests by njn · 16 years ago
  91. a454ec0 Create memcheck/tests/x86-linux/ and move some platform-specific tests (the by njn · 16 years ago
  92. bc00bb7 Merged r8966 (show scanning output during leak checking with -v) from DARWIN by njn · 16 years ago
  93. c4431bf Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those by njn · 16 years ago
  94. cc874b5 trunk/memcheck/tests/Makefile.am by njn · 16 years ago
  95. 17b4743 Add another magic constant to the Iex_Const case in isBogusAtom, as by sewardj · 16 years ago
  96. b3fc062 A couple of 'make dist' fixes. by sewardj · 16 years ago
  97. 3fc4c8a Update expected output, with a line number that's actually correct. by sewardj · 16 years ago
  98. 1c5845d Add a second expected output. It appears that a recent glibcs print by sewardj · 16 years ago
  99. f5049f7 Attempt to reduce output variance by ensuring mainSort() is never inlined. by sewardj · 16 years ago
  100. 9ec6af6 Use a "sided" comparison rather than a "point" comparison, so as to by sewardj · 16 years ago