]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2015-02-05  Christian BorntraegerFix bug 343802. We need to handle one more special...
2015-02-04  Julian Sewardguest_amd64_spechelper:
2015-02-03  Julian Sewarddis_VMASKMOV: create per-lane transfer/no-transfer...
2015-01-29  Florian KrohmFix hwcaps validity checking for x86.
2015-01-28  Julian SewardppIRStoreG: print braces around guarded section, so...
2015-01-28  Julian SewardImplement AVX-1 conditional vector stores: VMASKMOVP...
2015-01-28  Julian SewardUse IR conditional stores (IRStoreG) to implement AVX...
2015-01-27  Julian SewardChange AMD64Instr_CMov64 so that the source can only...
2015-01-27  Julian SewardAMD64 front end: translate AVX2 PMASKMOV load instructi...
2015-01-27  Julian SewardAdd ILGop_Ident64 to enum type IRLoadGOp so as to make it
2015-01-21  Florian KrohmFix an assert. Unbreak build on 32-bit platforms.
2015-01-20  Florian KrohmAdd an assert to check that we're getting the expected...
2015-01-10  Florian KrohmThe size of an event check never depends on the endianess
2015-01-08  Florian KrohmClean up a few leftovers from the AIX port which no...
2015-01-07  Florian KrohmRemove the definitons of Ptr_to_ULong and ULong_to_Ptr.
2015-01-06  Carl LoveThe following two lines of code always convert the...
2015-01-06  Philippe WaroquiersFix assert
2015-01-05  Carl LoveFixed missing ULL on constants per compiler warnings:
2015-01-05  Florian KrohmFix an incorrect truncation of an address value to...
2015-01-04  Florian KrohmChange remaining use of Addr64 in the VEX API to Addr...
2015-01-02  Florian KrohmChange the IMark statement. The address is now type...
2015-01-02  Florian KrohmThe length of a disassemnled insn is always positive.
2015-01-02  Florian KrohmGive DisResult::continueAt Addr type.
2015-01-02  Florian KrohmMake VexTranslateArgs::guest_bytes_addr an Addr value...
2015-01-01  Florian KrohmSynch compiler flags with those in valgrind's Makefile...
2014-12-31  Florian KrohmIt has long been assumed that host and guest architectures
2014-12-29  Florian KrohmAs a library, VEX should not export the offsetof and...
2014-12-29  Florian KrohmAdd a missing header file.
2014-12-29  Florian KrohmChange a few prototypes to use SizeT.
2014-12-29  Florian KrohmAdd type SizeT (moved here from valgrind's pub_tool_bas...
2014-12-24  Florian KrohmRemove a few dead assignments.
2014-12-23  Florian KrohmAudit a buffer.
2014-12-16  Philippe WaroquiersFix 197259 Unsupported arch_prtctl PR_SET_GS option
2014-12-15  Florian KrohmRemove quote.txt and newline.txt as they are no longer...
2014-12-15  Florian KrohmTweak a format specifier. Remove a redundant assert.
2014-12-15  Florian KrohmMore constification.
2014-12-10  Florian KrohmRemove some debugging code that was accidentally checked in
2014-12-10  Florian KrohmToday this is what happens when we encounter hwcaps...
2014-12-10  Florian KrohmNew function vfatal which should be used for user messages
2014-12-09  Julian SewardFix incorrect implementation of AESKEYGENASSIST in...
2014-12-09  Florian KrohmUpdate x86 decoder as per advise from Julian.
2014-12-08  Florian KrohmThe long displacement facility is now required. There...
2014-12-08  Florian KrohmExport s390_host_hwcaps in LibVEX_Translate, so we...
2014-12-06  Florian KrohmAdd a few more asserts. Fix a function prototype.
2014-12-06  Florian KrohmDFP insns should cause an emulation failure if the...
2014-12-05  Florian KrohmEncountering a PFPO insn in a client program while...
2014-12-05  Florian KrohmFix some verbiage.
2014-11-26  Petar Jovanovicmips64: add support for Cavium BBIT032 and BBIT132
2014-11-25  Julian SewardImplement FRINTI d_d, s_s.
2014-11-25  Julian SewardImplement RORV x_x_x, w_w_w
2014-11-25  Julian SewardImplement CLS x_x, w_w
2014-11-25  Julian Sewardarm64: implement "BRK #imm16".
2014-11-22  Florian KrohmAdd function s390_isel_amode_b12_b20 to compile an...
2014-11-21  Florian KrohmRemove dead code.
2014-11-20  Florian KrohmThis change was triggered by BZ #247974 which suggested...
2014-11-20  Julian Sewardarm64: enable FCVT{A,N}S X,S.
2014-11-20  Julian SewardImplement {S,U}CVTF (scalar, fixedpt).
2014-11-19  Julian SewardImplement VFPv4 VFNMA, VFNMS d_d and s_s variants ...
2014-11-17  Julian SewardFix stupid bug introduced in r2993, which causes many...
2014-11-17  Julian SewardImplement arm64 insns:
2014-11-15  Julian SewardImplement "fcvtpu w, s". n-i-bz.
2014-11-15  Julian SewardImplement fcsel d_d, s_s. Fixes #340856.
2014-11-13  Mark WielaardAdd detection of old ppc32 magic instructions from...
2014-11-11  Julian SewardAdd a nasty temporary kludge to CPUID that allows 64...
2014-11-07  Julian SewardFix incorrect decoding of AVX2 insns:
2014-11-04  Mark WielaardBug 340632 arm64: unhandled instruction fcvtas
2014-10-31  Julian SewardHandle all DSB/DMB/ISB variants. Fixes #340033.
2014-10-30  Julian SewardImplement PRFM (immediate). Fixes #335713.
2014-10-30  Julian SewardImplement FCVTAS W_S and FCVTAU W_S. Fixes #340509.
2014-10-30  Julian SewardImplement
2014-10-30  Julian SewardImplement fcvtmu x_d. Fixes #339927.
2014-10-30  Julian SewardImplement frintx d_d and s_s. Fixes #339926.
2014-10-29  Florian KrohmTweak to allow the use of this Makefile with the ICC...
2014-10-27  Julian Seward* add a missing extra m-reg check for some LD/ST vector...
2014-10-25  Florian KrohmCompanion patch of valgrind r14664.
2014-10-23  Florian KrohmMemove unused macro. Should have been part of r2955.
2014-10-22  Julian SewardImplement SIMD (de)interleaving loads/stores:
2014-10-11  Mark WielaardBug 339858 arm64 recognize dmb sy. Data Memory Barrier...
2014-10-11  Florian KrohmMerge the memory allocation bits from libvex.h into...
2014-10-09  Carl LoveThis patch makes the needed changes to the lxvw4x for...
2014-10-09  Petar Jovanovicmips: add a missing break
2014-10-09  Petar Jovanovicmips: use putDReg/getDReg for ceil.l.d
2014-10-08  Florian KrohmConstification part 5.
2014-10-07  Florian KrohmUse __typeof__ to improve readability and future mainta...
2014-10-07  Florian KrohmRemove unused prototype. Add a fixs390.
2014-10-07  Carl LoveThis commit just makes white space changes to the three...
2014-10-07  Carl Lovemsg
2014-10-02  Julian Sewardguest_amd64_spechelper: fill in a number of missing...
2014-10-02  Julian SewardAdd folding rules for: Sar64(x,0) and Sar32(x,0). ...
2014-10-02  Julian Sewardguest_amd64_spechelper: number (in comments) and reorde...
2014-09-29  Carl Loveppc64: lxvw4x instruction uses four 32-byte loads...
2014-09-25  Florian KrohmRemove unneeded variable.
2014-09-25  Carl LoveThe function mk_AvDuplicateRI() stores 16 bytes to...
2014-09-24  Florian KrohmConstification part 4.
2014-09-24  Florian KrohmConstification part 3.
2014-09-23  Carl LoveThe PPC64 store quad instruction is updating the addres...
2014-09-22  Florian KrohmConstification part 2.
2014-09-22  Florian KrohmRemove the valgrind_support parameter from LibVEX_Init...
2014-09-21  Florian KrohmConstification part 1.
2014-09-16  Florian KrohmCouple of fixes:
next