]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2015-02-27  Julian Sewardfold_Expr: add rules
2015-02-27  Rhys KiddFix memcheck/tests/err_disable4 test on OS X
2015-02-26  Florian KrohmSimplify do_brk
2015-02-26  Florian KrohmInclude pub_core_aspacemgr.h only where needed.
2015-02-26  Florian KrohmChange the prototype of VG_(am_extend_into_adjacent_res...
2015-02-25  Mark WielaardBug #344318 socketcall should wrap recvmmsg and sendmmsg
2015-02-25  Florian KrohmChange VG_(am_extend_map_client) as follows:
2015-02-24  Florian KrohmAdd a comment explaining why there are only 3 emulation...
2015-02-24  Florian KrohmUpdate opcode list following VEX r3092.
2015-02-24  Julian Sewardarm64: enable test cases for conversion instructions...
2015-02-24  Julian Sewardarm64: enable all remaining cases in the
2015-02-24  Julian SewardHandle new IROps added in vex r3092:
2015-02-24  Julian Sewardarm64: enable test cases for
2015-02-24  Julian Sewardarm64: implement:
2015-02-24  Florian KrohmFix an off-by-one error - this time, do it right.
2015-02-23  Florian KrohmRevert r14954. If the end of a segment is 0xfffff....
2015-02-23  Christian BorntraegerFix configure for Linux kernel >= 4.0-rc1
2015-02-23  Florian KrohmFix an off-by-one error. A segment with start == end...
2015-02-23  Julian SewardStop gcc -Og complaining (incorrectly) about filessize...
2015-02-22  Rhys KiddFix bz#343523, OS X mach_ports_register: UNKNOWN task...
2015-02-21  Rhys KiddFix OS X 10.10 (Yosemite) - missing system calls and...
2015-02-20  Florian KrohmUpdate a comment.
2015-02-20  Florian KrohmPass in a mask of segment kinds to VG_(get_segment_starts)
2015-02-20  Julian SewardcanonicaliseSymtab: fix silly logic that could cause...
2015-02-18  Josef WeidendorferFix Bug #344314 callgrind_annotate ... commands contai...
2015-02-18  Julian SewardCorrectly handle prctl(VKI_PR_SET_PTRACER, ..) so as...
2015-02-18  Julian SewardMessaging cleanup for the PDB reader. No functional...
2015-02-18  Mark WielaardBug #344307 2 unhandled syscalls on aarch64/arm64:...
2015-02-18  Julian SewardFor PDB stats printing, don't print the number of inl...
2015-02-18  Julian SewardImprove string table reading for MSVC2010 compiled...
2015-02-17  Florian KrohmUpdate a comment.
2015-02-17  Mark WielaardBug #344295 syscall recvmmsg on arm64 (243) and ppc32...
2015-02-17  Mark WielaardBug #344279 syscall sendmmsg on arm64 (269) and ppc32...
2015-02-17  Julian SewardML_(find_name_of_pdb_file): bit a bit more careful...
2015-02-16  Florian KrohmUpdate comment for VG_(am_find_nsegment) to match the...
2015-02-16  Florian KrohmTranslations are allowed from all client segments....
2015-02-16  Florian KrohmUpdate a few comments.
2015-02-16  Florian KrohmDocument the --max-threads command line option.
2015-02-14  Florian KrohmMisc tweaks in segAddr_to_index:
2015-02-13  Florian KrohmAdd command line flag --max-threads=<integer> to increa...
2015-02-13  Florian KrohmMore use of LibVEX_GUEST_STATE_ALIGN.
2015-02-13  Florian KrohmUse LibVEX_GUEST_STATE_ALIGN introduced in VEX r3091.
2015-02-13  Florian KrohmAdd symbolic constant LibVEX_GUEST_STATE_ALIGN.
2015-02-11  Julian Sewardarm32-linux: for the magic-call CALL_FN_* macros, add...
2015-02-11  Julian Sewardarm32-linux: GET_STARTREGS has always been wrong on...
2015-02-11  Julian Sewardarm32: local_sys_write_stderr and local_sys_getpid...
2015-02-10  Mark WielaardBug #344007 accept4 syscall unhandled on arm64 (242...
2015-02-09  Florian KrohmRemove an unused macro (which also had undefined behavi...
2015-02-09  Florian KrohmFix a bug introduced in r14913.
2015-02-09  Philippe WaroquiersEnsure vgdb gets the nr of threads from Valgrind via...
2015-02-09  Mark WielaardBug #343978 Recognize DWARF5/GCC5 DW_LANG_Fortran 2003...
2015-02-09  Mark WielaardBug #343967 Don't warn about setuid/setgid/setcap exec...
2015-02-09  Julian SewardUpdate.
2015-02-09  Julian SewardEnable test cases for
2015-02-09  Julian SewardImplement FP instructions:
2015-02-08  Julian SewardEnable test cases for all remaining FP multiply instruc...
2015-02-08  Julian SewardImplement all remaining FP multiple style instructions:
2015-02-08  Julian SewardEnable test cases:
2015-02-08  Julian SewardImplement all remaining FP min/max style instructions:
2015-02-07  Mark WielaardBug 343733 Unhandled syscall 187 (msgctl and related...
2015-02-07  Mark WielaardBug 343732 - Unhandled syscall 144 (setgid) on aarch64.
2015-02-07  Julian SewardEnable test cases for all FP compare instructions:
2015-02-07  Julian SewardImplement all remaining FP compare instructions:
2015-02-06  Florian KrohmRevert accidental checkin for Makefile.am
2015-02-06  Florian KrohmFix undefined behaviours when shifting.
2015-02-06  Florian KrohmThere must be at least one element in a VLA.
2015-02-05  Philippe WaroquiersFix debug output of aspacemgr
2015-02-05  Julian SewardUpdate.
2015-02-05  Julian SewardUpdate to track v4l2 API for kernel version 3.19 change...
2015-02-05  Julian SewardAdd wrapper support for I2C_SMBUS ioctls. Patch from
2015-02-05  Julian SewardEnable sys_mbind, sys_get_mempolicy, sys_set_mempolicy...
2015-02-05  Julian SewardEnable FCVTMU Xd,Sn. Fixes #343332.
2015-02-05  Julian SewardAllow the user to specify precise-exception behaviour...
2015-02-05  Julian SewardMake a very minor change to the LibVEX_Translate interf...
2015-02-05  Christian Borntraegervalgrind part to VEX:3083 Fix bugzilla 343802, also...
2015-02-05  Christian BorntraegerFix bug 343802. We need to handle one more special...
2015-02-05  Julian SewardFix some inconsistent uses of the VG_XACT_CLO macro...
2015-02-04  Julian Sewardguest_amd64_spechelper:
2015-02-04  Julian SewardFollowup to r14901 (vectorising memcmp): use SizeT...
2015-02-04  Florian KrohmRemove unneeded code.
2015-02-04  Julian SewardVectorise the memcmp template implementation. For...
2015-02-03  Julian Sewarddis_VMASKMOV: create per-lane transfer/no-transfer...
2015-02-03  Julian SewardUpdate list of open bugs, and classify them by area.
2015-02-02  Philippe WaroquiersPTRACE_GETREGS might not be detected on some distro...
2015-01-31  Florian KrohmReplace the SegName array with a simple string table.
2015-01-30  Florian KrohmRemove confusing function attribute. The function is...
2015-01-29  Florian KrohmFix an incorrect comment. Add asserts.
2015-01-29  Florian KrohmFix hwcaps validity checking for x86.
2015-01-28  Julian SewardUpdate.
2015-01-28  Julian SewardppIRStoreG: print braces around guarded section, so...
2015-01-28  Julian SewardAdd test cases for AVX-1 conditional vector stores:
2015-01-28  Julian SewardImplement AVX-1 conditional vector stores: VMASKMOVP...
2015-01-28  Julian SewardAdd test cases for VPMASKMOV{D,Q} xmm/ymm to memory.
2015-01-28  Julian SewardUse IR conditional stores (IRStoreG) to implement AVX...
2015-01-27  Julian SewardChange AMD64Instr_CMov64 so that the source can only...
2015-01-27  Julian SewardAMD64 front end: translate AVX2 PMASKMOV load instructi...
2015-01-27  Julian SewardHandle new value ILGop_Ident64 in enum type IRLoadGOp...
2015-01-27  Julian SewardAdd ILGop_Ident64 to enum type IRLoadGOp so as to make it
2015-01-27  Florian KrohmRemove unused field from NSegment structure.
2015-01-26  Rhys KiddOS X 10.10: Fix incorrect check for presence of unsuppo...
next