]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2005-05-13  Nicholas NethercoteRemove all traces of the now-defunct ThreadArchAux...
2005-05-13  Nicholas NethercoteRemove unnecessary #includes.
2005-05-13  Nicholas NethercoteRemove all the unused x86 and AMD64 *_FEAT_* macros...
2005-05-13  Nicholas NethercoteRemoved mc_asm.h, which is no longer needed since Memch...
2005-05-13  Cerion Armour... Tidy up (arch)/dispatch.S
2005-05-13  Julian SewardReinstate a SBB case.
2005-05-13  Julian SewardCFI reader: don't assume RA_REG is anything in particul...
2005-05-12  Julian SewardCreate a fast version of MC_(helperc_MAKE_STACK_UNINIT...
2005-05-12  Julian SewardSudden attack of 64-bit paranoia: therefore stick even...
2005-05-12  Julian SewardReinstate a bunch more x87 instructions.
2005-05-12  Julian SewardAMD x87 instruction tests.
2005-05-12  Julian SewardUse the new IRStmt_AbiHints created by the amd64 front...
2005-05-12  Julian Seward64-bit fix.
2005-05-12  Julian SewardAnother expected output file.
2005-05-12  Julian Seward64-bit fixes.
2005-05-12  Julian Seward* move libc-specific suppressions into glibc-2.3.supp
2005-05-12  Julian SewardIntercept yet more functions on amd64.
2005-05-12  Julian Sewardmemmove on glibc on amd64 is over-optimised; replace it.
2005-05-12  Julian SewardHandle (ignore) IRStmt_AbiHint.
2005-05-12  Julian SewardAdd the beginnings of what might be a general mechanism...
2005-05-12  Nicholas NethercoteUpdate FAQ about GLIBCXX_FORCE_NEW name-change.
2005-05-12  Nicholas NethercoteUnbreak build by moving creating pub_core_dispatch_asm...
2005-05-12  Julian SewardWhen constructing a LeakErr, the (Char*) .string field...
2005-05-12  Julian SewardFix PURPOSE comment.
2005-05-12  Julian SewardFix compilation warnings on amd64 caused by I_die_here.
2005-05-12  Nicholas NethercoteMove some macros into a more private place.
2005-05-12  Nicholas NethercoteModularised the dispatchers in m_dispatch.
2005-05-12  Nicholas NethercoteModularised vg_skiplist.c as m_skiplist.c.
2005-05-12  Nicholas NethercoteCleaned up vg_messages.c and related printf stuff....
2005-05-12  Nicholas NethercoteReplace two exported functions with one.
2005-05-12  Julian SewardMore floating-point tuning.
2005-05-11  Julian SewardUpdate a bit.
2005-05-11  Julian SewardAdd a couple more %rflag-helper specialisations.
2005-05-11  Julian SewardAllow reg-alloc to use %rbx. This is a callee-saved...
2005-05-11  Julian SewardAh, the joys of register allocation. You might think...
2005-05-11  Julian SewardDo a bit better for (part of) a very common memcheck...
2005-05-11  Nicholas NethercoteMoved Vex's arch/subarch detection out of main() into...
2005-05-11  Nicholas NethercoteMake VG_(clone)() declaration private to m_syscalls.
2005-05-11  Nicholas NethercoteRemoved the obsolete client request numbers that were...
2005-05-11  Nicholas NethercoteRemove dead macro.
2005-05-11  Nicholas NethercoteMove VG_(dispatch_ctr) out of vg_main.c, which never...
2005-05-11  Nicholas NethercoteMove declaration of "struct vg_mallocfunc_info" from...
2005-05-11  Nicholas NethercoteMove VG_(block_signals)() to vg_scheduler.c, the only...
2005-05-11  Tom HughesFix stabs parsing bug introduced by fix to bug 90128...
2005-05-11  Julian Sewardgcc-2.96 build fixes
2005-05-11  Julian SewardMake the amd64 back end capable of dealing with the...
2005-05-11  Julian SewardAMD64 backend cleanup: get rid of instruction variants...
2005-05-11  Julian SewardUse hi-half xmm registers (REX.R, REX.B == 1) (%xmm8...
2005-05-11  Julian SewardRegression tests for amd64 instructions.
2005-05-11  Julian Seward* gcc-3.3.4 seems to generate non-working code for...
2005-05-11  Julian SewardThese cases are now verified.
2005-05-11  Julian SewardPlacate icc.
2005-05-11  Julian SewardTo a first approximation, this commit completes SSE2...
2005-05-11  Julian SewardComment-only change.
2005-05-11  Julian SewardLots more SSE2 instructions.
2005-05-11  Julian SewardSSE2 tests for amd64.
2005-05-11  Julian SewardSSE2, on and on and on. There are more different SSE2...
2005-05-10  Julian SewardEnough SSE2 instructions to sink a small ship. And...
2005-05-10  Julian SewardFirst pass through SSE1 instructions.
2005-05-10  Nicholas NethercoteForgot a #include line.
2005-05-10  Nicholas NethercoteModularised the demangler into m_demangle. (It very...
2005-05-10  Nicholas Nethercoteupdate properly
2005-05-10  Nicholas NethercoteModularised the core/tool interface ('details', 'needs...
2005-05-10  Nicholas NethercoteAdd a comment explaining the recently changed behaviour of
2005-05-10  Nicholas Nethercoteupdate
2005-05-10  Julian SewardMany amd64 SSE1 instructions.
2005-05-10  Julian Seward* test cases for amd64 SSE
2005-05-10  Nicholas NethercoteModularised the malloc/free stuff into two modules...
2005-05-09  Julian SewardFinish off amd64 MMX instructions before they finish...
2005-05-09  Julian SewardVersions of Tom's excellent insn-set test programs...
2005-05-09  Julian SewardHandle primops created by memchecking MMX code.
2005-05-09  Julian SewardMake a whole bunch of mmx instructions work.
2005-05-09  Julian SewardSupport GetI/PutI of 32-bit integer arrays.
2005-05-09  Julian SewardEven more x87 instructions.
2005-05-09  Nicholas NethercoteHelgrind:
2005-05-09  Nicholas NethercoteRename mac_needs.c as mac_shared.c, which is much more...
2005-05-09  Nicholas NethercoteBig clean-up: changed the core/tool interface to be...
2005-05-08  Julian SewardMake a whole bunch more x87 instructions work on amd64.
2005-05-08  Nicholas NethercoteRemoved vg_default.c, hooray.
2005-05-08  Nicholas NethercoteAvoid compiler warnings.
2005-05-08  Nicholas NethercoteMoved mc_errcontext.c into mc_main.c, since it was...
2005-05-08  Nicholas NethercoteRemove pointless platform-specific private_asm.h files.
2005-05-08  Nicholas NethercoteRename some _SIZE macros as _SZB to make their units...
2005-05-08  Nicholas NethercoteReinstate Tom's epoll commit which I lost when I made...
2005-05-08  Nicholas NethercoteAdd some comments about Param errors, and slightly...
2005-05-08  Nicholas NethercotePut all the system call stuff in a new module, m_syscal...
2005-05-08  Tom HughesEnable the epoll system calls on amd64.
2005-05-08  Nicholas NethercoteAvoid bogus compiler warning.
2005-05-08  Nicholas NethercoteRemove dead function VG_(exit_single)().
2005-05-08  Nicholas NethercoteA crucial, crucial change: update my email address.
2005-05-08  Nicholas NethercoteAvoid compiler warnings.
2005-05-08  Nicholas NethercoteCleanups of syscall-related macros:
2005-05-08  Nicholas NethercoteCleared up some confusion and redundant actions involvi...
2005-05-07  Tom HughesRework signal stack handling to avoid doing arithmetic...
2005-05-07  Tom HughesYet another index suppression.
2005-05-07  Tom HughesAdd another index suppression.
2005-05-07  Julian SewardMore x87 instructions.
2005-05-06  Julian SewardOnly show invalid-CfiSI messages at verbosity level...
2005-05-06  Julian SewardReinstate the specialisation rule which first exposed...
2005-05-06  Julian SewardFix silly bug in folding rule. This 'silly bug' took...
next