]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2011-04-28  Julian SewardChange the TT_FAST hash function for from "insn_address...
2011-04-27  Julian SewardChange the default (minimum) client malloc alignment...
2011-04-27  Robert WalshFix no-arg ioctls on Darwin.
2011-04-27  Julian Sewards390x: fpr - gpr transfer facility -- valgrind side...
2011-04-27  Julian SewardFix bogus asm constraints in jm-insns.c. Fixes #263919.
2011-04-27  Julian SewardAdd alternative expected output cases for more recent...
2011-04-27  Julian SewardFix a bunch of printf format-string warnings when compi...
2011-04-26  Julian SewardFix a type mismatch that gcc-4.6 warns about.
2011-04-26  Julian SewardRemove some unused code that gcc-4.6 warns about.
2011-04-26  Julian SewardFix a couple of bogus asm constraints observed when...
2011-04-21  Julian SewardFix a couple of warnings when building the regtests.
2011-04-21  Julian SewardMake reading of line number info from LLVM-2.9-generate...
2011-04-20  Julian SewardChange a bunch of < > style includes to " " style.
2011-04-18  Bart Van AsscheLinux/syswrap: add support for USBDEVFS_RESET (patch...
2011-04-15  Julian SewardFix bogus .size directives which are now rejected by...
2011-04-15  Julian SewardUn-break configure check for VSX (a POWER7 extension...
2011-04-15  Julian SewardMark this as executable. Followup for #267630.
2011-04-15  Julian SewardAdd support for IBM Power ISA 2.06 -- stage 1. Valgrin...
2011-04-13  Julian SewardFollowup fix for r11693: add a file that was missed.
2011-04-13  Julian Sewards390x: reconsider "long displacement" requirement ...
2011-04-13  Julian SewardTest cases for #270082 (s390x: Make sure to point the...
2011-04-13  Julian Sewards390x: rewrite some testcases. To make my testing...
2011-04-12  Bart Van Asschetimerfd-syscall regression test: Allow even more schedu...
2011-04-11  Julian SewardGet rid of shadowing causing a perl warning. Minor...
2011-04-11  Julian SewardMake MacOS builds work again following fixes for #259977
2011-04-11  Julian SewardAdd an alternative implementation of VG_MINIMAL_{SET...
2011-04-11  Julian SewardAdd an alternative implementation of VG_MINIMAL_{SET...
2011-04-11  Julian SewardCreate new module m_libcsetjmp, which wraps up uses of
2011-04-06  Julian SewardOn OSX, post-process the tool executables to adjust...
2011-04-05  Julian SewardTestcases for s390x conditional load and store. See...
2011-04-05  Julian SewardAdd s390x-esque test for folding Iop_And16. From ...
2011-04-04  Bart Van AsscheMade the line numbers in exp-ptrcheck/tests/partial...
2011-04-03  Bart Van Asschegit-svn-id: svn://svn.valgrind.org/valgrind/trunk@11682
2011-04-03  Bart Van AsscheAlso consider libpthread when testing for functions...
2011-03-30  Bart Van AsscheUpdated Subversion ignore list.
2011-03-30  Bart Van AsscheGeneralized Subversion ignore lists.
2011-03-29  Julian SewardFix yet another gcc-4.6 assigned-to-but-not-used warning.
2011-03-29  Bart Van Asschetimerfd-syscall regression test: Allow even more schedu...
2011-03-28  Julian SewardRemove a bunch more warnings generated by gcc-4.6 about...
2011-03-28  Julian SewardRemove a bunch more warnings generated by gcc-4.6 about...
2011-03-28  Julian SewardFix up most but not all warnings generated by gcc-4...
2011-03-28  Tom HughesUse two separate assembler argument bindings for loadin...
2011-03-28  Tom HughesFix generated assembler which writes the result to...
2011-03-28  Julian SewardFix broken inline assembly preventing compilation on...
2011-03-28  Julian SewardFix broken inline asm in these tests. Fixes #256726.
2011-03-28  Julian SewardIntercept strlen in ld.so on x86. Fixes #266961.
2011-03-26  Julian SewardAdd a test case for non-overwriting of CC_NDEP in shift...
2011-03-25  Bart Van AsscheAdd VALGRIND_RESIZEINPLACE_BLOCK() and hence close...
2011-03-24  Bart Van AsscheTest separately whether g++ and/or gcc support built...
2011-03-24  Julian SewardAdd support for sys_ptrace. Fixes #269079.
2011-03-24  Julian SewardDefinitions relating to ptrace: replace bogus x86 versi...
2011-03-24  Julian SewardTest improvements for FLOGR. Part of #268715.
2011-03-18  Bart Van AsscheUpdated Subversion ignore list.
2011-03-18  Bart Van AsscheLinux/ppc: Added support for the ppoll() system call.
2011-03-17  Julian SewardWhen handling client munmaps and mprotects with r=0...
2011-03-17  Bart Van AsscheRemoved an obsolete configure test.
2011-03-17  Bart Van AsscheReplaced a Unicode character by an ASCII character...
2011-03-17  Bart Van AsscheMoved two Linux-specific syscalls to the linux subdirec...
2011-03-17  Bart Van AsscheUpdated Subversion ignore list.
2011-03-17  Bart Van AsscheFixed a recently introduced compiler warning.
2011-03-17  Bart Van AsscheUn-break drd/tests/tc23_bogus_condwait.
2011-03-17  Bart Van AsscheYet another attempt to make the timerfd-syscall test...
2011-03-17  Bart Van AsscheReplaced busy-waiting by waiting on a condition variable.
2011-03-16  Julian SewardFix compile warnings (missing prototypes for malloc...
2011-03-15  Julian SewardSome fixes for the faultstatus testcase. Fixes #253206.
2011-03-14  Julian SewardBuild fix for older s390x-linux assemblers. Fixes...
2011-03-13  Bart Van AsscheUpdated modeline and copyright statement in DRD source...
2011-03-13  Bart Van AsscheAvoid that small time variations make the timerfd-sysca...
2011-03-13  Bart Van AsscheDRD: Report an error if --free-is-write=yes is used...
2011-03-13  Bart Van AsscheAdded yet another regression test.
2011-03-12  Bart Van Asscheread_and_free_race test: Reduced number of stack frames...
2011-03-12  Bart Van AsscheAdded more regression tests.
2011-03-12  Bart Van AsscheDRD: Restored --free-is-write support and fixed the...
2011-03-12  Bart Van AsscheDRD: Added command-line option --trace-hb for tracing...
2011-03-12  Bart Van AsscheAdded --free-is-write stress test.
2011-03-12  Bart Van AsscheDRD: Always invoke VG_(cli_free)() before the stop_usin...
2011-03-12  Bart Van AsscheDRD: Fixed an assertion failure triggered by setting...
2011-03-12  Bart Van AsscheDRD: More source code cleanup (constant propagation).
2011-03-12  Bart Van AsscheDRD: Allocate thread arguments again on the stack.
2011-03-12  Bart Van AsscheUpdated Subversion ignore list.
2011-03-12  Bart Van AsscheAdded AC_LANG_SOURCE() invocations where appropriate.
2011-03-11  Julian SewardAdd free-is-write functionality (experimental, not...
2011-03-11  Julian SewardUse DRD's annotate_smart_pointer regtest to check again...
2011-03-11  Julian SewardNB: this is an temporary fix, until such time as bug...
2011-03-11  Julian SewardChange the semantics of ANNOTATE_HAPPENS_BEFORE from...
2011-03-10  Julian SewardFollowup to r11619: more tidying up w.r.t. the renaming of
2011-03-10  Julian SewardCleanup: get rid of univ_tsets as it is no longer needed.
2011-03-10  Julian SewardCleanup: get rid of 'last lock lossage' mechanism,...
2011-03-10  Julian SewardCleanup: get rid of all mention of a Hardware Bus Lock...
2011-03-10  Julian SewardMinor cleanup (no functional change): rename 'struct...
2011-03-10  Julian SewardBring avg translation size statement closer to reality...
2011-03-10  Bart Van AsscheProcess PDB files with a path that contains spaces...
2011-03-10  Julian Seward'make dist' fixes following s390x-linux merge. (Christ...
2011-03-09  Bart Van AsscheDRD: Added an output variant for test pth_detached3.
2011-03-09  Bart Van AsscheDRD: Report an error if an invalid argument is passed...
2011-03-09  Bart Van AsscheDRD: Added a regression test.
2011-03-08  Bart Van AsscheDRD: Fixed a race condition triggered by invoking pthre...
2011-03-08  Bart Van AsscheDRD: Removed an obsolete comment.
2011-03-08  Bart Van AsscheDRD: Source code cleanup.
2011-03-07  Julian SewardReplace the structural equality function for WordVecs...
next