]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2015-07-07  Julian SewardAdd some functions for misaligned load/store support...
2015-07-01  Florian KrohmFix condition to avoid that decode[] is indexed out...
2015-07-01  Florian KrohmRemove unused computations. Spotted by Coverity.
2015-06-30  Julian Seward* Fix ubsan failures in mullS64 due to signed integer...
2015-06-24  Petar Jovanovicmips64: do not use 64-bit loads for lwl/lwr instructions
2015-06-22  Florian KrohmFix a few undefined shift operations as spotted by...
2015-06-18  Philippe Waroquiers* x86: on an SSE2 only host, Valgrind in 32 bits now...
2015-06-17  Philippe WaroquiersA SSE2 only CPU was reported to the guest as a SSE3...
2015-06-16  Petar Jovanovicmips64: add support for Cavium LHX
2015-06-05  Florian KrohmJust a dummy white space change to record the fact...
2015-06-05  Florian KrohmFix a condition that was always true. Found by cppcheck.
2015-06-05  Carl LoveOpps, missed a change in the previous patch. Forgot...
2015-06-05  Carl LoveThe dcbt and dcbtst instructions provide a non-zero...
2015-05-27  Mark WielaardBug #348247. Fix SUBQ 0, long long sub/cmp, then O...
2015-05-16  Florian KrohmCleanups to allow compilation with -Wold-style-declaration.
2015-04-29  Carl LoveImprove the error messages for the PPC platform to...
2015-04-27  Florian KrohmRemove VexGuestTILEGXStateAlignment as the guest state...
2015-04-22  Carl LoveAdd support for the TEXASRU register. This register...
2015-04-21  Julian SewardAdd spec rules for EQ, MI, PL, GT and LE after COPY...
2015-04-20  Carl LoveFix for an error in the stq, stqcx, lqarx and lq instru...
2015-04-17  Carl LoveAdd support for the lbarx, lharx, stbcx and sthcs instr...
2015-04-16  Carl LoveThe vbpermq for Powerpc64 big endian has the same issue...
2015-04-16  Carl LoveThe following regression tests failures occur on PPC64...
2015-04-15  Zhi-Gang LiuAdd Iop_Add8, Iop_Add16 and other 8 or 16 bit ALU Iop
2015-04-15  Zhi-Gang LiuRemoved "extern"
2015-04-15  Zhi-Gang LiuRemoved #if __tilegx__ ... #endif in guest_tilegx_toIR.c
2015-04-15  Zhi-Gang LiuFix the evCheck assertion for TileGX
2015-04-13  Julian SewardRemove unused function "lshift".
2015-04-11  Philippe WaroquiersVEX side for revision 15084 (multi arch testing)
2015-04-10  Julian SewardAdd a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera...
2015-04-09  Philippe WaroquiersFix a typo in the example given in the comment
2015-04-07  Julian Sewardx86 front and back ends: track vex r3120, which changed...
2015-04-07  Julian Sewardamd64 front and back ends: track the change of type...
2015-04-06  Julian Sewardarm64: implement FSQRT 2d_2d, 4s_4s, 2s_2s
2015-04-06  Julian Sewardarm64: add support for the following insns. This compl...
2015-04-04  Florian KrohmTweak STATIC_ASSERT such that there is no warning about...
2015-04-01  Philippe WaroquiersAdd the standard end of the file marker used elsewhere
2015-04-01  Philippe WaroquiersImprove comments, add the copyright notice
2015-03-31  Philippe WaroquiersThis patch reduces the size of all tools by about 2MB...
2015-03-30  Julian Sewardarm64: add support for
2015-03-30  Julian Sewardarm64: add support for
2015-03-30  Julian SewardAdd IR level support for 16 bit floating point types...
2015-03-28  Florian KrohmAdd STATIC_ASSERT. Remove VG__STRING.
2015-03-28  Petar Jovanovicmips64: extract correct immediate value for Cavium...
2015-03-26  Julian SewardBug 345215 - Performance improvements for the register...
2015-03-26  Julian SewardMinor updates to deal with mips32 and mips64.
2015-03-26  Julian SewardAdd source dependencies, and improve the 'clean' target.
2015-03-17  Florian KrohmAdd z13 (s390).
2015-03-13  Florian Krohmr2974 moved the inline definition of LibVEX_Alloc from...
2015-03-12  Florian KrohmFix build problems. The code has been bitrotting for...
2015-03-12  Florian KrohmFix two undefined behaviours found by ubsan.
2015-03-10  Carl LoveFix for bugzilla 343597 - ppc64le: incorrect use of...
2015-03-10  Florian KrohmFix a few undefined behaviours that were found by compi...
2015-03-04  Julian SewardFix problems due to generating Neon instructions on...
2015-02-27  Julian SewardAdd machinery to try and transform A ^ ((A ^ B) & M)
2015-02-27  Julian SewardEnhance the CSE pass so it can common up loads from...
2015-02-27  Julian SewardTidy up of CSE. Create functions irExpr_to_TmpOrConst,
2015-02-27  Julian Sewardfold_Expr: add rules
2015-02-24  Julian Sewardarm64: enable all remaining cases in the
2015-02-24  Julian Sewardarm64: implement:
2015-02-13  Florian KrohmAdd symbolic constant LibVEX_GUEST_STATE_ALIGN.
2015-02-09  Florian KrohmRemove an unused macro (which also had undefined behavi...
2015-02-09  Julian SewardImplement FP instructions:
2015-02-08  Julian SewardImplement all remaining FP multiple style instructions:
2015-02-08  Julian SewardImplement all remaining FP min/max style instructions:
2015-02-07  Julian SewardImplement all remaining FP compare instructions:
2015-02-05  Julian SewardEnable FCVTMU Xd,Sn. Fixes #343332.
2015-02-05  Julian SewardMake a very minor change to the LibVEX_Translate interf...
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.
next