]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
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:
2012-04-15  Florian KrohmFix s390_tchain_patch_load64; some bytes were mixed up.
2012-04-14  Florian KrohmMake the list of handled jump kinds the same in s390_is...
2012-04-14  Florian KrohmNo idea what happened here. Fixed as obvious.
2012-04-13  Julian SewardDeal with CLFLUSH, which were not correctly dealt with...
2012-04-13  Florian KrohmNo need to handle Ijk_Sys_int32 which is specific to...
2012-04-13  Florian KrohmFirst round of fixes: some cut'n paste errors. And...
2012-04-13  Julian SewardExtend CSE to cover CSEing of clean helper calls. ...
2012-04-13  Florian KrohmTranslation chaining for s390. To be debugged.
2012-04-12  Julian Sewardado_treebuild_BB: don't allow loads to be floated past...
2012-04-12  Julian SewardPOWER Processor decimal floating point instruction...
2012-04-11  Julian SewardImprove the behaviour of 64-to/from-80 bit QNaN convers...
2012-04-04  Julian SewardARMin_MFence: implement using ARMv7 insns instead of...
2012-04-04  Florian KrohmAdd %J format to s390_sprintf. New function s390_jump_k...
2012-04-02  Julian SewardAdd translation chaining support for amd64, x86 and...
2012-04-02  Julian SewardFixes for capabilities checking w.r.t. Power DFP instru...
2012-04-02  Julian SewardMake a copy of r2270/r12476 for work on translation...
2012-04-02  Julian SewardInitial support for POWER Processor decimal floating...
2012-03-27  Florian KrohmConsolidate guest state offset computation. There is...
2012-03-26  Julian Sewardgcc seems to have taken to generating "orl $0xFFFFFFFF...
2012-03-25  Florian KrohmRemove prototype for non-existing function.
2012-03-21  Julian SewardFor (T3) "ADD (SP plus register)", allow "add rX, SP...
2012-03-17  Florian KrohmRename function. We want to be able to extract implemented
2012-02-27  Florian KrohmThis is a followup to r2263. Use offsetof.
2012-02-26  Florian KrohmDo not assume that a pointer is the worst-aligned data...
next