]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2005-05-23  Julian SewardMore possible outputs
2005-05-23  Julian SewardMore possible outputs.
2005-05-23  Julian SewardYet another possible output
2005-05-23  Julian SewardMore possible outputs (sigh)
2005-05-23  Julian SewardThis seems to have been missing.
2005-05-23  Julian SewardAdd another possible output.
2005-05-21  Nicholas NethercoteAddress item in NOTES.txt.
2005-05-21  Nicholas NethercoteConcise-ify switch.
2005-05-20  Julian SewardAdd a folding rule for 1Uto64.
2005-05-20  Julian SewardDither
2005-05-20  Julian SewardPrint error counts in the XML output.
2005-05-20  Julian SewardApparently a CFI record covering 1.4MB was spotted...
2005-05-20  Julian Sewardfix trivial regtest failures
2005-05-19  Julian SewardSmall but critical performance fix from Pete Moceyunas...
2005-05-19  Tom HughesDon't try and set up the thread state members that...
2005-05-19  Nicholas NethercoteRemove dead field.
2005-05-19  Julian SewardFirst pass at adding ability for Memcheck to print...
2005-05-18  Nicholas NethercoteRemoved the clone_flags, parent_tidptr and child_tidptr...
2005-05-18  Nicholas NethercoteComment only change: improve comments on VG_(clone...
2005-05-18  Nicholas NethercoteMake VG_(wait_for_threadstate) local to linux/core_os.c.
2005-05-18  Nicholas NethercoteMake VG_(sanitize_client_sigmask)() local to m_syscalls.
2005-05-18  Nicholas NethercoteUn-export VG_(is_sig_ign)().
2005-05-18  Julian SewardHandle XCHG Gb,Eb.
2005-05-18  Julian SewardHandle XCHG rAX, reg for 32-bit regs as well as 64...
2005-05-18  Julian SewardHandle XOR Ib, AL.
2005-05-18  Nicholas Nethercotewibble
2005-05-18  Nicholas NethercoteHmm, actually put some code into m_options.c.
2005-05-17  Nicholas NethercoteDon't need to -I $(builddir)/include now that valgrind...
2005-05-17  Nicholas Nethercoteminor cleanups
2005-05-17  Nicholas NethercoteAvoid compiler warnings.
2005-05-17  Nicholas NethercoteAdd missing #include.
2005-05-17  Tom HughesPass an explicit "-m32" or "-m64" in the C flags on...
2005-05-17  Tom HughesGet rid of all the duplicated settings of AM_CFLAGS...
2005-05-17  Julian SewardGive this file a standard preamble, since having empty...
2005-05-17  Julian Sewardcomment-only wibble
2005-05-17  Tom HughesCorrect file name in error messages.
2005-05-17  Nicholas NethercoteRemove orphaned comment.
2005-05-17  Nicholas NethercoteMove linux-only syscall wrappers into m_syscalls.
2005-05-17  Nicholas NethercoteUndo the awful Leak Error type-abuse.
2005-05-17  Nicholas NethercoteUpdate website address.
2005-05-17  Julian SewardA 4999 entry hashtable is too small when there are...
2005-05-16  Nicholas NethercoteAdded module m_options for holding all the command...
2005-05-16  Tom HughesFix test for amd64.
2005-05-16  Nicholas NethercoteMove VGA_STACK_SIZE_W into m_syscalls, the only place...
2005-05-16  Nicholas NethercoteRemoved the core_arch_asm.h files. The OYNK macros...
2005-05-16  Nicholas NethercoteMove ThreadArchState into core.h and avoid duplication.
2005-05-16  Nicholas NethercoteRemove VGP_LONGJMP and VGP_SETJMP, since they're the...
2005-05-16  Nicholas Nethercotecore.h: remove some #include lines, move some others...
2005-05-16  Julian Sewardwibble
2005-05-16  Julian SewardCFI reader: handle DW_CFA_GNU_window_save. Why is...
2005-05-16  Julian SewardMore FC4 jiggery-pokery.
2005-05-16  Julian SewardDisable a bunch of suppressions made obsolete by r3740.
2005-05-16  Julian SewardFix for sys_sysctl wrapper, from Ulrich Drepper.
2005-05-16  Nicholas NethercoteNo need to generate valgrind.h from valgrind.h.in....
2005-05-16  Julian SewardCFI reader: partially handle DW_CFA_expression and
2005-05-16  Julian SewardFix comment.
2005-05-16  Tom HughesFill in the amd64 case for regaddr_from_tst.
2005-05-16  Tom HughesUse movq to get the frame pointer on amd64.
2005-05-16  Nicholas NethercoteComplete restructuring of include/ directory -- I forgo...
2005-05-16  Nicholas NethercoteRestructured the include/ directory.
2005-05-16  Nicholas NethercoteMoved the stack-walking macros into m_stacktrace.
2005-05-16  Nicholas NethercoteMove some decls in vg_dwarf.c closer to the comment...
2005-05-16  Nicholas NethercoteMoved VGA_(reg_addr_from_tst)() and VGA_R_{STACK,FRAME...
2005-05-15  Nicholas NethercoteMove VGA_GET_REAL_{STACK,FRAME}_PTR into vg_symtab2.c.
2005-05-15  Nicholas Nethercotebugfix: don't print bogus "obj:" lines when generating...
2005-05-15  Nicholas NethercoteLet's assume the client's address space starts at 0...
2005-05-15  Nicholas NethercoteImproved structure of LDT-related code:
2005-05-15  Nicholas NethercoteCover the unknown-platform case.
2005-05-15  Nicholas NethercoteRemove dead constant.
2005-05-15  Nicholas NethercoteDon't mix backticks and apostrophes when quoting words...
2005-05-15  Julian Sewardglibc-2.3.5 fix (FC4)
2005-05-15  Julian SewardCFI reader: handle DW_CFA_def_cfa_offset_sf -- FC4...
2005-05-15  Nicholas NethercoteCleaned up the logging command-line option variables:
2005-05-15  Nicholas NethercoteAdd note to FAQ about unloaded shared objects and leak...
2005-05-15  Nicholas NethercoteRemove VGA_WORD_SIZE; we already have VG_WORDSIZE.
2005-05-15  Nicholas Nethercotefixup headers a bit
2005-05-15  Nicholas NethercoteMove the symbol table reading closer to the debug info...
2005-05-15  Nicholas NethercoteBe more concise.
2005-05-14  Nicholas NethercoteRemove call to VGA_(cleanup_thread)() from VG_(exit_thr...
2005-05-14  Nicholas NethercoteRemove dead function.
2005-05-14  Nicholas NethercoteWhoops, a little premature in removing core_asm.h ...
2005-05-14  Nicholas NethercoteCreated pub_core_transtab_asm.h, killing core_asm.h...
2005-05-14  Nicholas NethercoteModularised vg_hashtable.c as m_hashtable.
2005-05-14  Nicholas NethercoteRenamed the field Segment.symtab to Segment.seginfo...
2005-05-14  Nicholas NethercoteVG_(resolve_redir)() can now be made private to vg_redir.c.
2005-05-14  Nicholas NethercoteMove resolve_redir_allsegs() to vg_redir.c, the only...
2005-05-14  Nicholas NethercoteRemove a short sequence of code that was:
2005-05-14  Julian SewardAdd test cases for MOVQ on amd64.
2005-05-14  Julian SewardFix behaviour of MOVQ on amd64.
2005-05-14  Julian SewardNo wonder I couldn't figure out exactly how movq was...
2005-05-14  Julian SewardFinally fix the behaviour of MOVQ (xmm -> xmm).
2005-05-14  Julian SewardHandle NegF64.
2005-05-13  Nicholas NethercoteModularised vg_transtab.c as m_transtab.
2005-05-13  Julian SewardDon't crash when dealing with dealing with naughty...
2005-05-13  Nicholas NethercoteForgot to add pub_core_translate.h to the Makefile.am.
2005-05-13  Nicholas NethercoteModularised vg_translate.c as m_translate.
2005-05-13  Nicholas NethercoteImport vki_unistd.h on a need-to-know basis, rather...
2005-05-13  Nicholas NethercoteVGA_(terminate) doesn't need to be exported.
2005-05-13  Nicholas NethercoteVGA_(restart_syscall)() doesn't need to be exported.
2005-05-13  Nicholas NethercoteUse HChar for format strings to printf-like functions.
next