]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2006-02-07  Julian SewardSynthesise and deliver SIGTRAP to clients when requeste...
2006-02-06  Julian SewardThis causes problems on setups where ld.so is mapped...
2006-02-06  Julian SewardSet fpscr back to a known state after running generated...
2006-02-06  Julian SewardSet fpscr back to a known state after running generated...
2006-02-06  Julian SewardTest program aimed at exercising x87 insns a bit on...
2006-02-06  Julian SewardRegtest for a double -> unsigned int conversion that...
2006-02-06  Julian SewardAdd a program for checking behaviour of ppc floating...
2006-02-04  Julian SewardAdd a check for fsincos.
2006-02-04  Julian SewardYet more x86 instruction tests, mostly aimed at wierd...
2006-02-04  Julian SewardTidy up a couple more x86-related primops following...
2006-02-03  Julian SewardFollowup to r5605: fixes for x86
2006-02-03  Julian SewardFollowup to r5605: fixes for ppc64
2006-02-03  Julian Seward* Track introduction of IR ternary primops and rounding...
2006-02-02  Robert WalshUpdate ignores.
2006-02-01  Julian SewardChange the number of client request args from 4 to...
2006-01-29  Julian SewardBring these tests into operation.
2006-01-29  Julian SewardAdd test cases for soem FX (general-purpose) and GX...
2006-01-28  Julian SewardAdd configure flags --enable-only64bit and --enable...
2006-01-28  Julian SewardCheck lsw/stsw insns in 64-bit mode.
2006-01-27  Julian SewardUn-break ppc32 following recent hw-capabilities hackery.
2006-01-27  Julian SewardTrack vex r1555 (Change the way Vex represents architec...
2006-01-27  Julian SewardTrack vex r1553 (addition of Iop_Est8FRecip, case Iop_E...
2006-01-26  Julian SewardGet rid of some will-never-be-used redirections --...
2006-01-26  Julian Sewardppc32-linux: enable __NR_statfs
2006-01-25  Julian SewardEnsure -Wdeclaration-after-statement gets through to...
2006-01-24  Julian SewardDon't build the Altivec constant tables unless Altivec...
2006-01-24  Julian SewardVex can't simulate floor() or ceil() correctly on ppc32...
2006-01-24  Julian SewardTest program to check the behaviour of a bunch of FP...
2006-01-23  Julian SewardEnable message-queue syscalls.
2006-01-23  Julian SewardUse perf/fbench as a simple FP test too. This is a...
2006-01-23  Julian SewardFix profiling dispatcher.
2006-01-22  Julian SewardComment-only changes.
2006-01-22  Julian SewardUse the bz2 test in perf/ as a regression-test, just...
2006-01-22  Julian Sewardrm unneeded headers
2006-01-22  Julian SewardTwo unrelated changes:
2006-01-22  Julian SewardIndex the BB_info table by redirected guest address...
2006-01-22  Julian Sewardrm 'inline' - produces too many complaints with -Winline
2006-01-22  Julian SewardGet rid of compiler warnings.
2006-01-22  Julian SewardTest to check that cachegrind's BB_info management...
2006-01-21  Julian SewardUpdate.
2006-01-20  Julian SewardHandle __NR_madvise.
2006-01-20  Julian Sewardppc64-linux: compute the correct initial program counte...
2006-01-20  Julian SewardYet another possible output, due to trivial differences...
2006-01-20  Julian SewardWibble
2006-01-20  Julian SewardMake fn wrapping work again on ppc32-linux.
2006-01-20  Julian SewardForgot to svn add this.
2006-01-20  Julian Sewardx86 function wrapping fixes.
2006-01-20  Julian SewardMake amd64 function wrapping work again following recen...
2006-01-20  Julian SewardChanges to make function wrapping work better on ppc64...
2006-01-20  Julian SewardMore function wrapping tests.
2006-01-19  Julian Seward- Make this work on systems where the stack is non...
2006-01-19  Julian SewardWibble.
2006-01-19  Julian SewardTrack line number changes.
2006-01-19  Julian SewardMore __libc_start_main -> "(below_main)" changes.
2006-01-19  Julian SewardUpdate with new expected outputs.
2006-01-19  Julian SewardSuppressions-tests fixes.
2006-01-19  Julian SewardFixes to track the "(below main)" change.
2006-01-19  Julian SewardDon't try sys_sigprocmask on ppc64-linux.
2006-01-19  Julian Sewardgetcontext() seems to be unimplemented on glibc-2.3...
2006-01-19  Julian SewardClever handling of partially defined equality does...
2006-01-19  Julian SewardThis was segfaulting on ppc64-linux, even natively...
2006-01-19  Julian SewardMake a bit less nonsensical on 64-bit platforms.
2006-01-19  Julian Sewardppc64-linux: apply the bogus-LR kludge in a second...
2006-01-19  Julian SewardDeal with somewhat dubious numbers showing up from...
2006-01-19  Julian SewardRationalise demangling a bit more, so that suppression...
2006-01-19  Julian SewardAdd handy debugging line.
2006-01-19  Julian SewardMore syscalls.
2006-01-19  Julian SewardConsistently call init() before doing any MALLOC_TRACE...
2006-01-18  Julian SewardMake VG_(get_StackTrace2) aware of bogus LR values in
2006-01-18  Julian SewardFix an all-platforms bug introduced by the recent overh...
2006-01-18  Julian SewardTo reduce the endless nuisance of multiple different...
2006-01-18  Julian SewardMake these behave correctly on ppc64 ELF.
2006-01-18  Julian SewardValgrind-side handling (fast case) for the ppc64 ELF...
2006-01-18  Julian SewardAllow more syscalls.
2006-01-17  Julian SewardMake the selection of the default platform a bit more...
2006-01-17  Tom HughesGet the core thread modelling code compiling again...
2006-01-17  Julian SewardUpdate.
2006-01-17  Julian SewardReinstate VG_ARCH_ALL, erroneously removed by r5496.
2006-01-17  Julian SewardChange the default --trace-notbelow= number from zero...
2006-01-17  Julian SewardThe symbol table reader hides all that dot crazyness...
2006-01-17  Julian Sewardppc64-linux: set R2 before running __libc_freeres
2006-01-17  Julian SewardMore ppc64-linux function replacement/wrapping stuff.
2006-01-17  Julian SewardThese files all speak about instrumentation functions.
2006-01-17  Julian SewardAdd test code for checking that m_debuginfo's tocptr...
2006-01-17  Julian SewardFix copy-n-paste error.
2006-01-17  Julian SewardIncrease size of the largest guest state handled.
2006-01-17  Julian SewardRewrite VG_(translate) to make it clearer (it had grown...
2006-01-17  Julian SewardFurther refine ppc64-linux ELF symbol table reading...
2006-01-17  Julian Sewardppc64-linux function wrapping support (does not work...
2006-01-15  Robert WalshAdd some ignores.
2006-01-13  Julian SewardTidy up ELF symbol table reading a bit. Make a complet...
2006-01-13  Julian SewardFix bogus assertions.
2006-01-13  Tom HughesUse VG_(am_mmap_anon_float_valgrind) to allocate the...
2006-01-13  Tom HughesDecode NOREDIR events properly in debug output.
2006-01-12  Julian SewardFix more ppc64-linux function wrapping and symbol-table...
2006-01-12  Julian SewardMake function wrapping work on ppc32-linux.
2006-01-12  Julian SewardMake function wrapping work on amd64-linux.
2006-01-12  Julian SewardMerge in function wrapping support from the FNWRAP...
2006-01-12  Julian SewardComment-only change.
2006-01-12  Julian SewardAdd register-use summary.
next