]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2006-04-04  Julian SewardCleanup/restructure m_debuginfo, as described in
2006-04-04  Julian SewardRound up known bugs in 3.1.1 and assign tentative prior...
2006-04-04  Julian SewardAdd a comment that really should have been in r5820.
2006-04-04  Julian Sewardppc32-linux: work around assemblers which can't do...
2006-04-03  Tom HughesEnable sigsuspend on x86-linux and ppc32-linux.
2006-04-03  Tom HughesDon't use the presence of a filename to decide if a...
2006-04-03  Nicholas NethercoteAdd an optional post-test check. Based on a patch...
2006-04-02  Josef WeidendorferCallgrind: add 4 regression tests
2006-04-02  Julian SewardFix another place where function addresses passed to...
2006-04-02  Julian SewardFix ppc64-linux breakage - get the function entry addre...
2006-04-02  Julian SewardAdd 64-bit test output.
2006-04-02  Julian SewardDon't print an address on stdout as it doesn't get...
2006-04-02  Julian SewardAnother shadow memory test. This one does a huge numbe...
2006-04-02  Julian SewardGet rid of unused #define.
2006-04-02  Julian SewardIn check_all, allow two different acceptable byte value...
2006-04-01  Nicholas NethercotePartial fix for the sh-mem.c failure on PPC32. This...
2006-03-31  Josef WeidendorferSimple regression test for callgrind:
2006-03-31  Josef WeidendorferOption --dump-every-bb now takes a 64bit value on user
2006-03-31  Josef WeidendorferFix typos
2006-03-31  Nicholas Nethercoteupdate Memcheck description
2006-03-31  Nicholas NethercoteMake the BSD-style license notices slightly more accurate.
2006-03-31  Nicholas NethercoteTerminology change: previously in Memcheck we had...
2006-03-30  Nicholas NethercoteAvoid compile warnings for tinycc.
2006-03-29  Julian SewardHmm. Why is this file still here? (It got folded...
2006-03-29  Julian SewardDelete VG_(sigaltstack) and VG_(sigpending) as they...
2006-03-28  Julian SewardDelete VG_(poll), as it is unused.
2006-03-28  Nicholas NethercoteChange to some better function names.
2006-03-28  Nicholas NethercoteChange some uses of bytes to bits for consistency.
2006-03-28  Julian SewardOnly complain once for each missing wrapper.
2006-03-28  Nicholas Nethercotetweak
2006-03-27  Nicholas NethercotePartial release notes for 3.2.0, talking about the...
2006-03-27  Nicholas Nethercoteupdate
2006-03-27  Nicholas NethercoteMerge in the COMPVBITS branch to the trunk. This is...
2006-03-27  Nicholas NethercoteAvoid unnecessary whitespace at end of printed lines.
2006-03-24  Tom HughesHandle msg_flags correctly - for recvmsg this field...
2006-03-22  Julian SewardUpdate expected output following r5785; also add a...
2006-03-21  Nicholas NethercoteUpdate
2006-03-21  Nicholas NethercoteMake the unrecognised-instruction error message more...
2006-03-21  Tom HughesAdd wrappers for a load of new 2.6.16 system calls...
2006-03-21  Julian SewardEnable sys_fchdir on ppc32-linux.
2006-03-20  Tom HughesSync system call lists with the 2.6.16 kernel.
2006-03-20  Tom HughesMake hard limit enforcement work for RLIMIT_DATA and...
2006-03-20  Josef WeidendorferCallgrind merge: documentation
2006-03-20  Josef WeidendorferCallgrind merge: code
2006-03-20  Julian SewardAdd a comment about the library's license.
2006-03-19  Julian SewardYet another essay: document the MPI wrapper library.
2006-03-16  Julian SewardUpdate
2006-03-16  Julian SewardMerge stuff for 3.1.1.
2006-03-16  Julian Sewardupmerge r5768 (Allow a thread to spin longer when yield...
2006-03-15  Julian SewardRecycle Dirk's glibc-2.3.90 suppressions, since at...
2006-03-15  Julian SewardA couple of initialisations to keep gcc-4.1.0 happy.
2006-03-14  Julian SewardMinor futzing (fontification, etc) of the function...
2006-03-13  Julian SewardFirst pass at documenting how to use the function-wrapp...
2006-03-12  Julian SewardSigh; rename mpiwrap.c to libmpiwrap.c so that 'make...
2006-03-12  Julian SewardWhen testing 'mpicc', try at least somewhat to test...
2006-03-12  Julian SewardUnbreak mtoctf configure check.
2006-03-12  Julian SewardMess with this even more so that fn_1 doesn't return...
2006-03-12  Julian SewardAdd missing CALL_FN_* macros for ppc64-linux.
2006-03-12  Julian SewardWork around lameness in older ppc assemblers.
2006-03-12  Julian SewardLAM/MPI compile fix
2006-03-12  Julian SewardUpdated expected output following r5753.
2006-03-12  Julian SewardAdd CALL_FN_* missing cases for ppc32-linux.
2006-03-12  Julian SewardTRASH_IREGS: add enough live variables to make ppc32...
2006-03-12  Julian SewardsizeofOneNamedTy(): handle long double correctly on...
2006-03-12  Julian SewardAdd ppc32-linux details.
2006-03-12  Julian SewardFix a redirection bug created by the overhaul of m_redi...
2006-03-12  Julian SewardA 64-bit fix
2006-03-11  Julian SewardComplete CALL_FN_W_* wrappers for amd64-linux.
2006-03-11  Julian SewardMajorly beef up this test:
2006-03-11  Julian SewardFix comment typo.
2006-03-11  Julian SewardAdd missing x86-linux CALL_FN_W_11W macro.
2006-03-11  Nicholas NethercoteAdd a comment.
2006-03-10  Julian SewardQuadrics MPI build fixes.
2006-03-10  Julian SewardMake sure we get the right headers, not whatever happen...
2006-03-10  Julian SewardAdd a (rather ingenious, if I do say so myself) program...
2006-03-10  Julian SewardEven more MPI wrappers.
2006-03-10  Julian SewardAdd a bunch more wrappers and generally tidy up a bit.
2006-03-10  Julian Seward* try to handle MPI_{LONG,DOUBLE,SHORT}_INT better...
2006-03-10  Julian Seward- Improve handling of MPI base types
2006-03-10  Julian SewardAdd a new kind of memory-painting primitive, which...
2006-03-09  Julian SewardGive *all* MPI-1.1 and MPI-2 functions a wrapper; most...
2006-03-09  Julian SewardAdd a couple of missing cases. Function wrapping is...
2006-03-09  Julian SewardRecord list of MPI-2 entry points, laboriously extracte...
2006-03-09  Julian SewardAdd a 'quiet' option to make it shut up except for...
2006-03-09  Julian SewardThe mpicc being tested needs to be able to link stuff...
2006-03-09  Julian SewardMPI checks: use AC_TRY_COMPILE correctly, so as to...
2006-03-08  Julian SewardMore MPICH build fixes.
2006-03-08  Julian SewardAdd showCombiner and move showTy to a better place.
2006-03-08  Julian SewardNew wrapper, and an MPICH build fix.
2006-03-08  Julian SewardMPI build system refinements: just base everything...
2006-03-08  Julian SewardOops, missed out of r5724.
2006-03-08  Julian SewardRegression test for memcheck's SET/GET_VBITS client...
2006-03-08  Julian SewardReinstate the SET/GET_VBITS client requests.
2006-03-08  Julian Sewardwalk_type: handle all remaining MPI1 combiners ({H...
2006-03-07  Julian SewardUpdate.
2006-03-07  Julian SewardAdd an amd64 test program for 'fxtract' - just a copy...
2006-03-06  Julian SewardA test for fcmovnu.
2006-03-06  Julian SewardTest for fcmovnu.
2006-03-06  Julian SewardUpdate.
2006-03-04  Julian SewardFix a type-size subtlety.
next