]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2017-08-14  Ivo RaisrMerge VEX_3_13_BRANCH into VALGRIND_3_13_BRANCH svn/VALGRIND_3_13_BRANCH svn/VALGRIND_3_13_0
2017-06-15  Julian Seward-> 3.13.0 final
2017-06-09  Julian Seward-> 3.13.0.RC2
2017-06-09  Julian SewardMerge from trunk, r16438:
2017-06-09  Julian SewardMerge from trunk, r16437:
2017-06-09  Julian SewardMerge from trunk, r16436:
2017-06-09  Julian SewardMerge from trunk, r16435:
2017-06-02  Julian Seward-> 3.13.0.RC1 (this time with the correct version number)
2017-06-01  Julian Seward-> 3.13.0.RC1
2017-06-01  Julian SewardMerge from trunk:
2017-06-01  Julian SewardMerge from trunk, r16428:
2017-05-31  Julian SewardMerge, from trunk, revs:
2017-05-31  Julian SewardBack out r16425, since that was merged in the wrong...
2017-05-31  Julian SewardMerge from trunk, r16422 (Connect cet_nops test cases...
2017-05-31  Julian SewardMerge, from trunk, r3385 (Handle x86 CET prefixes ...
2017-05-31  Ivo RaisrConnect also 32-bit cet_nops tests.
2017-05-31  Ivo RaisrConnect cet_nops test cases with other OSes:
2017-05-31  Ivo RaisrSplit test cases from none/tests/amd64/cet_nops
2017-05-30  Julian SewardHandle x86 CET prefixes (32 bit only). Pertains to...
2017-05-24  Julian SewardSwizzle external.
2017-05-24  Julian SewardCreate branches/VALGRIND_3_13_BRANCH as a copy of trunk...
2017-05-24  Julian SewardCreate branches/VEX_3_13_BRANCH as a copy of trunk...
2017-05-24  Mark WielaardForce removal of include/vgversion.h.tmp in make_or_upd...
2017-05-24  Julian SewardFinal update before creating the 3_13 branch.
2017-05-24  Julian SewardUpdate doc building notes for Fedora 25.
2017-05-24  Julian SewardAdd test cases for x86 CET nops. Pertains to #379525.
2017-05-24  Julian SewardHandle x86 CET prefixes (64 bit only). Fixes #379525.
2017-05-24  Julian SewardEnable fair scheduling by default on Linux. n-i-bz.
2017-05-24  Julian SewardUpdate.
2017-05-24  Julian SewardWhen a thread hints that it is in a spin-wait loop...
2017-05-23  Ivo RaisrPort changes from r16407 to Solaris OS.
2017-05-23  Ivo RaisrFix expected output of brk tests after r16407.
2017-05-23  Ivo RaisrFix expected output of none/tests/cmdline{1,2}.
2017-05-22  Petar Jovanovicmips: implement missing case for Iop_Not64
2017-05-22  Petar Jovanovicmips: fix set_MIPS_rounding_mode()
2017-05-22  Petar Jovanovicmips32: add Iex_ITE implementation for floating point...
2017-05-22  Julian SewardAllow "sub.w reg, sp, reg, lsl #N" for N in 0 .. 5...
2017-05-22  Julian SewardEnable reading of inlined unwind info for exp-dhat...
2017-05-22  Julian SewardMake the message "brk segment overflow in thread #...
2017-05-22  Julian SewardIncrease the size of the translation cache to keep...
2017-05-22  Julian SewardFix order of strings in a warning message, that has...
2017-05-22  Julian SewardDocuments --sim-hints=fallback-llsc. Pertains to bug...
2017-05-22  Julian SewardBug 379966 - WARNING: unhandled amd64-linux syscall...
2017-05-20  Philippe WaroquiersFix some warnings reported by PVS studio (see bug 379502)
2017-05-20  Philippe WaroquiersRemoves a useless part of a condition, as discussed...
2017-05-20  Philippe WaroquiersCompile fb_test_amd64 only if adx instructions can...
2017-05-19  Petar Jovanovicmips: fix a typo in log
2017-05-19  Petar Jovanovicmips32: remove assembler warning in memcheck/leak*...
2017-05-19  Petar Jovanovicmips32: fix wrong register use
2017-05-18  Ivo RaisrMissing VEX commit for Valgrind SVN r16393.
2017-05-18  Mark WielaardProtect vgversion.h in a tarball from getting deleted...
2017-05-17  Mark WielaardFix vgversion.h generation for builddir != srcdir.
2017-05-17  Carl LovePPC64, ISA 3.0 fixes
2017-05-17  Carl LovePPC64, ISA 3.0 fixes
2017-05-17  Petar Jovanovicmips32: update clobbers in none/mips32/LoadStore tests
2017-05-17  Petar Jovanovicmips32: minor update to the branches test
2017-05-17  Ivo RaisrFix test fb_test_amd64.
2017-05-17  Ivo RaisrPOST syscall wrapper for clock_gettime was not properly...
2017-05-16  Carl LovePower PC ISA 3.0 fixes:
2017-05-16  Carl LovePower PC ISA 3.0 fixes:
2017-05-16  Petar Jovanovicmips64: add a workaround for Cavium CPUs to support...
2017-05-16  Petar Jovanovicmips: rewrite parts of mips_dirtyhelper_rdhwr
2017-05-16  Mark WielaardAdd include/vgversion.h to clean-local.
2017-05-16  Mark WielaardAdd dlopen_lib.h to drd/tests/Makefile.am noinst_HEADERS.
2017-05-16  Mark WielaardCall $(top_srcdir)/auxprogs/make_or_upd_vgversion_h.
2017-05-16  Julian SewardRedo rev 16384 to use the "house" conditionalisation...
2017-05-16  Ivo RaisrMore bug squashing! Yay!
2017-05-16  Ivo RaisrImplement required stubs for Android on arm when built...
2017-05-16  Ivo RaisrIncrease Valgrind's load address to prevent mmap failure.
2017-05-16  Ivo RaisrFixes for BZ#370028 are now finished.
2017-05-16  Ivo RaisrReduce the number of compiler warnings on MIPS platforms
2017-05-16  Julian Sewardarm64-linux: detect Cavium CPUs (implementer = 0x43...
2017-05-16  Julian SewardBug 368507 - valgrind throws std::bad_alloc on memory...
2017-05-16  Julian Sewardarm64-linux: detect Cavium CPUs (implementer = 0x43...
2017-05-15  Philippe WaroquiersFix 2 errors found by PVS studio
2017-05-15  Petar Jovanovicmips: implement set/long_jmp instead of builtins
2017-05-15  Ivo RaisrFix a build problem introduced by SVN commit r16365.
2017-05-15  Ivo RaisrMore bug squashing updates.
2017-05-15  Ivo RaisrAnnounce fix of bug 379838.
2017-05-15  Ivo RaisrFix decoding failure in X86 VEX frontend.
2017-05-14  Rhys KiddAdd none/tests/amd64/ build artifacts to svn ignore...
2017-05-14  Julian SewardUpdate.
2017-05-14  Julian SewardImplement PRFM (unscaled offset). Fixes #371503.
2017-05-14  Julian SewardImplement "mrs <reg>, cntfrq_el0". Fixes #368868.
2017-05-14  Julian SewardAdd a test for amd64 basic instructions, with particula...
2017-05-13  Julian SewardUpdate.
2017-05-13  Julian SewardAdd a test case for flag handling for BT/BTC/BTS/BTR...
2017-05-13  Julian SewardBug 367543 - bt/btc/btr/bts x86/x86_64 instructions...
2017-05-13  Philippe WaroquiersFix mempool2 test
2017-05-12  Ivo RaisrReduce the number of compiler warnings on MIPS platform...
2017-05-12  Julian SewardAdd test cases for PCMPxSTRx variant $0x10. Pertains...
2017-05-12  Julian SewardEnable the PCMPxSTRx variant $0x10. Fixes #372188.
2017-05-12  Julian SewardImplement ADCX and ADOX instructions. Modified version...
2017-05-12  Ivo RaisrFix build problems on Solaris and OS X.
2017-05-12  Ivo RaisrReduce the number of compiler warnings on MIPS platform...
2017-05-11  Ivo RaisrFix a problem when reading .valgrindrc and it is a...
2017-05-11  Petar Jovanovicmips32: improve none/tests/mips32/MIPS32int
2017-05-11  Julian SewardBug 371491 - handleAddrOverrides() is truncating the...
2017-05-11  Julian SewardMinor update.
2017-05-11  Bart Van Asschenone/tests/amd64/bug132918.c: Mark f64 as an output...
next