]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2005-04-24  Julian SewardA leftover from the days of our own libpthread; now...
2005-04-24  Julian SewardHandle a couple more memcheck-generated primops. With...
2005-04-24  Nicholas NethercoteInline function that's only used once.
2005-04-24  Julian SewardAdd intercepts for operator new(unsigned long) and...
2005-04-23  Julian SewardHandle some artefacts resulting from memchecking of...
2005-04-23  Julian SewardAdd 64-bit values to the bogus-literal detector.
2005-04-23  Julian SewardAdd 64-bit fast case handlers for loads/stores. On...
2005-04-23  Julian SewardAllow memcheck to take account of VGA_STACK_REDZONE_SIZ...
2005-04-23  Julian SewardHandle 8-byte value-check failures using a special...
2005-04-23  Julian SewardMore code-generation cases.
2005-04-23  Julian SewardAdd a few cases arising from testing on amd64.
2005-04-22  Julian SewardUpdate.
2005-04-22  Julian SewardComment-only change.
2005-04-22  Julian SewardTidy up: remove lots of old code, rearrange order of...
2005-04-22  Julian Sewardmc_LOADVn_slow: When loading from invalid addresses...
2005-04-22  Julian SewardMostly finish fixing fast-path cases. Also enhance...
2005-04-21  Julian SewardFinish off fast cases for {LOAD,STORE}V{4,2,1} and...
2005-04-21  Nicholas NethercoteAdd note.
2005-04-21  Julian Seward* Crank up the memcheck event-counting system, and...
2005-04-21  Nicholas NethercoteComment-only change
2005-04-21  Julian Sewardrm'd.
2005-04-21  Julian SewardAdd an identity, Or8(x,0) --> x.
2005-04-20  Julian SewardFix some more insn selection cases required by Memcheck.
2005-04-20  Julian SewardFix a bunch of 64-bit cases required amd64. Stop to...
2005-04-20  Julian SewardInitial rehash of Memcheck's shadow-space management...
2005-04-20  Julian SewardAdd another redirect that we need. This has no effect...
2005-04-20  Julian SewardDisable Addrcheck builds whilst I'm doing bull-in-a...
2005-04-19  Julian SewardUpdate comment re PutI/GetI (comment-only change).
2005-04-19  Nicholas NethercoteRenamed vg_errcontext.c as errormgr.c, and carved off...
2005-04-16  Nicholas NethercoteFix two typos.
2005-04-09  Julian SewardSome notes from memcheck size/endian hackery
2005-04-09  Julian SewardRecord useful info from Jeremy.
2005-04-08  Nicholas NethercoteAdded new assert macros vg_assert2 and tl_assert2 which...
2005-04-07  Julian SewardUpdate expected output.
2005-04-07  Julian SewardAdd exhaustive tests for pslldq/psrldq.
2005-04-07  Julian SewardComplete implementation of pslldq/psrldq. Also some...
2005-04-07  Julian SewardReword error messages in a not-quite-so-terse way.
2005-04-07  Julian SewardEven more syscalls.
2005-04-07  Julian SewardHandle bsr{w,l,q} and allow bsfq.
2005-04-07  Julian SewardFix comment.
2005-04-07  Julian SewardFix a nasty assembler bug, in the handling of Set64...
2005-04-07  Julian SewardReinstate tests for bsf{w,l} and bsr{w,l}.
2005-04-06  Julian SewardMore AMD64 instructions: sfence, movnti, bsf{w,l,q}
2005-04-06  Julian SewardComment-only changes
2005-04-06  Julian SewardAs per r1121, avoid WaW stalls writing the guest state...
2005-04-06  Julian SewardiselIntExpr64(const): save a precious register in the...
2005-04-06  Julian SewardWhen generating IR for movsd mem->reg, don't first...
2005-04-06  Julian SewardAdd a pattern for 64UtoV128(LDle:I64(addr)), so as...
2005-04-05  Nicholas NethercoteRemove --sloppy-malloc from man page.
2005-04-05  Julian SewardGet rid of the --sloppy-malloc= flag and the functional...
2005-04-05  Tom HughesRemoved bogus (UInt) casts from the amd64 signal frame...
2005-04-05  Nicholas NethercoteRenamed and retyped the fields relating to valgrind...
2005-04-05  Julian SewardWhenever the flags thunk is set, fill in all the fields...
2005-04-04  Julian Seward#include <rude_words.h>. The recent change of denotati...
2005-04-04  Tom HughesRemoved references to client_stack_base which no longer...
2005-04-04  Nicholas NethercoteRemove the x86-specific is_valid_data_size() test....
2005-04-04  Nicholas Nethercote64-bit cleanness -- use UWord instead of UInt.
2005-04-04  Nicholas Nethercoteminor cleanup with the stack-related fields in ThreadState:
2005-04-03  Julian SewardDeal with apparently non-cfront compliant new[]/delete...
2005-04-03  Julian SewardReinstate ADC Iv, eAX.
2005-04-03  Nicholas Nethercotegen_intercepts.pl doesn't exist any more.
2005-04-03  Julian SewardUpdate expected outputs.
2005-04-02  Julian SewardIn vg_memory.c, allow the stack-change threshold to...
2005-04-02  Tom HughesMore amd64 system calls - emacs will now run under...
2005-04-02  Julian SewardA major overhaul of how malloc/free intercepts are...
2005-04-02  Tom HughesGet cache detection going again on x86.
2005-04-02  Tom HughesMake cache detection work on amd64.
2005-04-02  Tom HughesRemove vg_instrument.c from the makefile.
2005-04-02  Julian SewardGet rid of apparently-redundant file.
2005-04-02  Tom HughesAssert that cpuid is available - this is just done...
2005-04-02  Tom HughesGet VG_(has_cpuid) and VG_(cpuid) working on amd64.
2005-04-02  Tom HughesAdd VGP_(setup_redirects) to the platform specific...
2005-04-02  Tom HughesIt seems deref_UInt is fine - socklen_t is a 32 bit...
2005-04-02  Tom HughesDon't truncate symbol values in ELF symbol tables.
2005-04-02  Tom HughesRemove a coupld of entries that have been dealt with.
2005-04-02  Tom HughesEven more amd64 system calls.
2005-04-01  Tom HughesYet more amd64 system calls.
2005-04-01  Tom HughesMore amd64 system calls.
2005-04-01  Julian SewardAdd a missing case. I guess it can't have been wildly...
2005-04-01  Julian SewardRemember to clear C2 after fsincos, as that actually...
2005-04-01  Tom HughesRework the vsyscall redirections to work in pie code...
2005-04-01  Tom HughesRun "make all" before "make install" as older versions...
2005-03-31  Tom HughesMove the gettid system call to the linux specific section.
2005-03-31  Julian SewardIncrease maximum translation size. This can happen...
2005-03-31  Tom HughesRework the nightly build script to stop as soon as...
2005-03-31  Tom HughesImplement the gettid system call which seems to have...
2005-03-31  Tom HughesUpdate helgrind to use the new mechanism to declare...
2005-03-31  Nicholas NethercoteRename VG_(tool_interface), which is overly general...
2005-03-31  Nicholas NethercoteThis change reduces the number of calls to dlsym()...
2005-03-30  Tom HughesMake the dispatcher code position independent so that...
2005-03-30  Julian SewardSupport a few more insns I ran across whilst trying...
2005-03-30  Julian SewardAdd a folding rule for Mul64.
2005-03-30  Julian SewardComment-only change
2005-03-30  Julian SewardCompletely get rid of VG_(instr_ptr_offset).
2005-03-30  Julian SewardGet rid of the use of VG_(instr_ptr_offset) since we...
2005-03-30  Julian SewardGenerate instruction-pointer offsets too.
2005-03-30  Julian Sewardrm unused function
2005-03-30  Julian SewardRe-enable 'xchg reg, mem'.
2005-03-30  Tom HughesGet thew DWARF reading going on 64 bit machines.
2005-03-30  Tom HughesDiscard the sys_socketcall wrapper (there is no socketc...
next