]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2013-10-04  Mark WielaardFix guest_amd64_toIR xbegin and xtest to match cpuid...
2013-10-03  Carl Love Phase 4 support for IBM Power ISA 2.07
2013-10-02  Carl LovePower PC, Approach 1, add Transactional Memory instruct...
2013-10-01  Carl LovePhase 3 support for IBM Power ISA 2.07
2013-09-29  Julian SewardImplement LDRHT (Thumb), LDRSHT (Thumb), [LDR,ST]{S...
2013-09-29  Julian SewardImplement LDRHT (Thumb), LDRSHT (Thumb), [LDR,ST]{S...
2013-09-27  Julian SewardAdd a kludgey implementation of XTEST to go with the...
2013-09-27  Julian Sewardarmg_calculate_condition: add missing masking (probably...
2013-09-24  Petar Jovanovicmips64: finetune mips_dirtyhelper_calculate_FCSR
2013-09-21  Petar Jovanovicmips32: protect mips32r2 instructions with a flag
2013-09-20  Dejan Jevticmips32/64: Save the value of FCSR register at the begin...
2013-09-19  Dejan Jevticmips32/64: Code cleanup and VEX optimizations. No funct...
2013-09-19  Dejan Jevticmips32/64: Fix the problem with dirty helper when the
2013-09-18  Julian SewardAdd support for the Intel TM "xbegin" instruction,...
2013-09-18  Julian Sewardx86 front ends: tighten up decoding of MOV Ib,Eb and...
2013-09-18  Tom HughesUnbreak the build on non-MIPS platforms.
2013-09-18  Dejan Jevticmips32/mips64: additional VEX support for FCSR register.
2013-09-18  Petar Jovanovicmips64: VEX support for MIPS64 Octeon Instructions
2013-09-16  Petar Jovanovicmips: clean-up in hardware detection (Cavium/DSP ASEs)
2013-09-15  Petar Jovanovicmips32: small cleanup in show_hwcaps_mips32
2013-09-13  Florian Krohms390: Add spechelper for s390_calculate_cc.
2013-09-13  Mark WielaardBug 323893 - SSE3 not available on amd cpus in valgrind.
2013-09-12  Carl LoveThe Power ISA 2.07 document includes a correction to...
2013-09-12  Florian KrohmRemove dead code.
2013-09-11  Florian KrohmEnhance ado_treebuild_BB to allow an expression precedi...
2013-09-11  Dejan Jevticmips64: fixed problem with Iop's for mips64.
2013-09-10  Carl LoveBugzilla 323437, this is phase 2 in a series of patches...
2013-09-06  Florian KrohmAdd a few more optimisations for CmpwNEZ64, CmpNEZ32...
2013-09-06  Carl LoveThe existing overflow detection in VEX/priv/guest_ppc_t...
2013-09-06  Carl LoveThe patch used the binary constants 0b10000 and 0b10001...
2013-09-06  Florian KrohmUpdate list of ignored files.
2013-09-05  Carl LoveThe current code is not properly handling a non-zero...
2013-09-03  Florian KrohmdeltaIRExpr cannot handle Iex_VECRET and Iex_BBPTR and
2013-09-02  Dejan Jevticmips32/mips64: Fix the problem with lwl and lwr for...
2013-09-02  Julian SewardComment-only change.
2013-09-01  Florian KrohmAdd an optimisation for Iop_Left64.
2013-09-01  Florian KrohmAdd algebraic simplifications for Iop_And64 (same as...
2013-08-27  Mark WielaardSupport mmxext (integer sse) subset on i386 (athlon).
2013-08-16  Dejan Jevticmips64: Fix a problem with CCall.retty type.
2013-08-16  Julian SewardAdd support for 256-bit return values for dirty helpers...
2013-08-15  Florian KrohmEliminate IRExprP__VECRET and IRExprP__BBPTR and introd...
2013-08-15  Dejan Jevticmips32/mips64: Fix compiler warnings.
2013-08-12  Carl LoveInitial ISA 2.07 support for POWER8-tuned libc
2013-08-08  Julian SewardAdd infrastructural support (IR, VEX) to allow returns...
2013-08-07  Julian SewardAdd a spec rule for SUBQ/NLE.
2013-08-03  Florian KrohmUpdate Makefile-gcc to include additional files that...
2013-08-03  Florian KrohmDo not use the 0b notation as older GCC's do not accept it.
2013-08-03  Florian KrohmRename ppc_cache_line_szB to indicate that this is...
2013-08-02  Dejan Jevticmips32: Correctly model SHLL_S.PH on MIPS32.
2013-07-28  Florian Krohms390: New machine model: zBC12
2013-07-25  Dejan Jevticmips32: Add support for mips32 DSP instruction set.
2013-07-04  Julian SewardImplement the following instructions, in both ARM and...
2013-07-04  Julian SewardAdd support for
2013-07-04  Petar Jovanovicmips: implement Iop_8Uto64 in iselInt64Expr
2013-06-17  Florian Krohms390: Support some more BFP <-> DFP conversions (the...
2013-06-17  Florian KrohmAdd some more IRops to convert between binary floating...
2013-06-09  Petar Jovanovicmips64: fix 'unused variable' warning
2013-06-06  Florian KrohmEliminate IRRoundingModeDFP by merging its values into...
2013-05-31  Florian Krohms390x: Make the CC_DEP1 field appear completely initial...
2013-05-31  Petar Jovanovicmips32/mips64: implement sdl, sdr, swl and swr without...
2013-05-13  Julian SewardImplement STRT. Fixes #319395. (Vasily Golubev, w...
2013-05-13  Julian SewardImplement SSAT16. Fixes #318929. (Vasily Golubev...
2013-05-12  Florian KrohmFix s390 build failure.
2013-05-11  Florian Krohms390: First round of changes to support the PFPO insn.
2013-05-08  Julian SewardGet rid of gcc warning on non-MIPS platforms.
2013-05-05  Florian KrohmAdd the following IROPs which are needed for s390 DFP...
2013-04-27  Petar Jovanovicmips: fix some style issues, non-functional change
2013-04-27  Petar Jovanovicmips: fix corner case for INS instruction
2013-04-26  Julian SewardSTRD (both ARM and Thumb): for push-like cases -- speci...
2013-04-23  Julian SewardImplement SMMLA{r}, both ARM and Thumb. n-i-bz.
2013-04-21  Julian SewardGenerate better code for Shl64(x, imm8) since the Neon...
2013-04-20  Julian SewardVLD4/VST4: generate in-line interleave/de-interleave...
2013-04-20  Julian SewardVLD3/VST3: generate in-line interleave/de-interleave...
2013-04-19  Petar Jovanovicmips: fix endian issues for LWL, LWR, LDR and LDL for...
2013-04-18  Julian SewardImproved front end translations for Neon V{LD,ST}{1...
2013-04-17  Julian SewardRemove some unused ifdeffery that allowed disabling...
2013-04-11  Julian SewardImplement ARM SDIV and UDIV instructions. Fixes #31417...
2013-04-11  Julian SewardImplement (T1) LDRT reg+#imm8. Fixes #315689.
2013-03-27  Julian SewardFix some rebasing fallout pertaining to today's AVX2...
2013-03-27  Tom HughesAdd support for the EQ_UQ SSE FP comparison operation...
2013-03-27  Julian SewardAMD64: Add support for AVX2, BMI1, BMI2 and FMA instruc...
2013-03-26  Julian SewardImplement RDTSCP on amd64, finally. This fixes #251569...
2013-03-26  Julian SewardImplement SSE4 MOVNTDQA insn. Fixes #316503.
2013-03-22  Julian SewardFix an assertion failure on CVT.F64.S32 d16, d16, ...
2013-03-20  Carl LoveVEX, ppc code cleanup
2013-03-12  Florian Krohms390: Support the SRNMT instruction.
2013-03-06  Julian SewardImplement VCVT.{S,U}32.F64 D[d], D[d], #frac_bits....
2013-03-05  Julian SewardImplement VCVT.F64.{SU}32, #imm. Fixes #308717.
2013-03-05  Julian SewardHandle "vmov qDest.I32 V128{0xFFFF}" so to speak, and...
2013-03-04  Julian SewardImplement SMLAL{BB,BT,TB,TT}. Fixes #308718. (Mans...
2013-03-03  Florian Krohms390: Fix disassembly. Wrong argument order was causing...
2013-03-02  Florian KrohmRemove dead code (a Coverity finding).
2013-03-02  Petar Jovanovicmips: fix for some warnings in mips files when compilin...
2013-03-01  Julian SewardHandle WFE and SEV, needed for spinlock hinting.
2013-02-27  Petar Jovanovicmips: adding MIPS64LE support to VEX
2013-02-22  Florian Krohms390: Non-functional change. Pedant at work...
2013-02-21  Florian Krohms390: Fix a type mixup found by BEAM.
2013-02-14  Florian Krohms390: Support the following DFP insns:
2013-02-11  Julian SewardStop gcc-4.4 complaining when this file is compiled...
2013-02-11  Florian KrohmMake HReg a struct. In the past there were several...
next