]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2013-01-12  Florian KrohmAdd 12 IROps for converting betwen DFP values and signe...
2013-01-10  Florian Krohms390: bug fix. DFP rounding mode mixup.
2013-01-07  Julian SewardRemove unused function.
2013-01-03  Carl LoveThe call to set the rounding mode for DFP iops: Iop_Add...
2013-01-01  Florian Krohms390: Add support for DFP "shift significant" insns.
2012-12-30  Florian KrohmImprove handling of dirty helper calls when building...
2012-12-28  Julian SewardShow the guest->host code expansion ratio when debug...
2012-12-27  Florian KrohmIndentation only change.
2012-12-27  Florian Krohms390: Support the "test data class/group" and "extract...
2012-12-27  Florian KrohmNew IROps: Iop_ExtractSigD64 and Iop_ExtractSigD128...
2012-12-27  Florian KrohmRemove Makefile-icc which has been broken for a long...
2012-12-27  Florian Krohms390: Do not waste a register when assigning a constant...
2012-12-27  Florian Krohms390: Remove a forgotten debug print statement.
2012-12-26  Florian Krohms390x: Support "compare biased exponent" insns CEDTR...
2012-12-24  Florian KrohmFix VEX standalone build with Makefile-gcc. This has...
2012-12-24  Florian Krohms390: New file s390_defs.h to contain definitions that are
2012-12-23  Florian Krohms390: Simplify the optimisation for PUTs to tracked...
2012-12-22  Florian Krohms390: Reduce the size of an s390_insn from 48 bytes...
2012-12-22  Florian Krohms390: Fix a silly mistake causing an infinite loop.
2012-12-22  Florian Krohms390: Generalise S390_INSN_GADD which only worked on...
2012-12-22  Florian Krohms390: Fix an assert.
2012-12-21  Florian Krohms390: Rename s390_conv_t to s390_bfp_conv_t. Purely...
2012-12-21  Florian Krohms390: Distinguish between conversion to/from IRCmpFxxRe...
2012-12-21  Florian KrohmDefine IRCmpD64Result and IRCmpD128Result.
2012-12-21  Florian Krohms390: Add support for storing DFP values (32/64 bit).
2012-12-21  Florian KrohmAdd support for these DFP insns:
2012-12-21  Florian KrohmRemove redundant code snippet.
2012-12-20  Florian KrohmFix typos. Should really use __func__ instead.
2012-12-20  Florian Krohms390: Fix IR generation for DDTR and MDTR. These insns...
2012-12-20  Florian Krohms390: Fix disassembly for ADTRA, DDTRA, MDTRA, and...
2012-12-20  Florian Krohms390: Add thunk layout documentation for S390_CC_OP_DFP...
2012-12-19  Julian SewardConstant folder: enable Sub32(x,0) ==> x.
2012-12-19  Julian SewardIop_GetMSBs8x16: remove a copy-n-paste error introduced...
2012-12-19  Florian KrohmFix typeOfPrimop for Iop_D32toD64 and Iop_D64toD32.
2012-12-16  Florian KrohmFix an assert in s390 disassembly. Eliminate a few...
2012-12-16  Florian KrohmTeach vprintf_wrk about '*' as format width, in which...
2012-12-13  Julian SewardImplement 128-bit PMOVMSKB using a single new primop...
2012-12-12  Julian SewardSupport the UMAAL instruction. (n-i-bz). Based on...
2012-12-11  Florian KrohmGeneralise S390_INSN_GZERO which only worked on the...
2012-12-09  Florian KrohmEliminate some lameness when writing out hwcaps.
2012-12-09  Florian KrohmMove definition of facility bits to libvex_s390x_common...
2012-12-09  Florian KrohmUse VEX types.
2012-12-07  Florian KrohmComplete the decoder. All published opcodes are now...
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.
next