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