- 599cd7a Support arm64. by sewardj · 11 years ago
- c221218 wire up some more system calls on s390 by cborntra · 11 years ago
- da7e046 Fill in a (very) few cases for get_otrack_shadow_offset_wrk on arm64. by sewardj · 11 years ago
- e3c20b4 Enable a few more syscalls: by sewardj · 11 years ago
- df22202 mips32: Add tests for mips32 floating point compare instructions. by dejanj · 11 years ago
- 7e5a9c2 This fixes the shadow validity setup of SP,IA and FPC. The current by cborntra · 11 years ago
- 812e2f9 BZ#331380 cont. Don't crash if evp->sigev_notify is invalid. Fix scalar test. by mjw · 11 years ago
- 3995526 Handle IPv6 addresses when reporting open file descriptors. by tom · 11 years ago
- 40bb783 BZ#331380 Syscall param timer_create(evp) points to uninitialised byte(s) by mjw · 11 years ago
- 4ced797 Make SGCheck fail with a meaningful message on unsupported platforms. by florian · 11 years ago
- 85905b6 Announce bug fix for BZ #331305 by florian · 11 years ago
- 51b14ee Do not use == as it is not portable. Use = instead. by florian · 11 years ago
- 0bc560e Bump __VALGRIND_MINOR__ to catch up with the release. by florian · 11 years ago
- 62477d2 Avoid "let" which isn't portable. by florian · 11 years ago
- 28ae199 Accept glibc 2.19 as valid. by mjw · 11 years ago
- 987862c Fix incorrect include, spotted by mjw. by sewardj · 11 years ago
- 3690e68 Update. by sewardj · 11 years ago
- 29ac981 * fix a bug in sys_clone that was causing threads to hang at exit by sewardj · 11 years ago
- 2e1de02 memcheck/tests/Makefile.am include filter_dw4 in dist_noinst_SCRIPTS. by mjw · 11 years ago
- c8fa5cc Enable sys_ppoll, sys_kill, sys_socketpair. by sewardj · 11 years ago
- dbb328d arm64-linux: make restarting of syscalls interrupted by signals work by sewardj · 11 years ago
- ae082d8 First attempt at supporting sys_clone. by sewardj · 11 years ago
- 14857fd Make these buildable on arm64-linux. by sewardj · 11 years ago
- 417e103 Bug 331337 s390x WARNING: unhandled syscall: 326 (dup3) by mjw · 11 years ago
- 9c85e3f Removing fixed issue #326444 from the bug list by petarj · 11 years ago
- ccfc908 Remove those bugs that are already reported in NEWS as being by florian · 11 years ago
- 24f0c3a mips32: Support for 64bit FPU on MIPS32 platforms. by dejanj · 11 years ago
- 3e17274 Fix BZ #327212. Check for absolute path name at the end of by florian · 11 years ago
- f674e38 mips32/64: Remove default flags -mips32 and -mips64 from the Makefile.all.am. by dejanj · 11 years ago
- b0385bc Filter out differences in structure size by tom · 11 years ago
- 77a6631 Use pclose instead of fclose to close pipes opened with popen, which by tom · 11 years ago
- 09c6ed8 Use sigjmp_buf with sig{set,long}jmp, not jmp_buf by tom · 11 years ago
- 8376591 mips64: add missing file to EXTRA_DIST by petarj · 11 years ago
- f04257f mips64: update list of svn ignore files by petarj · 11 years ago
- 89981ae mips64: correct mistyped test name by petarj · 11 years ago
- 77b1986 mips64: add tests for load indexed instructions by petarj · 11 years ago
- 965bf3f Fix V-bit tester failures introduced by VEX r2815. by florian · 11 years ago
- 1b660cb Update list of ignored files. by florian · 11 years ago
- 0b75059 mips64: Add BE version of cvm_lx_ins.stdout.exp by petarj · 11 years ago
- b8afd6f arm64: implement the apply on all GP register. by philippe · 11 years ago
- 7c2800a Mention that --vgdb=full bypasses the discard_translation gdbsrv problem by philippe · 11 years ago
- 5566301 No need to discard translation in gdbserver when --vgdb=full by philippe · 11 years ago
- 3ef45eb README.aarch64 : update status of gdbsrv for arm64 by philippe · 11 years ago
- 0eb0d5a Fix or implement various things to have V gdbsrv working on arm64 by philippe · 11 years ago
- 4ea8f14 - Handle KVM_CREATE_IRQCHIP, which does not take any parameter by cborntra · 11 years ago
- 1179131 Ignore executable. Should have been part of r13791. by florian · 11 years ago
- 4decb26 Fix the ppc32 special-instruction magic sequence so it really does by sewardj · 11 years ago
- aa229f3 Update NEWS for VEX r2814 by tom · 11 years ago
- 68f338f Fix typo in poll wrapper by tom · 11 years ago
- fef90e0 drd: Make the code added in r13792 portable by bart · 11 years ago
- 72b2193 drd/tests/trylock: Make this test pass for glibc >= 2.18 by bart · 11 years ago
- 9025fdb drd: Avoid that the drd/tests/pth_mutex_reinit test fails with glibc >= 2.18 by bart · 11 years ago
- a1b78a8 by carll · 11 years ago
- 75beb11 Fix V-bit tester failures introduced by VEX r2812. by florian · 11 years ago
- 647c002 Create a list of all bugs reported after the 3.9.0 release (I think). by sewardj · 11 years ago
- 518510b Show a line in the output log when the client connects but the by sewardj · 11 years ago
- 1cd6c90 Update. by sewardj · 11 years ago
- 6228e11 mips64: Add tests that cover Cavium-specific load indexed instructions by petarj · 11 years ago
- ddc4a18 Add support for the clock_adjtime system call. by tom · 11 years ago
- 4f5be8c Both eventfd and eventfd2 have post handlers that we were failing by tom · 11 years ago
- 1546c7a mips64: modify configure.ac to check for cavium supported toolchain by petarj · 11 years ago
- 55e7f19 mips64: detect Cavium Octeon II in mips_features by petarj · 11 years ago
- 1eb272f Handle and instrument an extra rounding-mode argument as added by by sewardj · 11 years ago
- fec95c8 This patch by adrian.sendroiu@freescale.com fixes the lrmw and stmw by carll · 11 years ago
- cc4a004 Update NEWS (platform changes section) with MIPS/Android by petarj · 11 years ago
- fc073c3 Fix typo. by sewardj · 11 years ago
- 4eeddf1 Ignore testcase executable. by florian · 11 years ago
- 0345188 arm64: rename guest_SP to guest_XSP so as to avoid a name clash with by sewardj · 11 years ago
- 383d5d3 Update implementation notes for the arm64-linux port. by sewardj · 11 years ago
- 821283b Initial implementation of CFI based stack unwinding for arm64-linux. by sewardj · 11 years ago
- fdaf9e4 Minor notes on arm64 register usages. by sewardj · 11 years ago
- cc49074 VG_(bzero_inline): handle up to 12 words inline. by sewardj · 11 years ago
- 04332ce Add test cases for AArch64 integer instructions (not wired up). by sewardj · 11 years ago
- f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 11 years ago
- cffe2a5 add --vgdb-prefix arg to callgrind_control by philippe · 11 years ago
- 3d24135 The value of AT_BASE should be the offset between where the ELF interpreter by tom · 11 years ago
- 9c6b05d mips32: Adding mips32/Android support to Valgrind. by dejanj · 11 years ago
- feb533c Announce fix for BZ #327284. by florian · 11 years ago
- 1371595 Fix drd assert failure for monitor cmd execution when all threads blocked in syscall by philippe · 11 years ago
- f066315 have massif printing its stats for v.info stats by philippe · 11 years ago
- 6a8aa58 Callgrind: support printing stats via vgdb by weidendo · 11 years ago
- bcff2cc Fix 325714 Empty vgcore but RLIMIT_CORE is big enough (too big) by philippe · 11 years ago
- 42a62d3 mips32/64: Add extra suppression for mips32/64. by dejanj · 11 years ago
- 8587b54 Implement gdbsrv "v.info stats" command giving statistics for valgrind core + tools by philippe · 11 years ago
- e52e445 Following svn r13758 (bug 328711), some further similar fixes, by philippe · 11 years ago
- 4229cbd Bug 328711 valgrind.1 manpage "memcheck options" section is badly generated by mjw · 11 years ago
- a150fe9 Select expensive add/sub/cmp interpretations for blocks containing by sewardj · 11 years ago
- ade6988 drd/tests/std_atomic: Add by bart · 11 years ago
- a9c40a3 Announce fix for BZ #328455. by florian · 11 years ago
- c23d4f7 Add testcase for bug 328100 XABORT not implemented (VEX r2800). by mjw · 11 years ago
- 7cd8848 NEWS entry for resolved bug 328100 XABORT not implemented (VEX r2800). by mjw · 11 years ago
- be1ef9f drd: Follow-up for r13749 by bart · 11 years ago
- 78795d1 Bump the version number on the trunk. by sewardj · 11 years ago
- d20a7ab mips32: update ignore list. by dejanj · 11 years ago
- 6ef137e mips32/mips64: Suppress race condition error. by dejanj · 11 years ago
- 4254584 Minor tweak in the VG_(poll) syscall and callers: have a way to show by philippe · 11 years ago
- 4be47bc Minor tweak in the vgdb instructions output by valgrind: by philippe · 11 years ago
- 34ff174 mips32: Fix typo. by dejanj · 11 years ago
- c64bbdd Helgrind: Suppress false positive reports on _dl_allocate_tls_init() by bart · 11 years ago
- 5fbc976 Decrease helgrind memory use for applications allocating many blocks by philippe · 11 years ago