]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2014-03-19  Bart Van Asschedrd: Add post-rwlock_init and pre-rwlock_destroy client...
2014-03-19  Dejan Jevticmips: Disable test on mips32/64 big-endian platforms.
2014-03-19  Dejan JevticVG_(strlen) ( const HChar* str ) does not count the...
2014-03-19  Dejan Jevticmips32: Avoid compiler warnings.
2014-03-18  Julian SewardUpdate.
2014-03-18  Julian SewardMake Helgrind test cases build on arm64-linux.
2014-03-18  Bart Van Asschedrd: Fix pthread_rwlock_timed{rd,wr}lock intercepts...
2014-03-18  Bart Van Asschedrd/tests/atomic_var: Avoid that platform-specific...
2014-03-16  Julian SewardFor arm64, implement macros CALL_FN_W_5W to CALL_FN_W_12W.
2014-03-15  Bart Van Asschestrmem intercepts: Add mempcpy() intercepts for ld...
2014-03-15  Julian SewardUn-break the arm32 compilation pipeline following the...
2014-03-15  Julian SewardUpdate for ARM fe fixes for 332037 and n-i-bz LDRD...
2014-03-15  Julian SewardLDRD/STRD reg+/-#imm8: allow PC as the base register...
2014-03-15  Julian SewardCorrectly handle add(hi) when the destination register...
2014-03-13  Bart Van AsscheNEWS: Mention recently fixed DRD issues
2014-03-12  Bart Van AsscheNEWS: Mention recently fixed DRD issues
2014-03-12  Bart Van Asschedrd: Fix an assertion failure in the internal consisten...
2014-03-11  Mark WielaardAdd vki/vki-*arm64-linux.h to include/Makefile.am nobas...
2014-03-11  Mark WielaardMake sure all files under the new shared dir are includ...
2014-03-11  Mark WielaardAdd vgdb.h to coregrind/Makefile.am noinst_HEADERS.
2014-03-11  Mark WielaardAdd vki/vki-xen-tmem.h to include/Makefile.am nobase_pk...
2014-03-11  Dejan Jevticmips32/64: Fix some mips32 and mips64 definitions.
2014-03-10  Bart Van Asschecoregrind/m_scheduler + drd: Rework r13862
2014-03-10  Bart Van Asschedrd: Build fix for ENABLE_DRD_CONSISTENCY_CHECKS
2014-03-10  Bart Van Asschecoregrind/m_scheduler: Inform tools about thread ID...
2014-03-10  Mark WielaardEnable sys_getpriority and sys_setpriority for ppc64.
2014-03-10  Julian SewardHandle IROps introduced by the arm64 port:
2014-03-10  Julian SewardBack-end handling of Iop_CmpNEZ32x4, Iop_CmpNEZ16x8...
2014-03-09  Julian SewardSupporting macros for function intercept and wrapping...
2014-03-09  Julian SewardReplace strlen, index, strcmp in the AArch64 ld.so...
2014-03-09  Julian SewardImplement a couple of backend artefacts needed by Memch...
2014-03-09  Julian SewardDo early writeback of the base register for the followi...
2014-03-08  Julian SewardEnable syscalls: sys_inotify_init1 sys_inotify_add_watch
2014-03-08  Julian Seward* iselIntExpr_AMode_wrk: generate correct code for...
2014-03-07  Julian SewardMore test cases:
2014-03-07  Julian SewardSupport extra instruction bits and pieces, enough to...
2014-03-07  Julian SewardEnable the following syscalls: sys_eventfd2 sys_symlink...
2014-03-07  Bart Van Asschedrd/tests/thread_namedrd/tests/thread_name: Ensure...
2014-03-07  Bart Van Asschedrd/tests/sem_open: Change the semaphore name (#331839)
2014-03-04  Dejan Jevticmips32/mips64: Fix the problem with VKI_ENOSYS and...
2014-03-03  Carl Loveupdated NEWS to state bug 329956 is fixed for the next...
2014-03-03  Dejan Jevticmips32: Fix the problem with reading the guest_FCSR...
2014-03-03  Julian SewardAdd comprehensive testing for almost all supported...
2014-03-03  Julian SewardFix error in 64-bit and smaller load versions of
2014-03-02  Julian SewardEnable sys_epoll_create1, sys_epoll_ctl, sys_epoll_pwai...
2014-03-02  Julian SewardAdd many test cases from arm64.
2014-03-02  Julian SewardImplement REV16, REV32, FCVTN, SHL (vector, immediate...
2014-03-01  Julian SewardUpdate; document missing test cases.
2014-03-01  Julian SewardAdd test cases for SIMD and FP instructions.
2014-03-01  Julian SewardEnable the following syscalls, which are needed to...
2014-03-01  Julian SewardFixes form arm64-linux.
2014-03-01  Julian SewardSupport arm64.
2014-03-01  Julian SewardRemove redundant FMOV (vector, immediate) case.
2014-03-01  Julian SewardSelect and emit insns for
2014-02-27  Dejan Jevticmips32: Fpu guest registers are ULong and the initial...
2014-02-27  Christian Borntraegerwire up some more system calls on s390
2014-02-27  Julian SewardFill in a (very) few cases for get_otrack_shadow_offset...
2014-02-27  Julian SewardEnable a few more syscalls:
2014-02-27  Julian SewardImplement a few more integer instructions:
2014-02-25  Dejan Jevticmips32: Add tests for mips32 floating point compare...
2014-02-25  Dejan Jevticmips32: Fix the problem with the floating point compare...
2014-02-24  Christian BorntraegerThis fixes the shadow validity setup of SP,IA and FPC...
2014-02-24  Mark WielaardBZ#331380 cont. Don't crash if evp->sigev_notify is...
2014-02-24  Tom HughesHandle IPv6 addresses when reporting open file descriptors.
2014-02-24  Mark WielaardBZ#331380 Syscall param timer_create(evp) points to...
2014-02-22  Florian KrohmMake SGCheck fail with a meaningful message on unsuppor...
2014-02-22  Florian KrohmAnnounce bug fix for BZ #331305
2014-02-22  Florian KrohmDo not use == as it is not portable. Use = instead.
2014-02-22  Florian KrohmBump __VALGRIND_MINOR__ to catch up with the release.
2014-02-22  Florian KrohmAvoid "let" which isn't portable.
2014-02-21  Mark WielaardAccept glibc 2.19 as valid.
2014-02-21  Julian SewardFix incorrect include, spotted by mjw.
2014-02-21  Julian SewardUpdate.
2014-02-21  Julian Seward* fix a bug in sys_clone that was causing threads to...
2014-02-21  Julian Seward* add a kludgey fix for "mrs rT, dczid_el0"
2014-02-21  Mark Wielaardmemcheck/tests/Makefile.am include filter_dw4 in dist_n...
2014-02-20  Julian SewardEnable sys_ppoll, sys_kill, sys_socketpair.
2014-02-20  Julian Sewardarm64-linux: make restarting of syscalls interrupted...
2014-02-20  Julian SewardFirst pass at implementation of load/store exclusive and
2014-02-20  Julian SewardFirst attempt at supporting sys_clone.
2014-02-20  Julian SewardMake these buildable on arm64-linux.
2014-02-20  Mark WielaardBug 331337 s390x WARNING: unhandled syscall: 326 (dup3)
2014-02-19  Julian SewardImplement unchainXDirect_ARM64.
2014-02-19  Petar JovanovicRemoving fixed issue #326444 from the bug list
2014-02-19  Florian KrohmRemove those bugs that are already reported in NEWS...
2014-02-19  Dejan Jevticmips32: Support for 64bit FPU on MIPS32 platforms.
2014-02-19  Dejan Jevticmips32: VEX Support for 64bit FPU on MIPS32 platforms.
2014-02-19  Florian KrohmFix BZ #327212. Check for absolute path name at the...
2014-02-18  Dejan Jevticmips32/64: Remove default flags -mips32 and -mips64...
2014-02-17  Tom HughesFilter out differences in structure size
2014-02-17  Tom HughesUse pclose instead of fclose to close pipes opened...
2014-02-17  Tom HughesUse sigjmp_buf with sig{set,long}jmp, not jmp_buf
2014-02-17  Julian SewardImplement more aarch64 vector insns:
2014-02-15  Petar Jovanovicmips64: add missing file to EXTRA_DIST
2014-02-14  Petar Jovanovicmips64: update list of svn ignore files
2014-02-14  Petar Jovanovicmips64: correct mistyped test name
2014-02-14  Petar Jovanovicmips64: add tests for load indexed instructions
2014-02-14  Petar Jovanovicmips64: add support for load indexed instructions from...
2014-02-14  Florian KrohmFix V-bit tester failures introduced by VEX r2815.
2014-02-14  Florian KrohmFix comments and code snippets that were making incorre...
next