]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2014-05-14  Mark WielaardUse safe_to_deref in coregrind syswrap-generic.c (msghd...
2014-05-14  Mark WielaardSupport -Wformat -Werror=format-security.
2014-05-13  Mark WielaardAdd send_signal to gdbserver_tests/Makefile.am (dist_no...
2014-05-13  Julian SewardFollowup to r13958: add reg-trash lists to inline assem...
2014-05-13  Julian SewardThumb encoding: add test case for assertion failure...
2014-05-13  Julian SewardThumb encoding: fix assertion failure caused by
2014-05-13  Julian SewardThumb encoding: add test cases for misaligned loads...
2014-05-13  Julian SewardThumb encoding: correctly deal with misaligned loads...
2014-05-13  Julian SewardOn 32-bit x86, allow lzcnt to be detected on Intel...
2014-05-13  Julian SewardAdd more test cases: shll, shrn, rshrn, sli, sri, smaxp...
2014-05-13  Julian SewardMinor updates.
2014-05-13  Julian SewardUpdate.
2014-05-12  Philippe WaroquiersIn case gdbsrv poll syscall fails, produces more inform...
2014-05-12  Julian SewardUpdate __VALGRIND_MINOR__ before it gets forgotten...
2014-05-09  Julian Seward3_9_BUGSTATUS.txt: looked at all bugs in the file....
2014-05-09  Mark WielaardAdd uninstall-local rules to make distcheck happy.
2014-05-09  Mark WielaardOut of tree build. Partial fix for Bug 333628.
2014-05-09  Mark WielaardAdd test for MPX instructions and bnd prefix. Bug ...
2014-05-09  Mark WielaardRecognize MPX instructions and bnd prefix. Bug #333666.
2014-05-09  Julian SewardUpdate bug list.
2014-05-09  Julian SewardAdd more test cases: mul, mvni, not, pmul, pmull, rbit...
2014-05-08  Julian SewardAdd more test cases: ext, ins, mla, mls, movi.
2014-05-08  Philippe WaroquiersKeep the reading side of the FIFO opened after a vgdb...
2014-05-08  Julian SewardWhen constructing a signal frame, tell the tool that...
2014-05-07  Philippe Waroquiers* document the %ps / %pS extensions to printf
2014-05-07  Philippe WaroquiersOn a big application linking with gtk, using the compil...
2014-05-07  Julian SewardHandle "blr lr" correctly -- read the destination register
2014-05-07  Julian SewardEnable test cases for SMULH.
2014-05-07  Julian SewardEnable 'smulh'.
2014-05-07  Julian SewardHandle IRStmt::STle of type F32.
2014-05-07  Julian SewardAllow early-writeback for the cases
2014-05-06  Philippe WaroquiersFix two warnings of unusued variable or variable set...
2014-05-06  Philippe WaroquiersFor the following c program:
2014-05-06  Julian SewardFill in some SIMD integer test cases.
2014-05-06  Julian SewardBig reorganisation:
2014-05-05  Julian SewardRename these two test files to make their names a bit...
2014-05-05  Julian SewardFix assertion failures resulting from change of arity of
2014-05-04  Julian SewardRenaming only (no functional change): rename IR artefac...
2014-05-04  Julian SewardRenaming only (no functional change): rename IR artefac...
2014-05-03  Julian SewardUpdate aarch64 fixes.
2014-05-03  Julian SewardVG_(invalidate_icache) for ARM64: fix incorrect computa...
2014-05-03  Julian SewardARM64: add support for cache management instructions...
2014-05-03  Julian SewardARM64: add support for cache management instructions...
2014-05-03  Philippe WaroquiersHelgrind : two new gdbserver commands 'describe address...
2014-05-01  Julian SewardUpdate.
2014-05-01  Bart Van Asschesyswrap: XEN_DOMCTL_resumedomain
2014-05-01  Bart Van Asschesyswrap: XEN_HVMOP_set_mem_type
2014-05-01  Bart Van Asschesyswrap: XEN_HVMOP_set_pci_link_route
2014-05-01  Bart Van Asschesyswrap: XEN_HVMOP_set_isa_irq_level
2014-05-01  Bart Van Asschesyswrap: XEN_DOMCTL_cacheflush
2014-05-01  Bart Van Asschesyswrap: XEN_DOMCTL_settimeoffset
2014-05-01  Bart Van AsscheFix P{RE,OST}_XEN_HVMOP_{READ,WRITE}
2014-04-30  Julian SewardAdd test cases for out-of-range argument handling for...
2014-04-30  Julian Sewardx87 instructions FSIN, FCOS, FSINCOS and FPTAN: handle...
2014-04-30  Philippe WaroquiersFix/improve user manual and man page derived from it.
2014-04-29  Philippe WaroquiersAlso give the indication on how to use vgdb when -...
2014-04-28  Julian SewardAdd a list of all the FP+SIMD insns, as a base from...
2014-04-27  Julian SewardFinish off and/or re-enable test cases for: vector...
2014-04-27  Julian SewardFinish off vector integer comparison instructions, and
2014-04-27  Philippe WaroquiersIncrease some sleep time to (try to) avoid some failure.
2014-04-26  Philippe Waroquiersclo_processing is now done when this procedure is called.
2014-04-26  Philippe WaroquiersAdd a new test that shows a surprising side effect...
2014-04-26  Philippe WaroquiersFilter lines such as:
2014-04-26  Philippe WaroquiersMake the test (more) deterministic by having send_signa...
2014-04-26  Philippe WaroquiersImprove the comments in the test
2014-04-26  Philippe WaroquiersDue to timing problem, test was not properly testing.
2014-04-24  Julian SewardFor the ld.so redirections for arm32-linux, allow the...
2014-04-24  Julian SewardEnable sys_sendmmsg() on arm32.
2014-04-24  Philippe WaroquiersRemove the 2 sed expressions that were trying to massag...
2014-04-24  Philippe WaroquiersToo difficult to match the stacktrace of the last instr...
2014-04-23  Philippe Waroquiers* Modify nlgone_exit so that it tests --vgdb-stop-at...
2014-04-22  Philippe Waroquiers* Implement optimisation in storev8/16/64 similar to...
2014-04-20  Philippe Waroquiers* Factorise code between is_valid_for_client and is_val...
2014-04-20  Philippe WaroquiersCleanup some old leftover of AIX port + fix a comment
2014-04-20  Philippe Waroquiers* New option --aspace-minaddr=<address> allows to ...
2014-04-20  Philippe Waroquiers- The option "--vgdb-stop-at=event1,event2,..." allows...
2014-04-19  Philippe WaroquiersReword/clarify the VG_(parse_enum_set) comment.
2014-04-19  Philippe WaroquiersFactorise enum set parsing code
2014-04-19  Philippe WaroquiersSeveral improvements to (internal) statistics reporting...
2014-04-15  Philippe Waroquiersvgdb must not transmit signals when gdbserver has been...
2014-04-14  Dejan Jevticmips64: Add an extra case for mips64 in ML_(get_CFA).
2014-04-11  Dejan Jevticmips32: According to the glibc bug 5044 (https://source...
2014-04-08  Julian SewardMake origin tracking work on arm64.
2014-04-08  Julian SewardHandle Iop_Max32U, so as to make origin tracking in...
2014-04-08  Julian Seward{FMOV,MOVI} (vector, immediate): fix incorrect DIP...
2014-04-07  Julian SewardEnable syscalls:
2014-04-04  Dejan Jevticmips32/64: According to DWARF version 4 in DW_TAG_struc...
2014-04-04  Dejan Jevticmips32: Add an extra case for mips32 in ML_(get_CFA...
2014-04-03  Julian SewardImplement
2014-04-03  Julian SewardAdd tests for some variants of LD{1,2}/ST{1,2} that...
2014-04-03  Julian SewardAdd tests for FCMEQ, FCMGE, FCMGT, FACGE, FACGT
2014-04-03  Julian SewardImplement TBL and TBX instructions.
2014-04-03  Julian SewardAdd a couple more constant folding rules for vectors.
2014-04-01  Julian SewardBug 332658 - ldrd.w r1, r2, [PC, #imm] does not adjust...
2014-03-29  Philippe WaroquiersFix a small typo in drd EXTRADIST Makefile.am file...
2014-03-27  Julian SewardImplement FCM{EQ,GE,GT}, FAC{GE,GT} (vector).
2014-03-27  Dejan Jevticmips32: Additional .exp files for mips32.
2014-03-26  Dejan Jevticmips32: Additional .exp file for mips32.
2014-03-20  Julian SewardAdd client requests
2014-03-20  Dejan Jevticmips32: When we are accessing elements via double point...
next