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