]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2013-05-11  Florian Krohms390: First round of changes to support the PFPO insn.
2013-05-11  Julian SewardcomplainIfUndefined: reinstate the 3rd argument (guard...
2013-05-10  Petar Jovanovicmips: add allexec tests for mips64
2013-05-09  Philippe Waroquiersfix 319235 --db-attach=yes is broken with Yama ptrace...
2013-05-08  Julian SewardGet rid of gcc warning on non-MIPS platforms.
2013-05-07  Carl LoveAdd syscall suport for system calls sys_mbind, sys_set_...
2013-05-05  Florian Krohmvalgrind side support for
2013-05-05  Florian KrohmAdd the following IROPs which are needed for s390 DFP...
2013-05-02  Philippe Waroquiersfix gdbsrv inferior calls when PT_GNU_STACK declares...
2013-04-27  Petar Jovanovicmips: fix some style issues, non-functional change
2013-04-27  Petar Jovanovicmips: extending the existing test for INS and EXT instr...
2013-04-27  Petar Jovanovicmips: fix corner case for INS instruction
2013-04-26  Petar Jovanovicmips: fixup blksys_restart address for mips64
2013-04-26  Julian SewardSTRD (both ARM and Thumb): for push-like cases -- speci...
2013-04-26  Julian SewardIncrease size of the CIEs array to 5000.
2013-04-23  Julian SewardWhitespace changes only -- no functional change.
2013-04-23  Julian SewardImplement SMMLA{r}, both ARM and Thumb. n-i-bz.
2013-04-23  Julian SewardAdd test cases for SMMLA{R}.
2013-04-22  Julian SewardAndroid's elf.h doesn't have PT_GNU_STACK (sigh) and...
2013-04-21  Julian SewardGenerate better code for Shl64(x, imm8) since the Neon...
2013-04-20  Julian SewardMinor changes to how V{LD}{1,2,3,4} are tested:
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 JovanovicCalculate offsets in read_dwarf2_lineblock based on...
2013-04-19  Petar Jovanovicmips: fix endian issues for LWL, LWR, LDR and LDL for...
2013-04-18  Julian SewardNon-functional changes: flush stdout frequently, so...
2013-04-18  Julian SewardImproved front end translations for Neon V{LD,ST}{1...
2013-04-17  Mark WielaardFix -Ttext-segment configure check.
2013-04-17  Mark Wielaardstrchr.vgtest mc_replace_strmem.c [r]index and [__GI_...
2013-04-17  Mark WielaardSimplify read_unitinfo_dwarf2. Only try to read the...
2013-04-17  Julian SewardRemove some unused ifdeffery that allowed disabling...
2013-04-17  Tom HughesPay attention to PT_GNU_STACK when deciding what permis...
2013-04-11  Mark Wielaardread_unitinfo_dwarf2 DW_FORM_ref_addr is address size...
2013-04-11  Julian SewardUpdate.
2013-04-11  Julian SewardAdd test cases for SDIV and UDIV. Pertains to #314178.
2013-04-11  Julian SewardImplement ARM SDIV and UDIV instructions. Fixes #31417...
2013-04-11  Julian SewardAdd test cases for (T1) LDRT reg+#imm8. See #315689.
2013-04-11  Julian SewardImplement (T1) LDRT reg+#imm8. Fixes #315689.
2013-04-05  Mark WielaardFix double 'the the' in documentation.
2013-04-05  Philippe Waroquierstemporarily disable memalign part of the undef_malloc_a...
2013-04-04  Philippe WaroquiersSolve false negative for various malloc replaced functi...
2013-04-04  Petar Jovanovicmips: enable helgrind test tc08_hbl2 for mips64
2013-04-04  Petar Jovanovicmips: add different value for SOCK_STREAM
2013-04-03  Petar Jovanovicmips: enable several system call wrappers on mips64
2013-04-03  Petar Jovanovicmips: add mips64le support for atomic_incs and annotate...
2013-04-02  Julian SewardUpdate bug status.
2013-04-01  Bart Van Asschememcheck, Darwin 10: Add a suppression pattern
2013-03-31  Philippe Waroquiersannounce an old bug (wishlist) which rev 13223 fixed
2013-03-31  Bart Van Asschedrd, Darwin: Generalize a suppression pattern
2013-03-30  Bart Van Asschedrd, Darwin: Add a suppression pattern
2013-03-29  Julian SewardDon't assume that page size is 4K when loading PIEs...
2013-03-29  Julian SewardEnable prctl on ppc64-linux. Fixes #308089.
2013-03-28  Mark WielaardFor memcheck overlap filter_memcpy str[n]cpy and __GI_s...
2013-03-28  Mark Wielaardmemcheck/tests/strchr test should not depend on line...
2013-03-28  Mark WielaardAdd new MISC vector Iops to memcheck/tests/vbit-test...
2013-03-28  Tom HughesCope with old linkers which don't support -Ttext-segmen...
2013-03-28  Julian SewardBe more aggressive about dropping the lock in spinloops.
2013-03-28  Tom HughesUpdate test results for EQ_UQ SSE FP comparison operati...
2013-03-27  Julian SewardFix some rebasing fallout pertaining to today's AVX2...
2013-03-27  Julian SewardFix BMI assembler configure check and avx2/bmi/fma...
2013-03-27  Tom HughesTest support for the EQ_UQ SSE FP comparison operation...
2013-03-27  Tom HughesAdd support for the EQ_UQ SSE FP comparison operation...
2013-03-27  Julian SewardBuild system and hwcaps fixes pertaining to #305728...
2013-03-27  Julian SewardTestcase additions pertaining to #305728, which added...
2013-03-27  Julian SewardMemcheck fixes for new IR ops introduced by r2702 ...
2013-03-27  Julian SewardAMD64: Add support for AVX2, BMI1, BMI2 and FMA instruc...
2013-03-26  Julian SewardAdd hwcaps checking on amd64 for RDTSCP. Part of the...
2013-03-26  Julian SewardImplement RDTSCP on amd64, finally. This fixes #251569...
2013-03-26  Julian SewardAdd test cases for SSE4 MOVNTDQA insn. Pertains to...
2013-03-26  Julian SewardImplement SSE4 MOVNTDQA insn. Fixes #316503.
2013-03-26  Julian SewardUpdate bug status.
2013-03-24  Philippe Waroquiersfix 307082 HG false positive: pthread_cond_destroy...
2013-03-22  Julian SewardFix an assertion failure on CVT.F64.S32 d16, d16, ...
2013-03-22  Julian SewardUse -Wl,-Ttext-segment when static linking if possible...
2013-03-20  Carl LoveVEX, ppc code cleanup
2013-03-18  Philippe WaroquiersUndo void change done as part of rev 13329
2013-03-18  Philippe WaroquiersBetter fix for 295590
2013-03-18  Julian SewardUpdate.
2013-03-13  Philippe WaroquiersDocument that user level client stack switches might...
2013-03-13  Philippe WaroquiersFix 316535 Use of |signed int| instead of (unsigned...
2013-03-12  Florian Krohms390: Add testcase for the SRNMT instruction.
2013-03-12  Florian Krohms390: Support the SRNMT instruction.
2013-03-10  Philippe WaroquiersFix 316145 - callgrind command line options in manpage...
2013-03-10  Philippe Waroquiersfix 315959 valgrind man page has bogus SGCHECK (and...
2013-03-10  Bart Van Asschedrd/tests/annotate_smart_pointer2: Add an expected...
2013-03-10  Bart Van Asschedrd/tests/sem_wait: Skip on Darwin since sem_init(...
2013-03-10  Bart Van AsscheDarwin: Make stack growth tracking consistent with...
2013-03-10  Bart Van AsscheDarwin: Fix a compiler warning
2013-03-10  Bart Van Asschemassif/tests/pages_as_heap.c: Fix a compiler warning
2013-03-10  Bart Van Assches390: Distribute dfp-1 expected output files also if...
2013-03-10  Bart Van Asschedrd: Fix stack growth tracking. Hopefully this is the...
2013-03-10  Bart Van Asschedrd: Fix a 4x slowdown for certain applications (#316181)
2013-03-06  Philippe WaroquiersFix 316144 (valgrind.1 manpage contains ??? strings...
2013-03-06  Julian SewardAdd test cases for VCVT.{S,U}32.F64 D[d], D[d], #frac_bits.
2013-03-06  Julian SewardImplement VCVT.{S,U}32.F64 D[d], D[d], #frac_bits....
2013-03-05  Julian SewardAdd test cases for VCVT.F64.{SU}32, #imm, including...
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 SewardAdd test cases for SMLAL{BB,BT,TB,TT}. Related to...
2013-03-04  Julian SewardImplement SMLAL{BB,BT,TB,TT}. Fixes #308718. (Mans...
next