]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2005-03-23  Julian SewardWibble
2005-03-23  Julian Sewardcachegrind/tests/myprintf needs -fPIC on amd64
2005-03-23  Julian SewardSort out amd64 issues.
2005-03-23  Julian Sewardamd64-linux build fix
2005-03-23  Julian SewardMore syscall fixes (Tom Hughes).
2005-03-23  Julian SewardRe-enable a few cases.
2005-03-23  Julian SewardMake rdtsc return 1 instead of 0, to stop glibc's resol...
2005-03-23  Julian SewardDeal more rationally with LOCK prefixes, correct at...
2005-03-23  Julian SewardFix a bunch of amd64 syscalls.
2005-03-23  Julian Seward* widening (u)mulq from memory operand
2005-03-23  Julian Seward64-bit cleanness fix for command-line printing
2005-03-23  Julian SewardFix silly bug introduced in r1066.
2005-03-23  Julian SewardPRE_(mmap2) and PRE(old_mmap): if not MAP_FIXED but...
2005-03-22  Julian SewardWe don't need two copies of this -- there's another...
2005-03-22  Nicholas NethercoteDe-convolute somewhat the client request usage for...
2005-03-22  Nicholas Nethercotemake function names more uniform
2005-03-22  Julian SewardTrack recent jmp_with_stack hackery.
2005-03-22  Julian SewardRemove debug printing.
2005-03-22  Julian SewardTurns out the recent IRStmt_NoOp hackery broke the...
2005-03-22  Julian SewardFinally finish pissing around with jmp_with_stack....
2005-03-22  Julian SewardMucho buggering about jmp_with_stack and its kin. ...
2005-03-22  Julian Sewardjmp_with_stack is a hack which makes no sense on archs...
2005-03-22  Julian Sewardamd64 back end: deal with (ignore) Ist_IMark and Ist_NoOp
2005-03-21  Julian SewardHorrible syscall-related hacks to make it at least...
2005-03-21  Julian SewardGenerate offsets needed for V on amd64.
2005-03-21  Julian SewardhandleOneStatement: Derive a value for *instrAddr from...
2005-03-21  Julian SewardMake several more files compile cleanly with icc -Wall...
2005-03-21  Julian SewardThe "icc -Wall" placation project rumbles onward ...
2005-03-21  Julian SewardBring in the beginnings of 64-bit cleanness for IR...
2005-03-21  Julian SewardThe Icc typechecker police have been round banging...
2005-03-21  Julian SewardBring up-to-date.
2005-03-21  Julian SewardTrack Vex API change in rev 1062: pass both the guest...
2005-03-21  Julian SewardA small API change: pass both the guest and host word...
2005-03-21  Julian SewardTrack Vex API (semantics) changes in rev 1061: introduc...
2005-03-21  Julian SewardAdd a new IR statement kind: IRStmt_NoOp, to denote...
2005-03-21  Julian SewardFix copy-n-paste-o spotted by Ceri.
2005-03-21  Nicholas NethercoteMove VG_(get_EIP)() out of vg_execontext.c, where it...
2005-03-20  Nicholas NethercoteThis commit partly cleans up and modularises ExeContext...
2005-03-20  Julian SewardTrack minor Vex API changes that occurred in Vex rev...
2005-03-20  Julian SewardThis commit looks big but it is really quite small...
2005-03-20  Nicholas NethercoteComment-only change -- replace old function name.
2005-03-20  Nicholas NethercotePrint messages only shown with -v using Vg_DebugMsg...
2005-03-20  Julian SewardThe party never stops in x86-land: implement 'fstsw...
2005-03-20  Julian SewardUpdate expected outputs following institution of defaul...
2005-03-20  Nicholas NethercoteReinstated Cachegrind. Seems to be working ok -- numbe...
2005-03-19  Julian SewardChange .CVS to .SVN
2005-03-19  Julian SewardDon't show VEX emulation warnings by default; they...
2005-03-19  Julian SewardMore insns: ftst, movupd
2005-03-19  Julian SewardMove this file to the right place.
2005-03-19  Julian SewardTest for the x87 'tst' instruction. In the wrong place...
2005-03-18  Cerion Armour... Framework for front-end floating point disassembly
2005-03-18  Julian SewardUpdate VG_(bbs_done) correctly, so it agrees with the...
2005-03-17  Julian SewardFill in missing pinsrw memory-to-xmm case.
2005-03-17  Cerion Armour... Quieten down gcc
2005-03-17  Cerion Armour... Use ULong instead of Int for stopAfter and n_bbs_done...
2005-03-17  Cerion Armour... handy test wrapper
2005-03-17  Cerion Armour... stop compiler errors on fp regs, add possibily of setti...
2005-03-17  Julian SewardExplaination from David Woodhouse about meaning of...
2005-03-17  Julian SewardPrint IMarks a bit more visibly.
2005-03-17  Julian SewardAdd missing break spotted by Nick. Turns out to be...
2005-03-17  Julian SewardFix VG_({un}pad_address_space) so as to make sys_io_set...
2005-03-16  Julian SewardFill in a bunch of amd64-specific crud. Still won...
2005-03-16  Julian SewardWe no longer need a complete spare copy of V hanging...
2005-03-16  Julian SewardMake existing tools aware of IR instruction marks....
2005-03-16  Julian SewardAdd a new kind of IR stmt: "instruction marks" (IRStmt_...
2005-03-16  Julian SewardRevert to doing x86->x86 (utterly trivial change)
2005-03-16  Cerion Armour... Fixed front-end srawi carry flag calc
2005-03-16  Julian SewardAdd guest_TISTART and guest_TILEN fields to all guest...
2005-03-16  Julian SewardAdd an equally-valid looking alternative .stderr.exp...
2005-03-16  Julian SewardAdd another possible .stderr output for memcheck/tests...
2005-03-16  Julian SewardRemove pth_once from memcheck/tests. It already exists in
2005-03-16  Julian SewardReinstate VG_(find_root_memory). This makes the leak...
2005-03-16  Julian SewardGet rid of VG_(client_free) as it was never used. ...
2005-03-16  Julian SewardUpdate expected outputs to include missing stack frames...
2005-03-16  Julian SewardAdd %EBP/%RBP to the set of registers for which redunda...
2005-03-16  Cerion Armour... small fix to rlwnm_cb loop
2005-03-16  Nicholas NethercoteDon't try to stuff 16 bit values into 12 bit variables.
2005-03-16  Nicholas NethercoteReplace an 8-line macro with a 2-line function that...
2005-03-16  Nicholas NethercoteMake scalar.c slightly more robust against certain...
2005-03-16  Nicholas NethercoteTweak manuel2 so that the Memcheck-detected error is...
2005-03-16  Nicholas NethercoteDon't let GCC4.0 inline memcpy() and memcmp(), else...
2005-03-16  Julian SewardLooks like the monkeys-with-typewriters department...
2005-03-16  Julian SewardStop sys_sigprocmask from dying with assertion failures.
2005-03-16  Cerion Armour... Fixed xer_ca flag calc for subfze,
2005-03-15  Julian SewardMerge in the revised client request stuff from 2.4...
2005-03-15  Julian SewardAllow mmaps etc all the way down to zero. This 'fixes...
2005-03-15  Julian SewardBe a bit more paranoid about icbi.
2005-03-15  Julian SewardImproved method for discarding invalidated translations.
2005-03-15  Julian SewardSupport for vex-directed instruction-cache invalidation...
2005-03-15  Julian SewardBrain-dead (but working) support for Vex-directed trans...
2005-03-15  Julian SewardSomewhat reduce the number of immediate values in test...
2005-03-15  Cerion Armour... Fix backend cntlzw
2005-03-15  Cerion Armour... Cleanup backend: var name chages like src1,2 -> srcL...
2005-03-15  Julian SewardPartially unbreak sigcontextings -- hopefully enough...
2005-03-15  Julian SewardMake sys_rt_sigreturn work.
2005-03-15  Julian SewardMemcheck complains a lot at glibc-2.2.5 startup, for...
2005-03-15  Julian Sewardgcc-2.96 build fixes.
2005-03-15  Julian SewardImprove debug printing.
2005-03-15  Julian SewardFix another merge-related problem. I think this may...
2005-03-15  Nicholas NethercoteAvoid compile warning.
next