]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2010-09-22  Julian SewardHandle new 32-bit SIMD integer primops introduced in...
2010-09-21  Julian SewardAdd test cases for SSUB8 and UHADD8.
2010-09-20  Julian SewardAdd tests for new insns in vex r2033 (SADD16, SSUB16...
2010-09-19  Bart Van AsscheMade timerfd-syscall test more robust by improving...
2010-09-19  Bart Van AsscheFixed a typo.
2010-09-19  Bart Van Asschememcheck/tests/linux/timerfd-syscall: send output to...
2010-09-19  Bart Van AsscheDRD: avoid unaligned reads.
2010-09-18  Bart Van AsschePowerPC: added expected output files for memcheck/tests...
2010-09-18  Bart Van AsschePowerPC: corrected expected output for memcheck/tests...
2010-09-18  Bart Van AsscheFollow-up for r11360.
2010-09-18  Bart Van AsscheBuild 32-bit exp-bbv tests as 32-bit. Patch supplied...
2010-09-18  Bart Van AsscheSkip exp-ptrcheck regression tests on PowerPC and ARM...
2010-09-18  Bart Van AsscheMade power6_bcmp testcases pass - patch from Maynard...
2010-09-14  Bart Van AsschePowerPC, Altivec: avoid using typedefs in combination...
2010-09-14  Bart Van AsscheAdded configure test that checks whether the assembler...
2010-09-13  Bart Van AsscheAvoid triggering AM_CFLAGS / AM_CXXFLAGS redefinition...
2010-09-13  Bart Van AsscheRestored original code for other compilers than ppc...
2010-09-11  Bart Van AsscheSecond and last gcc 4.3.2 PowePC workaround.
2010-09-11  Bart Van AsscheImplemented a workaround for a PowerPC-specific gcc...
2010-09-10  Julian SewardFix a couple of make-dist bugs, caused by recently...
2010-09-10  Julian SewardUn-break the docs build on Ubuntu 10.04 (Loïc Minier...
2010-09-10  Julian SewardAdd missing (empty) stdout.exp files.
2010-09-09  Bart Van AsscheUpdated Subversion ignore lists.
2010-09-09  Bart Van AsscheSwitched back to unified annotations.
2010-09-09  Julian Sewardarm-linux: determine whether the host supports Neon...
2010-09-08  Bart Van AsscheMade sure that DRD processes empty address ranges witho...
2010-09-08  Julian SewardFix somewhat nonsensical ifdeffery.
2010-09-08  Julian SewardAdd tests for RBIT (bit-reverse) instruction (Thumb...
2010-09-08  Julian SewardDon't scan the entire Valgrind stack to check for impending
2010-09-07  Bart Van AsscheConsistency improvement: made sure that VG_TRACK(die_me...
2010-09-07  Bart Van AsscheUpdated Subversion ignore list.
2010-09-05  Bart Van AsscheFixed an AMD64 bug reported by Evgeniy Stepanov: the...
2010-09-04  Julian SewardStop gcc complaining that dcbz_szB is used uninitialised.
2010-09-03  Julian SewardAdd tests for new PowerISA_2.05 instructions available...
2010-09-03  Julian SewardSupport the DCBZL instruction. Also, query the host...
2010-09-03  Julian SewardMake the leak tests a whole lot less flaky on ppc32...
2010-09-03  Julian SewardFollowup to r11333: rename HAVE_ALTIVEC back to HAS_ALT...
2010-09-03  Julian SewardEnable sys_pwrite64 on arm-linux. Fixes #249996.
2010-09-03  Julian SewardUn-break feature detection for Altivec, so that the...
2010-09-02  Julian Sewarddarwin: support sys_open_extended, sys_removexattr...
2010-09-02  Josef WeidendorferFix branch predictor simulation in Cachegrind
2010-09-02  Bart Van AsscheAdded a suppression pattern.
2010-09-02  Bart Van AsscheMade sure that DRD processes client programs that use...
2010-09-02  Bart Van AsscheBuilds again with ENABLE_DRD_CONSISTENCY_CHECKS defined.
2010-09-02  Bart Van AsscheBuilds again with ENABLE_DRD_CONSISTENCY_CHECKS defined.
2010-09-02  Bart Van AsscheAdded the per-thread property 'on_alt_stack'.
2010-09-02  Bart Van AsscheMade declaration and definition of VG_(thread_get_stack...
2010-09-02  Bart Van AsscheAdded functions for querying the properties of the...
2010-09-02  Bart Van AsscheAdded and commented out the CFLAG -DENABLE_DRD_CONSISTE...
2010-09-02  Bart Van AsscheAdded sigaltstack() regression test.
2010-09-02  Bart Van AsscheUpdated expected output. The output changed because...
2010-09-02  Bart Van AsscheImproved support for VALGRIND_MALLOCLIKE_BLOCK in memch...
2010-09-02  Bart Van AsscheThe client requests defined in memcheck.h can now be...
2010-09-02  Bart Van Asschedrd.h: removed inline functions and replaced these...
2010-09-02  Bart Van AsscheRefactoring: introduced new macro VALGRIND_DO_CLIENT_RE...
2010-09-02  Tom HughesAdd support for F_DUPFD_CLOEXEC. Fixes #238696.
2010-09-01  Bart Van AsscheDisabled a regression test because it fails intermittently.
2010-09-01  Bart Van AsscheSuppressed a few warnings reported by the Microsoft...
2010-09-01  Bart Van AsscheCompiles now with the Microsoft C Compiler too.
2010-08-31  Bart Van AsscheAdded command-line option --prefix-to-strip=... Closes...
2010-08-31  Bart Van AsscheExpand ${PWD} in the vgopts: line of .vgtest files.
2010-08-31  Julian SewardAnother supp for 10.5.x.
2010-08-31  Julian SewardImproved test cases for Neon VLDn/VSTn instructions.
2010-08-29  Bart Van AsscheRemoved a recently added suppression pattern again.
2010-08-29  Bart Van AsscheRemoved ANNOTATE_HAPPENS_BEFORE/AFTER() usage restrictions.
2010-08-29  Bart Van AsscheDRD does now recognize Helgrind's start/stop tracking...
2010-08-29  Bart Van AsscheAdded more suppression patterns.
2010-08-29  Bart Van AsscheDon't trigger an assertion failure if len == 0.
2010-08-29  Julian SewardAdd test cases for v6 media instructions in both ARM...
2010-08-29  Bart Van AsscheSource code cleanup.
2010-08-29  Bart Van AsscheAdded command-line option --trace-alloc and disabled...
2010-08-29  Bart Van AsscheAdded read_after_free regression test.
2010-08-29  Bart Van AsscheAdded new DRD command-line option --free-is-write and...
2010-08-27  Bart Van AsscheUpdated Subversion ignore list.
2010-08-27  Bart Van AsscheUpdated memcheck/tests/Makefile.am.
2010-08-27  Bart Van AsscheFilter out lines that differ between x86 and ppc.
2010-08-27  Bart Van AsschePorted to Win32. Tested that both RUNNING_ON_VALGRIND...
2010-08-27  Bart Van AsscheSpelling fix.
2010-08-27  Bart Van AsscheUpdated Subversion ignore list.
2010-08-26  Bart Van AsscheAdded new memcheck command-line option --show-possibly...
2010-08-26  Julian SewardUpdate comment.
2010-08-26  Julian Sewardarm-linux: send output to stderr, as on all other platf...
2010-08-25  Tom HughesThe argument to FIBMAP is an int, not an unsigned long...
2010-08-24  Julian SewardChange the replacement for memcpy to a vectorised versi...
2010-08-22  Julian Sewardarm-linux: make restarting interrupted syscalls work...
2010-08-22  Julian SewardAdd tests for all {ARM,Thumb} x {integer,NEON} instruct...
2010-08-22  Julian SewardMerge from branches/THUMB: test programs for NEON and...
2010-08-22  Julian SewardMerge from branches/THUMB: link-time stub needed on...
2010-08-22  Julian SewardMerge from branches/THUMB: m_machine changes needed...
2010-08-22  Julian SewardMerge from branches/THUMB: add (partial) --track-origin...
2010-08-22  Julian SewardMerge from branches/THUMB: supps and mandatory redirs...
2010-08-22  Julian SewardMerge from branches/THUMB: add support for sys_pselect6...
2010-08-22  Julian SewardMerge from branches/THUMB: rack renaming of guest_R15...
2010-08-22  Julian SewardMerge from branches/THUMB: track renaming of guest_R15...
2010-08-22  Julian SewardMerge from branches/THUMB: tool-side handling of new...
2010-08-22  Julian SewardMerge from branches/THUMB: build system fixes for Thumb
2010-08-21  Julian SewardAdd an intercept for strpbrk (copied from Memcheck).
2010-08-20  Julian SewardAdd some supps for Ubuntu 10.04 (x86_64, SSE4).
2010-08-20  Julian SewardIntercept strstr, required on SSE4 capable Linux targets.
2010-08-20  Julian SewardAdd in comments a (validated) strspn replacement, shoul...
next