]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2010-02-15  Julian SewardAdd debug printing for the env-mashing machinery, to...
2010-02-12  Julian SewardReduce verbosity of the PDB reader a bit. Original...
2010-02-12  Julian SewardTry to find the PDB file for a given PE file by the...
2010-02-10  Julian SewardFix bogus comparisons of PDB vs PE timestamps, so as...
2010-02-04  Julian SewardGeneralise a suppression w.r.t. __setenv on Darwin.
2010-01-30  Julian SewardThe client request VG_USERREQ__LOAD_PDB_DEBUGINFO that...
2010-01-30  Julian SewardFix up obviously-bogus FPO biasing a bit. Not that...
2010-01-30  Julian SewardMake the FPO reader much more robust against apparently...
2010-01-29  Julian SewardPE/PDB handling: allow the PDB (the debuginfo file...
2010-01-28  Julian SewardFollowup fix to r11006. Don't pass va_list by value...
2010-01-27  Julian SewardFix handling of mprotect so as to be more consistent...
2010-01-26  Julian SewardFix up debug printing for the PDB reader, so it can...
2010-01-21  Tom HughesMake generated pkgconfig file reflect the new locations...
2010-01-21  Tom HughesDW_OP_mod should do unsigned arithmetic. Closes #223656.
2010-01-17  Bart Van AsscheUpdated Subversion ignore list.
2010-01-15  Julian SewardAdd command line flag --vex-guest-chase-cond=no|yes...
2010-01-11  Julian SewardApparently the dynamic linker on ARM-Linux has soname...
2010-01-09  Julian SewardAdd tests for PLD (cache-prefetch-hint) instructions.
2010-01-08  Julian SewardGeneralise X11 suppressions somewhat, and add a suppres...
2010-01-08  Julian SewardUpdate expected output.
2010-01-06  Vince WeaverAdd the arm exp-bbv tests Makefile to the main configur...
2010-01-06  Vince WeaverAdd arm regression tests for exp-bbv tool.
2010-01-06  Julian Sewardarm-linux: remove wrappers for __NR_ipc, __NR_mmap...
2010-01-06  Julian SewardPass sys_cacheflush along to VG_(discard_translations...
2010-01-04  Julian SewardDisable pid caching for print output: it's wrong in...
2010-01-04  Julian SewardEnable pread64 on arm-linux.
2010-01-04  Bart Van AsscheUpdated expected output after recent updates in the...
2010-01-04  Julian SewardAnalysis/make-it-work for arm-linux.
2010-01-04  Bart Van AsscheReverted r11010 because it was wrong.
2010-01-04  Julian SewardEnable origin tracking through arm VFP registers; was...
2010-01-04  Julian SewardUpdated expected output following bug fixes some time...
2010-01-04  Bart Van AsscheMerged tc23_bogus_condwait.stderr.exp-linux-x86 and...
2010-01-04  Julian SewardFix building of these regtests on Darwin. Not sure...
2010-01-04  Julian SewardDon't trash %ebx on x86-darwin; gcc doesn't like it...
2010-01-04  Julian SewardUpdate arch_test.c properly for arm-linux, and add...
2010-01-04  Julian SewardDon't assume that va_list can be casted to an unsigned...
2010-01-04  Julian SewardInclude missing files in the tarball.
2010-01-03  Julian SewardAdd a test program for ARM v5 integer instructions...
2010-01-03  Julian SewardAdd the default stderr_filter for this directory; else...
2010-01-03  Julian SewardHandle Iop_SqrtF32.
2010-01-03  Julian SewardFurther buildsystem bashing, in order to try and get...
2010-01-03  Julian SewardMake sure the Memcheck tests are built on arm-linux...
2010-01-03  Julian SewardTry to integrate none/tests/arm properly in the build...
2010-01-03  Julian SewardDisable this test (effectively) on arm-linux, since...
2010-01-03  Julian Sewardarm-linux: handle sys_signalfd4 and sys_eventfd2. ...
2010-01-03  Julian SewardPortability fix for arm-linux.
2010-01-03  Julian SewardHandle sys_pipe2 on arm-linux; also add some missing...
2010-01-03  Julian Sewardarm-linux: fake up the commpage entry at a lower level (in
2010-01-02  Julian SewardVarious minor fixups to make ppc32/64-linux work again...
2010-01-02  Julian SewardMake regtests build on arm-linux -- all changes are...
2010-01-02  Julian SewardRedo r10971 ("Made sure that C++ compilers do not compl...
2010-01-02  Julian SewardTidy up determination of the PLAT_ macros a bit.
2010-01-01  Julian SewardinitUnwindContext: put back into the loop, some initial...
2010-01-01  Julian SewardUnbreak stack unwinding on x86-linux and amd64-linux...
2010-01-01  Julian SewardMake the Dwarf3 CFI stack unwinding machinery work...
2010-01-01  Julian SewardMake Callgrind, DRD and Ptrcheck build on arm-linux.
2010-01-01  Julian SewardDon't use -Wdeclaration-after-statement. We long since...
2010-01-01  Julian Sewardn-break build on x86-darwin following r10982.
2010-01-01  Julian SewardMerge from branches/ARM, all parts of the ARM-Linux...
2009-12-31  Julian SewardTrack changes in the names of a few IR primops to do...
2009-12-31  Bart Van AsscheFollow-up for r10972: added missing #include "config.h".
2009-12-29  Bart Van AsscheBuilds again on Darwin.
2009-12-29  Bart Van AsscheRemoved dependency of include/pub_tool_basics.h on...
2009-12-29  Bart Van AsscheMade sure that C++ compilers do not complain about...
2009-12-29  Bart Van AsscheChanges:
2009-12-21  Tom HughesHandle adjtimex being called in adjtime mode correctly...
2009-12-16  Nicholas NethercoteDocument the 'cc' parameter for OSet creation.
2009-12-10  Josef WeidendorferCallgrind: fix bug 217849: Switch to running thread...
2009-12-10  Bart Van AsscheMade the description of DRD_TRACE_VAR(), ANNOTATE_TRACE...
2009-12-03  Julian SewardDouble the size of some table to do with reading CIEs.
2009-12-03  Tom HughesCope with prelink splitting the bss section of an ELF...
2009-12-02  Tom HughesIt seems whoever wrote the preadv and pwritev system...
2009-12-01  Tom HughesAdd some newlines to make signal debugging messages...
2009-11-26  Julian SewardTrack vex r1930 (Change the IR representation of load...
2009-11-25  Julian SewardFix type in r10951. Not sure why this didn't cause...
2009-11-25  Tom HughesAdd support for accept4 system call based on patch
2009-11-25  Tom HughesWire up vhangup system call on amd64/ppc32/ppc64 linux...
2009-11-25  Tom HughesAdd support for fallocate system call on 32 bit (x86...
2009-11-25  Tom HughesClean up support for sync_file_range system call and...
2009-11-25  Tom HughesRename LOHI64 to MERGE64 and make it work correctly...
2009-11-25  Bart Van AsscheSplit long lines.
2009-11-25  Bart Van AsscheAdded to repository.
2009-11-24  Tom HughesRe-enable old support for adjtimex system call based...
2009-11-24  Tom HughesAdd support for rt_tgsigqueueinfo system call based...
2009-11-24  Tom HughesAdd support for sched_rr_get_interval system call based...
2009-11-23  Tom HughesHandle the dup3 system call. Closes #215448.
2009-11-16  Tom HughesMake sure isIFunc is initialised whenever we add a...
2009-11-16  Tom HughesHandle the isIFunc flag when canonicalising the symbol...
2009-11-16  Tom HughesAssert that the indirect function wrapper exists if...
2009-11-15  Bart Van AsscheAdded support for glibc 2.11.
2009-11-12  Tom HughesVarious improvements to DWARF handling to cope with...
2009-11-12  Tom HughesFix stack unwinding on PPC to store the correct frame...
2009-11-11  Bart Van AsscheFixed typo.
2009-11-10  Bart Van AsscheFixed a compiler warning.
2009-11-10  Bart Van AsscheRemoved a superfluous #include directive.
2009-11-09  Bart Van AsscheUpdated gcc version.
2009-11-09  Bart Van AsscheAdded configure test for QAtomicInt.
2009-11-09  Bart Van AsscheAdded a regression test.
2009-11-06  Bart Van AsscheAutomatically clean up temporary files.
2009-11-05  Julian SewardNew flag: --trace-children-skip=patt1,patt2,etc
next