]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2012-07-28  Florian KrohmTestcases for CU42. Part of fixing bugzilla #289839.
2012-07-28  Florian KrohmAdd support for the CU42 insn. Part of fixing bugzilla...
2012-07-28  Florian KrohmUpdates for s390x
2012-07-28  Florian KrohmMinor tweaks. A few comments were out of synch with...
2012-07-28  Florian KrohmFix error message in testcase
2012-07-28  Bart Van Asschedrd: Avoid that invoking pthread_cancel() from a progra...
2012-07-28  Bart Van Asschedrd: Revert r12651 because it didn't change drd's behav...
2012-07-28  Bart Van AsscheSpelling fixes: developpers -> developers; curiosly...
2012-07-28  Bart Van AsscheUpdate Subversion ignore list
2012-07-28  Philippe Waroquiersclarify 2 NEWS entries to indicate that these are for...
2012-07-28  Bart Van Asschenone/tests/amd64/Makefile.am: Uses not only AVX instruc...
2012-07-27  Petar JovanovicMIPS specific expected output for memcheck/tests/sigkill.
2012-07-27  Philippe WaroquiersHave one test testing the ? suppr matching wildcard...
2012-07-27  Florian KrohmNon-functional change. Fix some overly long lines and...
2012-07-27  Florian KrohmFix compiler warning.
2012-07-27  Petar JovanovicMIPS specific exp-out for none/tests/async-sigs.
2012-07-26  Philippe Waroquiersmicro-optimisation in m_libcbase.c cmp functions
2012-07-26  Philippe WaroquiersImprove suppression matching performance when fun or...
2012-07-26  Bart Van Asschenone/tests/amd64/pcmpstr64: Update expected output...
2012-07-26  Florian KrohmDue to s390's dealings with invalid insns we need to...
2012-07-26  Florian KrohmUpon decode failure set the guest_IA to the address...
2012-07-26  Florian KrohmApply first_ip_delta also when only one frame is requested
2012-07-26  Florian KrohmImprove complaints. Enabled by VEX r2449.
2012-07-26  Florian KrohmClean up IR construction for insns that do not have...
2012-07-25  Philippe Waroquiersre-re-clarify the doc about registers and flags gdbsrv...
2012-07-25  Philippe Waroquiersremove 303624 from 3_7_BUGSTATUS.txt (was fixed in...
2012-07-25  Florian KrohmChange IR generation for MVCLE to not generate cc=3...
2012-07-25  Josef WeidendorferAdded fixed bug 303963
2012-07-25  Julian SewardPartial update of bug fixes (I think it is still out...
2012-07-25  Josef WeidendorferAdditions to PCMPxSTRx tests to check fix for bug 303963.
2012-07-25  Josef WeidendorferFix bug 303963.
2012-07-25  Florian KrohmChange IR generation for SRST, CLST, and CLCLE to not...
2012-07-24  Florian KrohmUse always_goto_and_chase for consistency with other...
2012-07-24  Florian KrohmFix testcase and update results.
2012-07-24  Philippe WaroquiersBetter document the limitation of gdbsrv for registers...
2012-07-24  Philippe WaroquiersHave perf/vg_perf handling EXTRA_REGTEST_OPTS
2012-07-23  Florian KrohmUpdate expected results.
2012-07-23  Florian KrohmBack out special handling for opcode 00 (VEX r2189).
2012-07-23  Florian KrohmPass first_ip_delta to VG_(record_depth_1_ExeContext...
2012-07-23  Florian KrohmEliminate magic constant. Use VG_(clo_backtrace_size...
2012-07-23  Petar JovanovicAvoid checking for bitset initialization if futex_wait_...
2012-07-22  Julian SewardAdd 'aesdec' to the set of insns checked for assembler...
2012-07-21  Florian KrohmChange logic in computed gotos to use if_condition_goto...
2012-07-21  Florian KrohmAdd testcases for CU24. Part of fixing #289839.
2012-07-21  Florian KrohmAdd support for the CU24 insn (s390x). Part of fixing...
2012-07-21  Julian SewardNo need to list m_gdbserver.c twice in the Makefile.am.
2012-07-21  Julian SewardLocalise "struct reg regs[]".
2012-07-21  Julian Sewardppc64-linux _start: don't assume ._start_in_C_linux...
2012-07-20  Philippe WaroquiersDocument Helgrind limitation that old access stack...
2012-07-20  Julian SewardIf the compiler being used to build is clang, remember...
2012-07-20  Florian KrohmAdd testcases for CU21. Update opcode table.
2012-07-20  Florian KrohmAdd support for the CU21 instruction (s390x).
2012-07-19  Florian KrohmAdd macros for "convert unicode" insns.
2012-07-19  Florian KrohmFix syntax error
2012-07-19  Florian KrohmObserve guards on dirty helpers in memcheck.
2012-07-19  Florian KrohmHandle Iop_32to1 in the amd64 insn selector.
2012-07-19  Petar JovanovicInclude news about supporting MIPS32/Linux in NEWS...
2012-07-19  Petar Jovanovicexp-sgcheck is not supported for MIPS architecture.
2012-07-19  Florian KrohmFix disassembly for insns using the RRF_M0RERE format.
2012-07-19  Florian KrohmEnable testing for the ETF3 facility.
2012-07-18  Philippe WaroquiersFix 303624 segmentation fault on Android 4.1 (e.g....
2012-07-18  Philippe WaroquiersBe slightly less precise on the leak check perf. improv...
2012-07-18  Philippe Waroquierspatch that improves the speed of the leak search by...
2012-07-18  Philippe WaroquiersSmall cleanup: use VG_TRACK (when possible) to call...
2012-07-18  Julian SewardeqIRConst: handle Ico_V256.
2012-07-18  Julian SewardUn-break the build on MacOS, following r12742 (initial...
2012-07-16  Julian SewardTrack recent bug fixes.
2012-07-16  Petar JovanovicAdd some missing syscall numbers for MIPS.
2012-07-16  Petar JovanovicAdd more debug print information for the instructions...
2012-07-16  Petar JovanovicConditionally execute tests depending on revision of...
2012-07-16  Julian SewardFix incorrect instruction decoding for MOVBE. Followup...
2012-07-16  Julian SewardAdd tests for MOVBE -- an Intel-Atom-only instruction
2012-07-15  Julian SewardImplement MOVBE. Fixes #302287.
2012-07-15  Florian KrohmMove helper functions to guest_s390_helpers.c for consi...
2012-07-15  Florian KrohmBefore printing a back-trace make sure that page contai...
2012-07-14  Julian SewardAdd expected outputs for VCMPNGESS. Should have been...
2012-07-14  Florian KrohmUpdate list of ignored files.
2012-07-14  Florian KrohmUpdate list of ignore files.
2012-07-14  Julian SewardAdd test case for VCMPNGESS.
2012-07-14  Julian SewardHandle UD2 a bit better. This change causes Vex to...
2012-07-14  Julian SewardGet rid of gcc warnings about uninitialised variables...
2012-07-14  Julian SewardImplement VCMPNGESS (and other laneages: SD, PD, PS...
2012-07-14  Julian SewardUpdate with recent fixes.
2012-07-14  Julian SewardAccept glibc-2.16 as valid (UNTESTED).
2012-07-14  Julian SewardInitial support for DWZ compressed debuginfo -- don...
2012-07-14  Julian SewardIncrease max allowed pre-allocation (vreg-ised) block...
2012-07-14  Julian Sewardppc front end: fnmadd, fnmsub, fnmadds, fnmsubs: don...
2012-07-13  Florian KrohmFix ppCfiReg for s390 so --trace-cfi=yes no longer...
2012-07-13  Florian KrohmUse vpanic, not vassert, you silly.
2012-07-13  Julian SewardUpdate w/ recent bug fixes.
2012-07-13  Florian KrohmUse a proper type for sign_mask.
2012-07-13  Julian SewardFix loading of large Mach-O thin binaries. Bug #289470.
2012-07-13  Julian SewardAdd another intercept for strncasecmp_l. Fixes #297701.
2012-07-13  Julian SewardAdd ioctl wrappers for "Linux user input device". ...
2012-07-13  Julian SewardClean up the PDB reader somewhat, mostly in the area...
2012-07-13  Florian KrohmRemove redundant break statements.
2012-07-13  Julian SewardAllow multiple rw and rx mappings in the ELF debuginfo...
2012-07-11  Philippe WaroquiersFix bug in leak search when an ignore range is specified
2012-07-11  Julian SewardAdd tests for SMMUL{R}, both ARM and Thumb encodings.
2012-07-11  Julian SewardImplement (T1) SMMUL{R}. Fixes #300140. (Evgeniy...
next