summaryrefslogtreecommitdiff
path: root/memcheck
AgeCommit message (Expand)AuthorFilesLines
2009-01-22Don't hardwire @FLAG_M32@ in here, since this directory isn't archsewardj1-2/+1
2009-01-22- No longer using VG_ARCH_ALL to determine the DIST_SUBDIRS used fornjn3-13/+1
2009-01-21- Split up m_ume.c into m_ume/{main,elf,script}.c. This will make mergingnjn4-163/+0
2009-01-19Make this file compile without warnings when the PERF_FAST_* macros arenjn1-289/+346
2009-01-19Create memcheck/tests/linux/ and move some Linux-specific testsnjn11-9/+29
2009-01-19Create memcheck/tests/x86-linux/ and move some platform-specific tests (thenjn24-15/+36
2009-01-19Merged r8966 (show scanning output during leak checking with -v) from DARWINnjn1-0/+4
2009-01-15Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all thosenjn2-13/+12
2009-01-08trunk/memcheck/tests/Makefile.amnjn3-3/+2
2008-12-17Add another magic constant to the Iex_Const case in isBogusAtom, assewardj1-1/+2
2008-11-18A couple of 'make dist' fixes.sewardj1-1/+1
2008-11-08Update expected output, with a line number that's actually correct.sewardj1-3/+1
2008-11-08Add a second expected output. It appears that a recent glibcs printsewardj2-1/+788
2008-11-08Attempt to reduce output variance by ensuring mainSort() is never inlined.sewardj2-7/+13
2008-11-08Use a "sided" comparison rather than a "point" comparison, so as tosewardj1-2/+2
2008-11-08Update expected output now that Memcheck's realloc implementation alwayssewardj1-1/+3
2008-10-30Origin tracking: handle 16-bit excess in guest state reads/writes.sewardj1-8/+13
2008-09-19Fix longstanding bug in dual-arch support, which originated insewardj1-3/+3
2008-09-18Merge all remaining changes from branches/PTRCHECK. These are somesewardj6-24/+30
2008-09-07Disabled printing of file descriptor value in order to make the test results ...bart2-2/+2
2008-08-27Added regression test for Linux' capget system call.bart4-0/+65
2008-08-08Handle new IR ops Iop_RoundF64toF64_*.sewardj1-0/+4
2008-07-29Compiles now with old versions of <sys/epoll.h> too.bart1-0/+1
2008-07-29Add a followup comment to the changes in r8454, which made memcheck'ssewardj1-0/+8
2008-07-22Change memcheck's (client) realloc implementation so that it copiessewardj1-16/+37
2008-07-22Origin-tracking fix: make sure that we have a shadow-origin (B)sewardj1-6/+16
2008-07-18Fix a silly mistake resulting in a bunch of global variables beingsewardj1-17/+17
2008-07-18When the leak checker finds overlapping blocks report the detailstom1-8/+14
2008-07-18When warning about permissions being changed on a large chunk oftom1-1/+2
2008-07-07Merged FORMATCHECK branch (r8368) to trunk.bart4-68/+70
2008-06-27Fixed filter.bart1-1/+1
2008-06-27Added extra filtering for the stderr output of malloc_free_fill such that the...bart6-119/+8
2008-06-24Reworked test such that file locking is now triggered from two different proc...bart3-36/+79
2008-06-23Added missing mode_t argument to open() system call.bart2-3/+3
2008-06-23Result of timerfd() syscall is no longer printed to stdout, which should make...bart2-5/+2
2008-06-23Added regression test for POSIX advisory locking (fcntl(..., F_SETFL, ...)).bart4-0/+95
2008-06-13get_otrack_shadow_offset_wrk: don't assert when handling 32 bitsewardj1-9/+19
2008-06-04Try to make this test more consistent across different machines.njn2-26/+42
2008-06-01Try to make these tests more reliable for different machines.njn5-68/+220
2008-05-29In the leak checker, don't assert when there are multiple identicalsewardj1-3/+15
2008-05-27Add a missing case and remove the bogus associated comment.sewardj1-5/+1
2008-05-12Make return types for some of the requests 64-bit clean. (following bugsewardj1-13/+13
2008-05-09Oops. Don't die on {x86,amd64}-linux when doing --track-origins=yessewardj1-0/+4
2008-05-09Add a regression test for fxsave.sewardj5-0/+246
2008-05-09Add a test case for #157748.sewardj5-1/+29
2008-05-07Add missing words to comment.sewardj1-2/+2
2008-05-06Build fixes for AIX5.3.sewardj1-0/+9
2008-05-06Add an expected output for ppc64-linux; probably required due to dodgyness insewardj3-1/+8
2008-05-06Why doesn't this sodding language have a half-decent type system?sewardj1-1/+1
2008-05-06Add a test for origin tracking through large floating point arrays.sewardj5-1/+117