]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2008-12-06  Julian SewardUse the new SparseWA data type, rather than WordFM...
2008-12-06  Julian SewardAdd a new container data type, a Sparse Word Array...
2008-12-04  Julian SewardFollowup to vx1875: use .guest_amd64_assume_fs_is_zero...
2008-12-03  Julian SewardAssert that the guest state size is a multiple of 16...
2008-12-03  Julian SewardChange the memory allocation strategy used by the confl...
2008-11-27  Bart Van AsscheSimplified test program.
2008-11-22  Dirk Muellerupdate bug status
2008-11-22  Bart Van AsscheReran SPLASH2 benchmark and updated results.
2008-11-22  Dirk Muellerignore .valgrindrc files that are world writeable
2008-11-21  Bart Van AsscheUpdated notes section.
2008-11-20  Julian SewardHelgrind's event-map garbage collector hammers VG_...
2008-11-20  Julian Sewardevent_map_maybe_GC: use a flat array when computing...
2008-11-20  Julian SewardRe-set constraints in 'consistent' style after a race...
2008-11-20  Dirk Muelleradd glibc 2.9 support to changelog
2008-11-19  Dirk Muellerglibc 2.9 support
2008-11-19  Bart Van AsscheAdded prereq clause.
2008-11-19  Julian SewardDon't put raced-on locations in an (E)rror state; inste...
2008-11-19  Julian SewardFix comment typo.
2008-11-19  Julian SewardAdd informal correctness argument for the logic in
2008-11-19  Julian SewardAdd some suppressions for Qt4-related code.
2008-11-19  Julian Seward* Update Qt4 interceptors and add, as comments, finding...
2008-11-18  Julian Sewardevent_map_maybe_GC: handle corner case that was previou...
2008-11-18  Julian SewardA couple of 'make dist' fixes.
2008-11-17  Bart Van AsscheMore DRD suppression pattern simplifications.
2008-11-17  Bart Van AsscheSimplified DRD suppression patterns.
2008-11-17  Bart Van AsscheAdded bar_bad and bar_trivial to the regression tests.
2008-11-17  Bart Van AsscheUpdated expected output after spelling fix in drd_barri...
2008-11-17  Bart Van AsscheRenamed boost_threads* into boost_thread*.
2008-11-17  Bart Van AsschePrint an error message instead of asserting when the...
2008-11-17  Bart Van AsscheAdded yet another DRD suppression pattern.
2008-11-17  Julian SewardExpand filename for coredumps correctly. Fixes #174908...
2008-11-17  Julian SewardAdd a comment re VG_(expand_file_name).
2008-11-17  Julian SewardDon't let GDB_PATH be "" if no GDB is found at configur...
2008-11-16  Julian SewardMake these compile on older systems.
2008-11-16  Julian SewardMake test 'tc21_pthonce' less scheduling-sensitive.
2008-11-16  Julian SewardHandle sys_lookup_dcookie on amd64-linux (Andrew Haley...
2008-11-14  Julian SewardAdd some regression tests for pthread_barrier handling.
2008-11-14  Julian SewardAdd a couple more tests for API errors in
2008-11-13  Julian SewardAdd initial support for POSIX barriers (pthread_barrier...
2008-11-13  Julian SewardAdd performance comments to VG_(sizeFM), and add new...
2008-11-13  Julian SewardFix debug printing of fd in mmap system calls.
2008-11-10  Bart Van AsscheAdded regression test for Boost.Threads.
2008-11-10  Bart Van AsscheAdded configure test for Boost.Threads.
2008-11-10  Julian SewardUpdate this test a bit. It's basically flawed though.
2008-11-10  Julian SewardHandle EvM GC messaging properly.
2008-11-10  Julian SewardMake sure laog__handle_one_lock_deletion actually gets...
2008-11-10  Julian SewardAdjust sed scripts used to generate the linker scripts...
2008-11-10  Julian SewardUse a couple of reader-writer-lock tests from drd.
2008-11-10  Julian SewardUpdate expected outputs following a (trivial) change...
2008-11-10  Julian SewardAdd a new expected output that applies to glibc-2.7...
2008-11-10  Julian SewardAdd a new expected output that applies to glibc-2.7...
2008-11-10  Julian SewardMore updates to expected outputs. This currently gives...
2008-11-09  Julian SewardUpdate expected output.
2008-11-09  Julian SewardMove the conflicting accesses in each thread earlier...
2008-11-09  Julian SewardUpdate baseline expected outputs, now that Helgrind...
2008-11-08  Julian SewardA bit of tidying up:
2008-11-08  Julian SewardUpdate.
2008-11-08  Julian SewardWhen trying to establish whether or not debuginfo shoul...
2008-11-08  Julian SewardUpdate expected output, with a line number that's actua...
2008-11-08  Julian SewardAdd a second expected output. It appears that a recent...
2008-11-08  Julian SewardAttempt to reduce output variance by ensuring mainSort...
2008-11-08  Julian SewardUse a "sided" comparison rather than a "point" comparis...
2008-11-08  Julian SewardUpdate expected output now that Memcheck's realloc...
2008-11-08  Julian SewardSigh: /bin/sh on Ubuntu is not bash, it is dash (what...
2008-11-08  Julian SewardAdd a new expected output for this test. Really it...
2008-11-08  Julian SewardUpdate expected output.
2008-11-08  Julian SewardRun this test -q, so as to remove the variance in outpu...
2008-11-08  Julian SewardMark allocation operators as no-inline so as to make...
2008-11-06  Julian SewardSupport sys_stime on x86-linux. Fixes #159285.
2008-11-06  Julian SewardFix integer-pointer comparisons in new spu_ wrappers.
2008-11-05  Julian SewardAdd ioctl wrappers for Linux wireless extensions versio...
2008-11-05  Julian SewardUpdate.
2008-11-05  Julian SewardTry to compute a correct VG base directory, regardless...
2008-11-05  Julian SewardSupport sys_spu_run and sys_spu_create on ppc32-linux...
2008-11-05  Julian SewardSupport sys_pipe2 on {amd64,x86}-linux. Also, update...
2008-11-04  Bart Van AsscheMake sure that $d is always an absolute path, even...
2008-11-04  Bart Van AsscheUpdated ignore lists.
2008-11-04  Julian Seward* add some assertions to frame-level wildcarding mechanism
2008-11-04  Julian SewardUpdate documentation on suppressions following addition...
2008-11-03  Julian SewardImprovements to the suppression mechanism:
2008-11-02  Julian SewardAdd summaries for more than 60 bugs logged in bugzilla...
2008-11-01  Julian SewardFixes for compilation warnings from the apparently...
2008-10-30  Julian SewardGet rid of longstanding and now pointless restriction...
2008-10-30  Julian SewardAdd notes on how to build/run KDE 4.2.
2008-10-30  Julian SewardEnable sys_quotactl on amd64-linux. Possible fixes...
2008-10-30  Julian SewardOrigin tracking: handle 16-bit excess in guest state...
2008-10-30  Julian SewardAdd a test case for #156404 (main thread stack not...
2008-10-30  Nicholas NethercoteA clarification.
2008-10-30  Julian SewardHandle a couple of syscalls needed to make Ptrcheck...
2008-10-27  Julian SewardRename some local variables called 'index' to something...
2008-10-27  Julian SewardFix #includes in some more libiberty files that seem...
2008-10-27  Julian SewardSpeed up VG_(am_find_nsegment). This is kind-of requir...
2008-10-27  Julian SewardEnsure the root thread's stack is suitably mapped befor...
2008-10-26  Julian SewardRe-copy r3515 into new demangler: "Deal with apparently...
2008-10-26  Julian SewardUpdate the C++ demangler to that from libiberty in...
2008-10-26  Julian SewardFix references to undefined labels. Why was ld even...
2008-10-25  Julian SewardMerge howto_profile.txt from branches/YARD and BIG_APP_...
2008-10-25  Julian SewardMerge Helgrind from branches/YARD into the trunk. ...
2008-10-24  Josef WeidendorferUpdate
2008-10-24  Josef WeidendorferCallgrind manual: add section on client requests and...
next