]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2013-01-21  Florian KrohmFix two asserts that Coverity's checker diagnosed as...
2013-01-21  Florian Krohmxen: Add a missing break to the handling of XEN_DOMCTL_...
2013-01-21  Florian KrohmIn mc_translate a NULL guard expression is sometimes...
2013-01-21  Petar Jovanovicmips: fix link_tool_exe_linux issue for different mips...
2013-01-20  Petar Jovanovicmips: fixing issues spotted by a static code analysis...
2013-01-20  Petar Jovanovicmips: additional test case for fix in VEX r2648
2013-01-20  Petar Jovanovicmips: fix for mips-disassembler when branch is at block...
2013-01-20  Philippe WaroquiersAdd documentation for VALGRIND_MONITOR_COMMAND client...
2013-01-20  Philippe WaroquiersImplement --merge-recursive-frames + provide VALGRIND_M...
2013-01-20  Julian SewardFold out an expression which is always False. Spotted...
2013-01-20  Julian SewardRemove a bit of dead code, spotted by Florian using...
2013-01-20  Florian KrohmImprove the tree builder in IR optimisation. Allow...
2013-01-20  Florian Krohms390: Fix a type mixup spotted by IBM's BEAM checker.
2013-01-19  Philippe WaroquiersFix buffer overrun due to copy paste from x86 to amd64.
2013-01-19  Bart Van Asschexen: add a missing break to the handling of XEN_DOMCTL_...
2013-01-19  Philippe WaroquiersFix warning in perm_malloc (reported by Florian)
2013-01-19  Florian KrohmFix a comment. Spotted by Maran.
2013-01-19  Florian KrohmFix statement order. Found by Coverity's checker.
2013-01-18  Julian SewardImport from memcheck land, a less ludicrously inefficient
2013-01-18  Julian SewardAdd an implementation of memset() that costs half as...
2013-01-18  Philippe WaroquiersImplement a more efficient allocation of small blocks...
2013-01-18  Philippe WaroquiersAdd a vg_alignof macro
2013-01-17  Philippe WaroquiersChange the size of the hash table used to cache IP...
2013-01-17  Julian SewardMerge, from branches/COMEM, revisions 13139 to 13235.
2013-01-17  Julian SewardMerge, from branches/COMEM, revisions 2568 to 2641.
2013-01-16  Julian Sewardmips32 equivalent to r2636: fix up the mips32 back...
2013-01-16  Philippe WaroquiersSmall comment fix: .h specifies "all frames", implement...
2013-01-16  Julian SewardFix up the s390 back end to be in sync with infrastruct...
2013-01-16  Julian Sewardppc32/64 equivalents to r2636: fix up the ppc back...
2013-01-16  Julian Sewardx86 equivalent to r2636: fix up the x86 back end to...
2013-01-16  Julian SewardGet rid of a pointless assert, and let the isel fail...
2013-01-16  Florian KrohmFix two memory leaks. Spotted by Coverity.
2013-01-15  Philippe WaroquiersImprove error handling when vgdb cannot read process...
2013-01-15  Julian SewardFix up the amd64 back end to be in sync with infrastruc...
2013-01-15  Julian SewardComment-only changes.
2013-01-15  Florian KrohmAnnounce bug fix.
2013-01-15  Florian KrohmRemove const qualifier from function return type.
2013-01-15  Florian KrohmFix a few compiler warnings on Darwin.
2013-01-15  Florian KrohmMinor code cleanup. These cases cannot occur.
2013-01-14  Tom HughesTest file mode correctly in vmsplice wrapper.
2013-01-14  Tom HughesAccept glibc 2.17 as valid.
2013-01-13  Philippe WaroquiersComment only changes
2013-01-13  Philippe Waroquiersno recording of execontext for track origin in brk...
2013-01-13  Philippe WaroquiersAvoid to record execontext used for origin tracking...
2013-01-13  Florian KrohmFix a comment and add one.
2013-01-13  Florian Krohms390: Support insns to convert between DFP values and...
2013-01-12  Florian KrohmAdd memcheck support for the IROps added in VEX r2631.
2013-01-12  Florian KrohmAdd 12 IROps for converting betwen DFP values and signe...
2013-01-12  Philippe WaroquiersImplement --keep-stacktraces=alloc|free|alloc-and-free...
2013-01-11  Philippe Waroquiersoutput the nr of IP in the stacktrace header produced...
2013-01-10  Philippe Waroquiersupdate a test following revision 13220
2013-01-10  Philippe WaroquiersAddition of GDB server monitor command 'v.info execonte...
2013-01-10  Florian Krohms390: Add ecag.stdout.exp-zec12 to EXTRA_DIST.
2013-01-10  Florian Krohms390: bug fix. DFP rounding mode mixup.
2013-01-09  Christian Borntraegeradd ecag exp file for zec12
2013-01-08  Philippe Waroquiersremove useless undef of MYBUF_LEN
2013-01-08  Julian SewardCompanion fix to r2629: removal of specifiable default...
2013-01-08  Julian SewardGet rid of selectable default (return) values in condit...
2013-01-07  Julian SewardRemove unused function.
2013-01-03  Carl LoveThe call to set the rounding mode for DFP iops: Iop_Add...
2013-01-01  Florian Krohms390: Add testcases for DFP "shift significant" insns.
2013-01-01  Florian Krohms390: Add support for DFP "shift significant" insns.
2012-12-30  Florian KrohmImprove handling of dirty helper calls when building...
2012-12-28  Florian Krohms390: Add testcase for "test data class/group" insns.
2012-12-28  Julian SewardImprovements to the built-in profiling infrastructure:
2012-12-28  Julian SewardShow the guest->host code expansion ratio when debug...
2012-12-27  Florian KrohmIndentation only change.
2012-12-27  Florian Krohms390: Add testcases for ESDTR and EXDTR.
2012-12-27  Florian Krohms390: Support the "test data class/group" and "extract...
2012-12-27  Florian Krohmvalgrind-side support for Iop_ExtractSigD64 and Iop_Ext...
2012-12-27  Florian KrohmNew IROps: Iop_ExtractSigD64 and Iop_ExtractSigD128...
2012-12-27  Julian SewardTeach DRD about IRLoadG and IRStoreG. Includes small...
2012-12-27  Julian Sewardis_stack_access: don't iterate over possibly non-existe...
2012-12-27  Florian KrohmUpdate list of ignored files.
2012-12-27  Florian KrohmRemove Makefile-icc which has been broken for a long...
2012-12-27  Julian SewardTeach Helgrind about IRLoadG and IRStoreG.
2012-12-27  Julian SewardTeach Callgrind about IRLoadG and IRStoreG.
2012-12-27  Florian Krohmvbit-tester: In test_ternary_op return number of tests...
2012-12-27  Florian Krohms390: Do not waste a register when assigning a constant...
2012-12-27  Florian Krohms390: Remove a forgotten debug print statement.
2012-12-26  Florian KrohmRemove a fixme.
2012-12-26  Florian Krohmvalgrind side changes to support Iop_CmpExpD64 and...
2012-12-26  Florian Krohms390x: Support "compare biased exponent" insns CEDTR...
2012-12-24  Florian KrohmAvoid compiler warning on ppc32.
2012-12-24  Bart Van Asschenone/tests/process_vm_readv_writev: Avoid that compilat...
2012-12-24  Bart Van Asschedrd/tests/pth_cond_destroy_busy: Correct expected output
2012-12-24  Bart Van Asschedrd/tests/pth_cond_destroy_busy: Add
2012-12-24  Bart Van Asschedrd: Handle pthread_cond_destroy() failure properly
2012-12-24  Florian KrohmFix VEX standalone build with Makefile-gcc. This has...
2012-12-24  Florian KrohmUpdated for s390_defs.h.
2012-12-24  Florian Krohms390: New file s390_defs.h to contain definitions that are
2012-12-23  Florian Krohms390: Add testcases for CDTR, CXTR, LDETR. LXDTR, LEDTR...
2012-12-23  Florian Krohms390: Simplify the optimisation for PUTs to tracked...
2012-12-22  Florian Krohms390: Reduce the size of an s390_insn from 48 bytes...
2012-12-22  Florian Krohms390: Fix a silly mistake causing an infinite loop.
2012-12-22  Florian Krohms390: Generalise S390_INSN_GADD which only worked on...
2012-12-22  Florian Krohms390: Fix an assert.
2012-12-21  Florian Krohms390: Rename s390_conv_t to s390_bfp_conv_t. Purely...
2012-12-21  Florian Krohms390: Distinguish between conversion to/from IRCmpFxxRe...
2012-12-21  Florian KrohmDefine IRCmpD64Result and IRCmpD128Result.
next