]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2017-04-25  Petar Jovanovicmips: remove unnecessary code from FCSR_fp32 dirty...
2017-04-25  Petar Jovanovicmips: limit cvt.s.l instruction translation to fp_mode64
2017-04-24  Julian Sewardwiden_z_16_to_64, widen_z_8_to_64: generate less stupid...
2017-04-24  Julian SewardBug 369459 - valgrind on arm64 violates the ARMv8 spec...
2017-04-12  Petar Jovanovicfix early initialization of s390_host_hwcaps in LibVEX_...
2017-04-11  Petar Jovanovicmips: update code for Dis_Resteer for mode64
2017-04-11  Julian SewardMark VPMULHRSW ymm3/m256, ymm2, ymm1 as a "verbose...
2017-04-04  Mark WielaardInitialize s390_host_hwcaps early in LibVEX_FrontEnd.
2017-04-03  Petar Jovanovicmips64: sign-extend results from dirty helper
2017-04-03  Julian SewardSplit LibVEX_Translate into front- and back-end parts...
2017-04-03  Julian Sewardx86 guest: switch descriptor table registers to ULong...
2017-03-29  Julian SewardAdd a mechanism for hinting to the core disassembler...
2017-03-28  Julian SewardImplement the most important cases for amd64 direct...
2017-03-27  Julian SewardRewrite dis_FMA so it generates not-quite-so-terrible...
2017-03-24  Ivo RaisrUse consistently chase1() in MSVC specific transformati...
2017-03-14  Ivo RaisrFix type of t_inc to correct IRTemp.
2017-03-13  Carl LoveThe mask64 value, in file VEX/priv/guest_ppc_toIR.c...
2017-03-13  Petar Jovanovicmips: emulate LL/SC w/ guest_LLaddr and guest_LLdata
2017-03-10  Carl LovePowerPC: Fix incorrect register pair check for lxv...
2017-03-01  Ivo RaisrMinor refactoring for assignedOnce_Stmt().
2017-02-27  Ivo RaisrFix incorrect variable type (IRTemp->IRType)
2017-02-21  Julian SewardPush some spec rules for amd64 that have been sitting...
2017-02-13  Petar Jovanovicmips64: do correct 32-bit comparison for Iop_CmpNE32
2017-02-11  Tom HughesAdd comment about HINT instructions.
2017-02-11  Tom HughesHandle unknown HINT instructions on aarch64 by ignoring...
2017-02-11  Tom HughesFix non-mips build breakage from VEX r3300
2017-02-10  Petar Jovanovicmips: rewrite mips_irgen_load_and_add32|64 and code...
2017-01-20  Julian Sewardx86: Recognize the SS segment prefix on x86. Bug 34413...
2017-01-20  Philippe WaroquiersSmall comment fix: point at the correct file name
2017-01-18  Julian SewardImplement:
2017-01-16  Julian SewardImplement V{MAX,MIN}NM{.F32 d_d_d, .F32 q_q_q}.
2017-01-16  Julian Sewarddis_neon_data_3same: don't silently accept invalid...
2017-01-15  Julian SewardImplement VRINTX.F64.F64 d_d, VRINTX.F32.F32 s_s.
2017-01-13  Julian SewardImplement
2017-01-13  Julian SewardImplement:
2017-01-12  Julian SewardImplement VRINT{A,N,P,M}.F64 d_d, VRINT{A,N,P,M}.F32...
2017-01-12  Julian SewardImplement ARMv8 VSEL<c>.F64 d_d_d, VSEL<c>.F32 s_s_s.
2017-01-10  Julian SewardFix assertion failure in decode_V8_instruction. Fixes...
2016-12-23  Ivo Raisrconst IRExpr arguments for matchIRExpr()
2016-12-16  Ivo RaisrRename BBPTR to GSPTR as it denotes guest state pointer...
2016-12-07  Petar Jovanovicmips: small changes in VexGuestMIPS{32|64}State structs
2016-11-07  Carl LoveFix xxsel parsing error, update.
2016-11-07  Carl LoveFix xxsel parsing error.
2016-10-19  Julian SewardAllow early writeback of SP base register in "strd...
2016-10-19  Julian SewardCVTPI2PS: Only switch to MMX mode if the source is...
2016-10-19  Julian SewardAccept redundant REX prefixes for {minsd,maxsd} m128...
2016-10-19  Julian SewardFix two cases of PPCAvFpOp vs PPCFpOp enum confusion...
2016-10-19  Julian SewardFix incorrect register-number constraint check for...
2016-10-18  Carl Love Fix PPC BE in 32-bit mode.
2016-10-13  Petar Jovanovicmips64: fix error introduced by r3262
2016-10-12  Petar Jovanovicmips: fix incorrect implementation of luxc1/suxc1 instr...
2016-10-12  Petar Jovanovicmips: allow VEX to be compiled for soft-float
2016-10-07  Carl LoveISA 3.0 BE fixes for various new instructions
2016-10-07  Christian Borntraegers390: support RISBLG/RISBHG, MVCIN, LDE/LDER
2016-10-06  Petar Jovanovicmips: remove support for mfc0/dmfc0
2016-10-06  Julian SewardRelax the overly-restrictive implementation of
2016-10-04  Petar Jovanovicmips64: support for fp32 mode
2016-10-03  Carl LoveFix rounding mode check and instruction stxvl
2016-10-03  Carl LoveFix for clean helpers on BE
2016-09-19  Mark WielaardImplement AMD FMA4 instructions. Bug #369000.
2016-09-01  Julian SewardImplement arm32 v8 insns: LDAEX{,B,H,D}, STLEX{,B,H,D}
2016-08-28  Julian SewardImplement ARMv8 insns: LDA, LDAB, LDAH, STL, STLB,...
2016-08-19  Julian SewardAdd a dummy initialisation and a dummy path to avoid...
2016-08-17  Carl LovePower PC Add support for ISA 3.0, part 5, fix
2016-08-15  Carl LovePower PC Add support for ISA 3.0, part 5
2016-08-10  Petar Jovanovicmips32: extend the current fp-mode code to support...
2016-08-07  Julian SewardImplement VMULL.P64.
2016-08-07  Julian SewardImplement SHA1C, SHA1M, SHA1P, SHA1SU0, SHA256H2, SHA25...
2016-08-06  Julian SewardFix UBSAN reported complaints about left shifts of...
2016-08-05  Julian SewardReduce the number of IR sanity checks from 4 per block...
2016-08-05  Julian SewardFix two invalid signed left shifts picked up by ubsan.
2016-08-04  Julian SewardImplement CRC32{B,H,W,X} and CRC32C{B,H,W,X}. Fixes...
2016-08-03  Julian Seward* Add infrastructure for decoding (32-bit) ARMv8 instru...
2016-08-03  Julian Sewardarm32 backend stuff needed to support IR artefacts...
2016-08-03  Julian SewardAdd infrastructure for detection of 32-bit ARMv8 capabl...
2016-07-28  Julian Sewarddis_neon_data_3same: for the case A==12, don't silently...
2016-07-24  Julian SewardImplement PMULL 1q,1d,1d and PMULL2 1q,2d,2d. n-i-bz.
2016-07-24  Julian SewardFix grammatically nonsensical comments. No functional...
2016-07-24  Julian SewardEnable PCMPxSTRx cases 0x62 and 0x72, and reformat...
2016-07-20  Julian SewardIf an instruction can't be decoded, print the first...
2016-07-20  Julian SewardEnable PCMPxSTRx cases 0x70 and 0x19. Fixes #359952.
2016-07-19  Julian SewardImplement CLREX. Fixes #359838.
2016-07-19  Julian Sewarddis_pc_relative, case 0x002: remove a path that cannot...
2016-07-18  Julian SewardImplement: SHA1C SHA1H SHA1M SHA1P SHA1SU0 SHA1SU1...
2016-07-15  Julian SewardImplement arm64 instructions: AESE AESD AESMC AESIMC...
2016-07-12  Philippe WaroquiersFix n-i-bz amd64: memcheck false positive with shr...
2016-06-29  Carl LovePower PC Add support for ISA 3.0, part 4
2016-06-13  Carl LoveFix mtfsfi usage of W bit. (isa2.05,ppc64)
2016-06-01  Carl LovePower PC Add support for ISA 3.0, part 3
2016-05-21  Petar Jovanovicmips: allow building code with -mfpxx
2016-04-26  Carl LovePower PC Fix V bit error in 128-bit BCD add and subtra...
2016-04-26  Carl LovePower PC Add support for ISA 3.0, part 2
2016-04-07  Christian BorntraegerBug 361226 VEX part: s390x: risbgn (EC59) not implemented
2016-03-30  Carl LovePower PC Add test suite support for ISA 3.0, part 1...
2016-03-29  Carl LovePower PC Add support for ISA 3.0, part 1
2016-03-21  Julian SewardMake isZeroU handle the V256 case. Fixes #356393.
2016-03-15  Julian Sewardarm64: implement LDPSW. Fixes #360425. Initial patch...
2016-02-22  Petar Jovanovicmips: allow execution of mfhc1 and mthc1 for fp32 mode
2016-02-17  Florian Krohms390: Implement popcnt insn. Part of fixing BZ #359289.
2016-02-16  Carl Love128bit modulo and carry instruction fix
next