]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2012-09-30  Florian KrohmMake header files compilable by itself to get two benefits:
2012-09-29  Florian KrohmChange the return value of LibVEX_{Chain,UnChain,PatchP...
2012-09-21  Petar JovanovicShorten the list of allocable registers for MIPS to...
2012-09-20  Florian KrohmIn function irExpr_to_AvailExpr: Replace if-chains...
2012-09-20  Florian Krohms390: Give function static linkage. Also avoids a compi...
2012-09-20  Florian Krohms390: Rename host_s390_disasm.[ch] to s390_disasm....
2012-09-19  Florian Krohms390: Fix another harmless unop/binop field mixup.
2012-09-18  Florian Krohms390: Update IR generation for the SRNM insn.
2012-09-17  Julian SewardAdd support for: uqsub16 shadd16 uhsub8 uhsub16. Fixes...
2012-09-17  Julian SewardFix PCMPxSTRx variant $0x46. Fixes #306664.
2012-09-17  Julian SewardSTM<c>.W <Rn>{!},<registers> (Encoding T2): allow the...
2012-09-13  Florian KrohmConstify the format string in a few printf-like functions.
2012-09-13  Florian KrohmTweak the IR injector so it can handle an immediate...
2012-09-13  Florian KrohmAvoid compiler warning.
2012-09-13  Florian Krohms390: Handle S390_BFP_NABS correctly for 128-bit arguments.
2012-09-12  Florian Krohms390: Fix s390_emit_SFPC. That insn never required...
2012-09-12  Florian Krohms390: Change the handling of S390_ROUND_PER_FPC (which...
2012-09-12  Florian KrohmAdd three new kinds of AvailExpr: Mttc, Mtct, and...
2012-09-10  Florian Krohms390: Remove insns for 128-bit BFP and merge with 32...
2012-09-10  Florian Krohms390: More prep work bfp reorg. In the future unary...
2012-09-09  Florian Krohms390: Prepare for bfp reorg. Change the emit functions...
2012-09-09  Florian Krohms390: Add asserts to s390_emit_XYZ functions for conver...
2012-09-09  Petar JovanovicCorrecting how load/store doubles are modelled on MIPS...
2012-09-07  Florian Krohms390: Fix another mixup. Did not cause problems due...
2012-09-07  Florian KrohmFix a mixup. This never caused a problem because the...
2012-09-06  Florian Krohms390: Fix condition code computation for convert-to...
2012-09-05  Florian Krohms390: The load-rounded insns also need to issue an...
2012-09-05  Florian Krohms390: Non-functional change.
2012-09-05  Florian KrohmBinary floating point cleanup. This was an area that...
2012-09-04  Carl LoveAdd vassert for DFP shift value to make sure shift...
2012-09-04  Petar JovanovicLoad/store doubles on MIPS are modeled through Ity_F64...
2012-09-03  Julian SewardAdd ARM front/back end support for IR injection.
2012-09-03  Florian Krohms390: Undo part of r2501. The "convert to fixed" opcode...
2012-09-02  Florian KrohmSupport the variety of "convert to/from fixed" and...
2012-09-02  Julian SewardRemove alignment checks for VMPSADBW, VPHMINPOSUW,...
2012-09-01  Florian Krohms390: Mark a few more function parameters as unused.
2012-09-01  Florian Krohms390: Generate an emulation failure if an insn is encou...
2012-09-01  Florian Krohms390: Add support for the "convert from/to logical...
2012-08-30  Florian KrohmComment only change.
2012-08-30  Florian Krohms390: Add floating point extension facility to hwcaps.
2012-08-29  Florian KrohmFix address computation in IR injection. When loading...
2012-08-29  Florian KrohmFix IR injection for ppc32. Need to use mkSzImm not...
2012-08-28  Florian KrohmMake debug printout look nicer.
2012-08-28  Florian KrohmVEX-side support for the V-bit tester.
2012-08-28  Florian Krohms390: Add the zEC12 machine model.
2012-08-26  Florian Krohms390: Add support for the ecag insn. Patch from Divya...
2012-08-26  Florian KrohmOn s390: Terminate the superblock with Ijk_EmFail if...
2012-08-26  Florian Krohms390: Add STCKF hardware facility to hwcaps.
2012-08-26  Florian KrohmOn s390: Terminate the superblock with Ijk_EmFail if...
2012-08-26  Florian KrohmFollowup to r2483, purely mechanical. Rename:
2012-08-25  Florian KrohmRename libvex_emwarn.h to libvex_emnote.h and fix all
2012-08-25  Florian KrohmComment only change.
2012-08-24  Julian SewardRemove now-redundant comment that should have been...
2012-08-23  Julian SewardImplement MOVBE in 32 bit mode. Fixes #304867. (Ambro...
2012-08-23  Julian SewardImplement QDADD and QDSUB. Fixes #305199. (Mans Rullgard,
2012-08-23  Julian SewardFix LZCNT and TZCNT properly. Fixes #295808. (Jakub...
2012-08-23  Julian SewardRe-enable 'prefetch m8' and 'prefetchw m8'. Fixes...
2012-08-23  Julian SewardIimplement 0F 7F encoding of movq between two registers...
2012-08-23  Julian SewardHandle a reg-reg encoding of MOVAPS. Fixes #289584.
2012-08-21  Florian KrohmRemove unused IRops Iop_SqrtF64r32 and Iop_CalcFPRF.
2012-08-20  Florian KrohmHandle Iop_Left16 so And16 / Sub16 work properly with...
2012-08-20  Florian KrohmFix insn selection for Iop_Shr8/16 and Iop_Sar8/16...
2012-08-18  Florian KrohmRemove unused IR ops: Iop_I16StoF64, Iop_F32toI16S...
2012-08-16  Florian KrohmFix a mnemonic
2012-08-16  Florian KrohmFix a mixup. This never caused a problem because both...
2012-08-14  Philippe WaroquiersVEX part Implement --vex-iropt-register-updates=sp...
2012-08-08  Julian SewardSupport Ijk_TInval style exits on ARM, so that --smc...
2012-08-08  Christian Borntraegerfix the put optimization. It is ok to have F-types...
2012-08-06  Florian KrohmUpdate copyright notices for s390
2012-08-06  Florian KrohmThe arguments in a helper call need to be sign/zero...
2012-08-06  Florian KrohmAdd support for the cu41 insn. This completes the unico...
2012-08-05  Julian SewardUpdate copyright dates to include 2012.
2012-08-05  Florian KrohmSupport the cu14 insn. That insn is very much like...
2012-08-04  Florian KrohmFix a bug in insn selection. For some reason Iop_1UtoXY...
2012-08-03  Florian KrohmAdd IR debugging aid.
2012-08-03  Florian KrohmSupport cu12 insn. Part of fixing #289839.
2012-08-03  Florian KrohmFix a bug in insn selection. Though shalt not modify the
2012-08-01  Philippe WaroquiersVEX part (remove --vex-iropt-precise-memory-exns, add...
2012-08-01  Julian SewardImplement VCVT.F32.{S,U}32 S[d], S[d], #frac_bits....
2012-07-28  Florian KrohmAdd support for the CU42 insn. Part of fixing bugzilla...
2012-07-27  Florian KrohmNon-functional change. Fix some overly long lines and...
2012-07-26  Florian KrohmUpon decode failure set the guest_IA to the address...
2012-07-26  Florian KrohmClean up IR construction for insns that do not have...
2012-07-25  Florian KrohmChange IR generation for MVCLE to not generate cc=3...
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-23  Florian KrohmBack out special handling for opcode 00 (VEX r2189).
2012-07-21  Florian KrohmChange logic in computed gotos to use if_condition_goto...
2012-07-21  Florian KrohmAdd support for the CU24 insn (s390x). Part of fixing...
2012-07-20  Florian KrohmAdd support for the CU21 instruction (s390x).
2012-07-19  Florian KrohmHandle Iop_32to1 in the amd64 insn selector.
2012-07-19  Florian KrohmFix disassembly for insns using the RRF_M0RERE format.
2012-07-18  Julian SewardeqIRConst: handle Ico_V256.
2012-07-16  Petar JovanovicAdd more debug print information for the instructions...
2012-07-16  Julian SewardFix incorrect instruction decoding for MOVBE. Followup...
2012-07-15  Julian SewardImplement MOVBE. Fixes #302287.
2012-07-15  Florian KrohmMove helper functions to guest_s390_helpers.c for consi...
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...
next