]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2018-02-12  Rhys Kiddmacos: Fix unhandled syscall: mach:43 (mach_generate_ac...
2018-02-07  Rhys Kiddauxprogs: Remove stray Haskell file references
2018-02-06  Julian Sewardamd64: implement PCMPxSTRx case 0x41. This is generate...
2018-02-06  Julian SewardBug 384631 - Sanitise client args as printed with -v
2018-02-03  Petar Jovanovicmips: remove several compiler warnings
2018-02-02  Petar Jovanovicmips: update .gitignore
2018-02-01  Petar Jovanovicmips: update NEWS about MIPS32/64 Revision 6 support
2018-02-01  Petar Jovanovicmips: add tests for mips32/mips64 R6
2018-02-01  Petar Jovanovicmips: add support for mips32/mips64 R6 to coregrind
2018-02-01  Petar Jovanovicmips: add support for mips32/mips64 R6 to VEX
2018-02-01  Petar Jovanovicadd Iops Iop_Rotx32 and Iop_Rotx64
2018-01-31  Petar Jovanovicmips: add support for Iop_Shr16 and Iop_Sar16
2018-01-29  Julian Sewardarm: fix build failure introduced with "Bug 79362 ...
2018-01-23  Ivo RaisrEnable -Wlogical-op for Valgrind; fix an obvious typo.
2018-01-20  Ivo RaisrAdd a simple progress-reporting facility.
2018-01-19  Mark WielaardRemove all extra -std=c99 flags from Makefiles.
2018-01-18  Mark WielaardDon't cast an initializer to the struct type in power_i...
2018-01-17  Mark WielaardMake sure we can compile in C99 mode.
2018-01-16  Mark WielaardRefix dlclose_leak.c test.
2018-01-16  Mark WielaardFix memcheck/tests/linux/dlclose_leak.c build under...
2018-01-15  Julian SewardBug 79362 - Debug info is lost for .so files when they...
2018-01-13  Mark WielaardAdditional fix for gnu debug alt file resolving.
2018-01-12  Petar Jovanovicmips: fix build failure introduced with "Bug 79362...
2018-01-11  Julian SewardBug 79362 - Debug info is lost for .so files when they...
2018-01-11  Julian SewardBug 385408 - s390x: z13 vector "support" instructions...
2018-01-03  Julian SewardFix memcheck/tests/vbit-test (the vbit test program...
2018-01-03  Julian SewardexpensiveAddSub(): Fix incorrect comment. No functiona...
2017-12-13  Ivo RaisrRemove compiler warning about possibly uninitialized...
2017-12-12  Mark WielaardFix gnu debug alt file resolving.
2017-12-12  Julian SewardFix false positive with s390x cgijnl instruction testin...
2017-12-12  Mark WielaardRemove old Haskell and orig diff files.
2017-12-12  Julian SewardBug 387664 - Memcheck: make expensive-definedness-check...
2017-12-07  Julian SewardFix this test to work properly with accurate CmpEQ...
2017-12-07  Julian Sewardamd64: add a spec rule for SHRL/SARL then CondS. gcc...
2017-12-05  Julian Sewardamd64: Add a new spec rule for SUBL then Cond{B,NB...
2017-12-05  Julian SewardRearrange sections in mc_translate.c. No functional...
2017-11-21  Philippe WaroquiersWhen user asks enough verbosity, also give the full...
2017-11-20  Julian Sewardarm(32)-linux: add support for the TPIDRURW system...
2017-11-16  Philippe WaroquiersBypass gcc code generation bug triggered by -finline...
2017-11-15  Ivo RaisrAdd .stderr.exp file for memcheck/tests/linux/capget...
2017-11-14  Ivo RaisrUpdate .gitignore for Solaris.
2017-11-14  Ivo RaisrUpdate NEWS after fixing BZ#208052.
2017-11-14  Tom HughesAvoid underflow in strlcpy and strlcat wrappers when...
2017-11-13  Petar Jovanovicsynchronize access to vgdb_interrupted_tid
2017-11-07  Philippe WaroquiersImprove efficiency of SP tracking in helgrind (and...
2017-11-07  Philippe WaroquiersMove or conditionalise on CHECK_CEM some expensive...
2017-11-07  Julian Sewards390_irgen_EX_SS: add initialisations so as to remove...
2017-11-07  Julian SewardAdd -finline-functions to standard build flags, so...
2017-11-04  Ivo RaisrOptionally exit on the first error with --exit-on-first...
2017-11-04  Philippe WaroquiersSmall optimisation in helgrind address description
2017-11-03  Petar Jovanovicmips: finetune tests that print FCSR
2017-11-02  Philippe WaroquiersImprove the NEWS entry for --delta-stacktrace flag.
2017-11-02  Philippe WaroquiersFix 376257 - helgrind history full speed up using a...
2017-10-31  Carl LoveFix access to time base register to return 64-bits.
2017-10-31  Petar Jovanovicandroid: compute possible size of a symbol of unknown...
2017-10-28  Philippe Waroquiersintroduce a test for n-i-bz fix bug in strspn replacement
2017-10-27  Petar Jovanovicmips: update NEWS about MIPS MSA support
2017-10-27  Petar Jovanovicmips: MSA tests
2017-10-27  Petar Jovanovicmips: add support for MSA regs in Memcheck
2017-10-27  Petar Jovanovicmips: detect presence of MSA
2017-10-27  Petar Jovanovicmips: MSA support for mips32/mips64.
2017-10-27  Petar Jovanovicmips: new Iops added to support MSA
2017-10-26  Philippe WaroquiersFix n-i-bz fix bug in strspn replacement
2017-10-20  Mark WielaardBug #385912. Remove explicit NULL check from none/tests...
2017-10-20  Mark WielaardSuppress _dl_runtime_resolve_avx_slow for memcheck...
2017-10-17  Petar Jovanovicmips: simplify handling of Iop_Max32U
2017-10-17  Petar Jovanovicmips: fix handling of Iex_ITE
2017-10-11  Ivo RaisrVEX register allocator: allocate caller-save registers...
2017-10-11  Ivo RaisrRefactor tracking of MOV coalescing.
2017-10-10  Petar Jovanovicmips: add support for bi-arch build on mips64
2017-10-05  Carl LovePPC64, vpermr, xxperm, xxpermr fix Iop_Perm8x16 selecto...
2017-10-04  Carl LovePPC64, revert the change to vperm instruction.
2017-10-04  Carl LovePPC64, Add support for xscmpeqdp, xscmpgtdp, xscmpgedp...
2017-10-03  Carl LovePPC64, Fix bug in vperm instruction.
2017-10-03  Carl LovePPC64, Re-implement the vpermr instruction using the...
2017-10-03  Carl LovePPC64, Use the vperm code to implement the xxperm inst.
2017-10-03  Carl LovePPC64, Replace body of generate_store_FPRF with C helpe...
2017-10-03  Carl LovePPC64, Add support for the Data Stream Control Register...
2017-10-02  Petar Jovanovicmips32: add BE-exp files for several tests
2017-10-02  Petar Jovanovicmips: make sure configure script checks for correct...
2017-10-02  Rhys Kiddgitignore: Fix up false directory-level .gitignore...
2017-10-01  Rhys KiddPreliminary support for Darwin 17.x (macOS 10.13)
2017-10-01  Rhys KiddFix missing workq_ops operations (macOS)
2017-09-29  Petar Jovanovicmips64: set mips64r2 as default for 64-builds
2017-09-28  Petar Jovanovicmips: optimize multiplication Iops
2017-09-28  Ivo RaisrMinor refactoring for VEX register allocator v3. No...
2017-09-27  Philippe WaroquiersAdd a .exp file for the dash version in Debian 9
2017-09-27  Petar Jovanovicmips: fix typos for the recently added test
2017-09-27  Petar Jovanovicmips: fix VKI_SIOCATMARK, VKI_SIOCSPGRP and VKI_SIOCGPG...
2017-09-27  Petar Jovanovicmips: new Memcheck test, bad_sioc
2017-09-26  Ivo RaisrReorder allocatable registers for s390x so that the...
2017-09-24  Rhys KiddSupport all Apple clang/LLVM 5.1+
2017-09-23  Philippe WaroquiersFollow up to 'On ppc, add generic_start_main.isra.0...
2017-09-23  Philippe WaroquiersOn ppc, add generic_start_main.isra.0 as a below main...
2017-09-23  Philippe Waroquiersmassif: match --ignore-fn with the first IP that has...
2017-09-22  Philippe WaroquiersFollow up to 345307 - Warning about "still reachable...
2017-09-19  Philippe WaroquiersImplement static TLS code for more platforms
2017-09-19  Philippe WaroquiersFix assert on ppc32 due to typo for GPR28
2017-09-16  Ivo RaisrFix a typo bug in VEX register allocator v3.
2017-09-15  Petar Jovanovicmips: finetune none/tests/(mips32|64)/test_math test
next