]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2012-06-18  Julian SewardMore AVX insns:
2012-06-15  Florian KrohmFix a few issues as reported by the BEAM tool.
2012-06-15  Julian SewardAdd a CPUID emulation which announces AVX support,...
2012-06-14  Julian SewardFill in some missing AVX insns:
2012-06-14  Julian SewardImplement even more insns created by gcc-4.7.0 -mavx...
2012-06-13  Julian SewardImplement even more instructions generated by "gcc...
2012-06-12  Julian SewardImplement a bunch more AVX instructions generated by...
2012-06-12  Julian SewardMake a start at implementing 256-bit AVX instructions...
2012-06-11  Julian Seward16-bit Thumb PUSH and POP: fix incorrect assertions.
2012-06-07  Petar JovanovicSmall improvement for getIReg on MIPS when reading...
2012-06-07  Julian SewardMerge in a port for mips32-linux, by Petar Jovanovic...
2012-06-07  Julian SewardMerge in a port for mips32-linux, by Petar Jovanovic...
2012-06-06  Florian KrohmFix a copy'n paste error spotted by Julian.
2012-06-06  Florian KrohmFix debug printing of s390 V-insns. Alu ops and such...
2012-06-06  Florian KrohmSupport "compare double ansd swap" insns: CDS, CDSY...
2012-06-04  Julian Sewarddis_AVX128_E_V_to_G is a special case of
2012-06-03  Julian SewardImplement
2012-06-03  Julian SewardMove VEX_HWCAPS_PPC32_DFP to a more logical place.
2012-06-03  Florian KrohmFix two Binop / Unop mixups.
2012-06-02  Julian SewardPOWER Processor decimal FP support, part 5 (VEX side...
2012-06-02  Florian KrohmPut the Triop member into a separate struct (IRTriop...
2012-06-02  Julian SewardImplement
2012-06-01  Florian KrohmFix a cut'n paste error.
2012-06-01  Florian KrohmPut the Qop member into a separate struct (IRQop) and...
2012-06-01  Julian SewardEnhance the guest state effects notation on IRDirty...
2012-05-31  Florian KrohmReduce size of an IRStmt from 40 bytes to 32 bytes...
2012-05-28  Florian KrohmAdd forgotten update. Should have been part of r2359.
2012-05-28  Florian KrohmCleanup after t-chaining changes.
2012-05-27  Florian KrohmUpdate a comment.
2012-05-27  Florian KrohmFix an out-of-date comment.
2012-05-27  Florian KrohmChange S390_INSN_HELPER_CALL such that returning a...
2012-05-27  Julian SewardRemove, or (where it might later come in handy) comment...
2012-05-27  Julian SewardFix the behaviour of VEXTRACTF128, VCMPSD and VCMPSS...
2012-05-27  Julian SewardImplement VINSERTPS imm8, xmm3/m32, xmm2, xmm1
2012-05-26  Florian KrohmTake advantage of compare immediate insns as more than...
2012-05-25  Julian SewardImplement
2012-05-25  Julian SewardImplement
2012-05-24  Julian SewardImplement
2012-05-24  Julian SewardFix two more incorrect disAMode calls, recently introdu...
2012-05-24  Julian SewardFix incorrect uses of disAMode in some SSE4 instruction...
2012-05-24  Julian SewardImplement VPACKUWSB = VEX.NDS.128.66.0F.WIG 67 /r
2012-05-23  Julian SewardImplement
2012-05-23  Julian SewardImplement
2012-05-23  Julian SewardImplement
2012-05-23  Julian SewardImplement
2012-05-23  Julian SewardImplement
2012-05-22  Julian SewardImplement
2012-05-22  Julian SewardImplement
2012-05-22  Julian SewardImplement VCVTTSS2SI xmm1/m32, r32 = VEX.LIG.F3.0F...
2012-05-22  Julian SewardImplement AVX insns
2012-05-22  Florian KrohmTweak initialisation of padding bytes such that future...
2012-05-21  Julian SewardEnable FCOMS/FCOMPS on amd64. Fixes #300414.
2012-05-21  Julian SewardFix feature recognition on AMD Bulldozer following...
2012-05-21  Julian SewardEnsure s390x guest state size is 32-byte aligned, as...
2012-05-21  Julian SewardEnsure arm guest state size is 32-byte aligned, as...
2012-05-21  Julian SewardEnsure ppc64 guest state size is 32-byte aligned, as...
2012-05-21  Julian SewardAdd initial support for Intel AVX instructions (VEX...
2012-05-12  Florian KrohmFix disassembly for asi and agsi
2012-05-12  Florian KrohmEliminate helper s390_calculate_icc. Rewrite and factor...
2012-05-12  Florian KrohmBack out VEX r2326. It was not working correctly. The...
2012-05-09  Florian KrohmImprove insn selection for helper calls. Attempt to...
2012-05-08  Florian KrohmUse make_gpr throughout. Remove unused parameter.
2012-05-07  Florian KrohmRemove an out-of-date comment.
2012-05-06  Florian KrohmAdd the counter pseudo register to the list of guest...
2012-05-05  Florian KrohmSpecial-case the TR insn for EX.
2012-05-05  Florian KrohmMore refactoring to avoid code duplication (irgen_CLC...
2012-05-05  Florian KrohmAdd NC and OC to the list of insns that get special...
2012-05-03  Florian KrohmAdd ETF3 facility (VEX bits). Part of fixing Bugzilla...
2012-04-30  Julian SewardDon't use constants of the form 0b...; apparently older...
2012-04-29  Julian SewardAdd support for POWER Power Decimal Floating Point...
2012-04-26  Julian SewardAdd a feature check flag for AVX.
2012-04-25  Julian SewardTry to fold out some of the lousy code generated by...
2012-04-25  Julian SewardAdd spec rules for Z and NZ after LOGICW.
2012-04-24  Julian Seward(stats only) Let the callers of LibVEX_Translate know...
2012-04-23  Julian SewardPOWER Processor decimal floating point instruction...
2012-04-23  Julian SewardFor each backend, unify the sets of IRJumpKinds handled...
2012-04-22  Florian KrohmFix makefile to allow compilation with gcc -g3.
2012-04-22  Florian Krohmtchain optimization for s390 (continued)
2012-04-22  Florian Krohmtchain optimisation for s390 (VEX bits)
2012-04-22  Florian KrohmRename to VEX_S390X_MODEL_UNKNOWN.
2012-04-22  Florian Krohm(post-tchain-merge cleanup) Stop s390x asserting on...
2012-04-21  Florian Krohm(post-tchain-merge cleanup): Use ASI and AGSI for incre...
2012-04-21  Florian Krohm(post-tchain-merge cleanup): Tighten up some asserts.
2012-04-21  Florian KrohmFix debug print for hwcaps adding stfle ad etf2.
2012-04-21  Julian Seward(post-tchain-merge cleanup): x86: handle a couple more...
2012-04-21  Julian SewardchainXDirect_ARM: generate direct jumps when possible.
2012-04-21  Julian SewardAin_XDirect, Ain_XIndir: use short form encodings where...
2012-04-21  Julian Seward(post-tchain-merge cleanup) remove temp supporting...
2012-04-21  Julian Seward(post-tchain-merge cleanup) Stop x86/amd64 asserting...
2012-04-21  Florian KrohmWe incorrectly stored the archinfo_host argument of...
2012-04-20  Julian SewardMerge branches/TCHAIN from r2271 (its creation point...
2012-04-20  Julian SewardAdd a spec rule for NE after COPY.
2012-04-20  Julian SewardComment-only change.
2012-04-20  Julian SewardAvoid word-size warnings when this is compiled on 64...
2012-04-20  Julian SewardChanges to make t-chaining work on ppc64-linux. More...
2012-04-20  Florian KrohmMinor non-functional tweak.
2012-04-20  Julian SewardFill in some more bits to do with t-chaining for ppc64
2012-04-20  Julian SewardAdd translation chaining support for ppc32 (tested...
2012-04-19  Florian KrohmCorrectly update the guest IA at the end of an insn...
2012-04-17  Florian KrohmMore fixes:
next