]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2012-12-06  Julian SewardMake diagnostics for SIGILL more controllable (VEX...
2012-12-06  Julian SewardRe-enable XADD Gb,Eb. Fixes #307106. (Jakub Jelinek...
2012-12-05  Florian KrohmRecognise insns for zEC12 in the decoder.
2012-12-04  Florian KrohmIn the past, the implementation of STFLE returned the...
2012-12-03  Florian KrohmUse "load on condition" insns, if availably, to implement
2012-12-02  Florian KrohmRefactor the code based on s390_irgen_LAA.
2012-12-02  Florian KrohmFix implementation of LAA for atomic update.
2012-12-01  Florian KrohmFix typo.
2012-11-25  Florian KrohmFormatting only change.
2012-11-24  Florian KrohmMake some function parameters pointer to const.
2012-11-23  Petar JovanovicCorrectly model LL/SC on MIPS.
2012-11-21  Florian KrohmChanges for -Wwrite-strings
2012-11-20  Carl LoveVEX, ppc fix use of modified value in the Iop_32HLto64...
2012-11-20  Julian SewardAdd a special-case implementation of PCMPISTRI $0x3A...
2012-11-19  Florian KrohmFix type mixup. Spotted by GCC, analysed by Julian.
2012-11-10  Florian KrohmAdd support for binary DFP operations (64-bit).
2012-11-08  Julian SewardImprove accuracy of definedness tracking through the...
2012-10-29  Carl LoveValgrind, ppc: Fix missing checks for 64-bit instructi...
2012-10-27  Florian KrohmAdd machinery to support DFP rounding modes.
2012-10-26  Julian SewardFix compilation warning on non-mips targets (rm was...
2012-10-21  Florian KrohmConstify VEX's external interface.
2012-10-19  Petar JovanovicAdd a proper support for several MIPS instructions...
2012-10-18  Florian KrohmAllow representation of trace caches (VexCache).
2012-10-16  Florian Krohms390: Order the operands of the multiply-and-add/subtra...
2012-10-15  Christian Borntraegercheck in ltg jhe fix. Fixes https://bugs.kde.org/show_b...
2012-10-13  Florian KrohmFix HChar / UCHar / Char mixups. VEX now compiles without
2012-10-07  Florian KrohmPass VexArchInfo to the instrumentation functions.
2012-10-07  Florian KrohmAdd data structures for cache representation to libvex.h:
2012-10-07  Florian Krohms390: This is a pre-patch for DFP support. It renames...
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...
next