]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2013-01-20  Florian KrohmImprove the tree builder in IR optimisation. Allow...
2013-01-20  Florian Krohms390: Fix a type mixup spotted by IBM's BEAM checker.
2013-01-18  Philippe WaroquiersAdd a vg_alignof macro
2013-01-17  Julian SewardMerge, from branches/COMEM, revisions 2568 to 2641.
2013-01-16  Julian Sewardmips32 equivalent to r2636: fix up the mips32 back...
2013-01-16  Julian SewardFix up the s390 back end to be in sync with infrastruct...
2013-01-16  Julian Sewardppc32/64 equivalents to r2636: fix up the ppc back...
2013-01-16  Julian Sewardx86 equivalent to r2636: fix up the x86 back end to...
2013-01-16  Julian SewardGet rid of a pointless assert, and let the isel fail...
2013-01-15  Julian SewardFix up the amd64 back end to be in sync with infrastruc...
2013-01-15  Julian SewardComment-only changes.
2013-01-15  Florian KrohmRemove const qualifier from function return type.
2013-01-13  Florian KrohmFix a comment and add one.
2013-01-13  Florian Krohms390: Support insns to convert between DFP values and...
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-08  Julian SewardGet rid of selectable default (return) values in condit...
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 SewardHook up a couple of ARM (encoded) load/store cases...
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-17  Julian SewardARM back end: handle IRDefaults in dirty helper calls.
2012-12-17  Julian SewardIR: add the ability to specify the call-didn't-happen...
2012-12-17  Julian SewardRemove a bit of debug printing.
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 SewardChange a bunch more Thumb load/store events to use...
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-26  Julian Seward* make ARM word and unsigned byte load/stores use LoadG...
2012-11-26  Julian SewardMake a couple more load/store cases use IRLoadG/IRStore...
2012-11-25  Julian SewardInitial front changes for ARM, to generate direct IR...
2012-11-25  Julian SewardARM back end changes, to support code generation for...
2012-11-25  Julian SewardAdd IR level definitions and associated iropt hackery...
2012-11-25  Julian SewardMove this directory to the right place. Duh.
2012-11-25  Julian SewardCreate a copy of trunk r2567 to hold work on adding...
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:
next