]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2014-10-30  Julian SewardImplement PRFM (immediate). Fixes #335713.
2014-10-30  Julian SewardImplement FCVTAS W_S and FCVTAU W_S. Fixes #340509.
2014-10-30  Julian SewardImplement
2014-10-30  Julian SewardImplement fcvtmu x_d. Fixes #339927.
2014-10-30  Julian SewardImplement frintx d_d and s_s. Fixes #339926.
2014-10-29  Florian KrohmTweak to allow the use of this Makefile with the ICC...
2014-10-27  Julian Seward* add a missing extra m-reg check for some LD/ST vector...
2014-10-25  Florian KrohmCompanion patch of valgrind r14664.
2014-10-23  Florian KrohmMemove unused macro. Should have been part of r2955.
2014-10-22  Julian SewardImplement SIMD (de)interleaving loads/stores:
2014-10-11  Mark WielaardBug 339858 arm64 recognize dmb sy. Data Memory Barrier...
2014-10-11  Florian KrohmMerge the memory allocation bits from libvex.h into...
2014-10-09  Carl LoveThis patch makes the needed changes to the lxvw4x for...
2014-10-09  Petar Jovanovicmips: add a missing break
2014-10-09  Petar Jovanovicmips: use putDReg/getDReg for ceil.l.d
2014-10-08  Florian KrohmConstification part 5.
2014-10-07  Florian KrohmUse __typeof__ to improve readability and future mainta...
2014-10-07  Florian KrohmRemove unused prototype. Add a fixs390.
2014-10-07  Carl LoveThis commit just makes white space changes to the three...
2014-10-07  Carl Lovemsg
2014-10-02  Julian Sewardguest_amd64_spechelper: fill in a number of missing...
2014-10-02  Julian SewardAdd folding rules for: Sar64(x,0) and Sar32(x,0). ...
2014-10-02  Julian Sewardguest_amd64_spechelper: number (in comments) and reorde...
2014-09-29  Carl Loveppc64: lxvw4x instruction uses four 32-byte loads...
2014-09-25  Florian KrohmRemove unneeded variable.
2014-09-25  Carl LoveThe function mk_AvDuplicateRI() stores 16 bytes to...
2014-09-24  Florian KrohmConstification part 4.
2014-09-24  Florian KrohmConstification part 3.
2014-09-23  Carl LoveThe PPC64 store quad instruction is updating the addres...
2014-09-22  Florian KrohmConstification part 2.
2014-09-22  Florian KrohmRemove the valgrind_support parameter from LibVEX_Init...
2014-09-21  Florian KrohmConstification part 1.
2014-09-16  Florian KrohmCouple of fixes:
2014-09-16  Florian KrohmIn s390_decode_and_irgen don't divert the default case...
2014-09-07  Julian SewardChange how FXSAVE and FXRSTOR are done, so as to avoid...
2014-09-06  Florian KrohmMinor refactoring to avoid special handling of emulation
2014-09-06  Julian SewardHandle fcvtpu Xd,Sn. Fixes #335564.
2014-09-05  Florian KrohmUse const instead of a comment.
2014-09-05  Julian SewardiselStmt, case Ist_Dirty: remove pointless conditional...
2014-09-04  Petar Jovanovicmips64: fix jmpKind for BLTZ and BGEZ
2014-09-04  Julian Sewardarm64: enable support for: str bN, [reg, reg etc]
2014-09-03  Petar Jovanovicmips64: implement Cavium BBIT0 and BBIT1 instructions
2014-09-02  Florian KrohmAdd a missing return statement. Spotted by the Coverity...
2014-09-01  Julian Sewardarm64: route all whole-vector shift/rotate/slice operations
2014-09-01  Julian SewardRename Iop_Extract{64,V128} to Iop_Slice{64,V128},...
2014-08-29  Julian SewardAdd support for generating ProfInc sequences on ARM64...
2014-08-29  Petar Jovanovicmips: remove unused macro
2014-08-29  Petar Jovanovicmips: fix typo (IRType/IRTemp)
2014-08-26  Julian SewardAdd support for four IROps that Memcheck generates...
2014-08-26  Julian SewardComment-only change.
2014-08-24  Julian Sewardarm64: implement:
2014-08-24  Julian SewardRename IROps for reciprocal estimate, reciprocal step...
2014-08-21  Mark WielaardBug 330319 - vex amd64->IR: unhandled instruction bytes...
2014-08-20  Julian SewardputGST_masked: correctly handle the case where the...
2014-08-18  Julian Sewardarm64: implement:
2014-08-17  Julian Sewardarm64: implement srhadd, urhadd (vector)
2014-08-17  Julian Sewardarm64: implement
2014-08-15  Julian SewardNo functional change. Remove commented out code copied...
2014-08-15  Julian SewardRename Iop_QSalN*, Iop_QShlN* and Iop_QShlN*S so as...
2014-08-15  Julian Sewardarm64: implement: {uqshl, sqshl, sqshlu} (scalar, imm...
2014-08-14  Julian Sewardarm64: implement: {uqshl, sqshl, sqshlu} (vector, imm).
2014-08-14  Julian SewardAdd a simple folding rule for Iop_ZeroHI64ofV128.
2014-08-13  Julian Sewardarm64: implement: uqshrn{2}, sqrshrun{2}, sqshrun{2...
2014-08-11  Philippe WaroquiersSmall cleanups in VEX:
2014-08-11  Julian Sewardarm64: implement:
2014-08-11  Julian SewardAdd a new folding rule:
2014-08-09  Philippe WaroquiersUnbreak the build
2014-08-08  Carl LoveThis commit is for Bugzilla 334834.
2014-08-07  Carl LoveThis commit is for Bugzilla 334834. The Bugzilla conta...
2014-08-04  Julian Sewardarm64: add support for: sqshl, uqshl, sqrshl, uqrshl...
2014-08-04  Julian SewardAdd a folding rule: XorV128(t,0) ==> t.
2014-08-03  Julian Sewardarm64: implement remaining SQDMULH and SQRDMULH cases.
2014-07-24  Julian SewardImprove infrastructure for dealing with endianness...
2014-07-22  Julian Sewardarm64: implement:
2014-07-22  Julian SewardComment-only change.
2014-07-21  Julian Sewardarm64: implement: sqneg, {u,s}q{add,sub} (scalar),
2014-07-21  Julian SewardInitialise a couple of scalars that gcc -Og thinks...
2014-07-18  Florian KrohmAdd a few more algebraic optimisations for Iop_And8/16.
2014-07-16  Julian SewardRemove fields from VexAbiInfo that only had relevance...
2014-07-16  Florian KrohmComment out an unsed function to avoid a compiler warning.
2014-07-16  Florian KrohmFix algebraic simplification for Iop_AndV256.
2014-07-15  Julian Sewardarm64: implement: LD1/ST1 (multi 1-elem structs, 2...
2014-07-14  Julian Sewardarm64: implement "mrs Xt, cntvct_el0" by pass-through...
2014-07-11  Julian Sewardarm64: implement: {sli,sri} (vector & scalar), sqabs...
2014-07-10  Julian Sewardarm64: implement: shll #imm, shrn #imm, rshrn #imm,
2014-07-03  Julian Sewardarm32: support (ARM) PLDW [reg, reg]. The non-W varian...
2014-07-03  Julian Sewardarm32: support (ARM) PLDW [reg, #imm]. The non-W varia...
2014-06-30  Julian Sewardarm64: implement: sadalp uadalp saddlp uaddlp saddlv...
2014-06-28  Julian Sewardarm64: change the representation of FPSR.QC so that...
2014-06-28  Julian Sewardarm64: implement: sabal uabal sabdl uabdl saddl uaddl...
2014-06-27  Julian Sewardarm64:
2014-06-26  Julian Sewardarm64: implement: rbit 16b,8b, rev16 16b,8b
2014-06-26  Julian SewardRename the vector subparts-of-lanes-reversal IROps...
2014-06-26  Julian SewardThe vector versions of the count leading zeros/sign...
2014-06-26  Julian Sewardarm64: implement pmull{2}.
2014-06-25  Julian Sewardarm64: implement:
2014-06-25  Julian SewardRemove commented out junk which is never going to get...
2014-06-25  Julian SewardFix bogus-looking assertion.
2014-06-24  Julian SewardImplement LD1/ST1 {3 regs . 16b}, [ea] (no offset)
2014-06-23  Julian Sewardarm64: more SIMD instructions:
next