summaryrefslogtreecommitdiff
path: root/memcheck
AgeCommit message (Expand)AuthorFilesLines
2011-09-05* whitespace changessewardj1-3/+71
2011-09-05For intercepts in libc and the dynamic linker (ld.so or dyld), splitsewardj1-125/+261
2011-09-05Add support for new primops added in vex r2199.sewardj1-0/+2
2011-08-20Make sure this gets built with -fomit-frame-pointer, even on x86-linux,sewardj1-10/+15
2011-08-20memcheck/tests/linux/timerfd-syscall: Avoid failure on heavily loaded systemsbart1-1/+1
2011-08-18x86-linux: don't add redirections for strchr/index in ld.so since theysewardj1-4/+6
2011-08-18Extend the behavioural-equivalence-class mechanism for redirectionsewardj1-102/+106
2011-08-18Don't compare src and dst to work out which direction to iteratetom1-49/+51
2011-08-17Redirect memcpy@@GLIBC_2.14 differently from memcpy@GLIBC_2.2.5, so assewardj1-8/+9
2011-08-16Fix for #275284 (initial fix, at least). Will break OSX; fixsewardj1-134/+196
2011-08-14memcheck/tests/sbfragment: Make this test pass on Darwinbart1-2/+2
2011-08-13memcheck/tests/sbfragment.c: Only use mallinfo() if available.bart1-0/+11
2011-07-31Fix prerequisite for memcheck/tests/linux/timerfd-syscall.florian1-1/+1
2011-07-29Avoid that compiling memcheck on 32-bit systems triggers a compiler warningbart1-2/+3
2011-07-24Avoid excessive fragmentation in m_mallocfree facility by munmappingsewardj5-0/+109
2011-07-24Add a new client request and pair of macros,sewardj13-0/+2922
2011-07-24Add support for IBM Power ISA 2.06 -- stage 2 (handle newsewardj1-0/+5
2011-07-12Un-break the build on most platforms following r11888. Oops.sewardj1-1/+1
2011-07-12Fix up preload code so that on Android it doesn't try to call anythingsewardj1-11/+28
2011-07-11Add / fix up test cases for {LD,ST}REX{,B,H,D} on ARM. Works for bothsewardj1-6/+61
2011-06-28valgrind and tool mon. cmds prefixes changes + doc fixes + new vgdb optionsewardj5-48/+67
2011-06-28Delete the AIX5 port. The last release this worked for is 3.4.1,sewardj11-432/+29
2011-06-26Memcheck:sewardj10-129/+598
2011-06-25Minor documentation fixes for the GDB server. (Philippe Waroquiers,sewardj1-1/+2
2011-06-17Move the GDBserver documentation from the "Valgrind core" chaptersewardj1-1/+1
2011-06-16Track vex r2163 (en-mass renaming of vector narrowing and widening primops)sewardj1-79/+88
2011-06-15Unbreak Altivec code following vex r2159 (renaming ofsewardj1-0/+2
2011-06-15Valgrind-side fixes and tests for PACKUSDW, to track r2160.sewardj1-0/+2
2011-06-15Track renaming of vector saturating narrowing primops in r2159.sewardj1-14/+18
2011-06-07Define _GNU_SOURCE for access to CLONE_XXX flags with gibc 2.14 headers.tom3-9/+12
2011-05-15Silence compiler warnings triggered by certain regression tests programs and ...bart1-0/+4
2011-05-15Get rid of the remaining "set but not used" warnings reported by gcc 4.6 bybart5-30/+23
2011-05-09memcheck: Fixed a bug in the address ranges reported in an error message. Clo...bart1-1/+1
2011-05-06Implement a GDB server in Valgrind. See #214909.sewardj4-61/+396
2011-05-04mkLazyN: fix incorrect type decl for 'mergeTy64', as spotted by IBM'ssewardj1-1/+1
2011-04-15Add support for IBM Power ISA 2.06 -- stage 1. Valgrind-side changessewardj3-181/+266
2011-04-12timerfd-syscall regression test: Allow even more scheduler variation.bart1-1/+1
2011-04-11Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMPsewardj1-1/+1
2011-04-11Create new module m_libcsetjmp, which wraps up uses ofsewardj1-5/+4
2011-04-03git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11682 a5019735-40e9-0310-86...bart8-9/+9
2011-03-29timerfd-syscall regression test: Allow even more scheduler variation.bart1-1/+1
2011-03-28Remove a bunch more warnings generated by gcc-4.6 about deadsewardj2-5/+5
2011-03-28Fix up most but not all warnings generated by gcc-4.6 about sewardj1-1/+1
2011-03-25Add VALGRIND_RESIZEINPLACE_BLOCK() and hence close #267819.bart15-23/+108
2011-03-17Replaced a Unicode character by an ASCII character in a source code comment.bart1-1/+1
2011-03-17Moved two Linux-specific syscalls to the linux subdirectory.bart10-8/+8
2011-03-17Fixed a recently introduced compiler warning.bart1-1/+1
2011-03-17Yet another attempt to make the timerfd-syscall test reliable.bart2-4/+4
2011-03-13Avoid that small time variations make the timerfd-syscall regression test fail.bart1-2/+2
2011-03-10'make dist' fixes following s390x-linux merge. (Christian Borntraegersewardj2-1/+7