]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2005-05-06  Nicholas NethercoteTry to fix this test case.
2005-05-06  Julian SewardMake some more x87 instructions work.
2005-05-06  Julian SewardFix 64-bit bogon in bt/bts/btc/btr which caused it...
2005-05-05  Julian SewardFix up %rflags handling after 64-bit multiplies.
2005-05-05  Julian SewardImplement a whole bunch more SSE instructions on amd64.
2005-05-05  Julian SewardPlay a few more rounds of the SSE game on amd64.
2005-05-05  Julian SewardMore %flags-helpers tuning.
2005-05-05  Julian SewardUpdate comment.
2005-05-05  Tom HughesIt helps if my changes actually compile...
2005-05-05  Tom HughesAllow for the red zone when generating new_mem_stack_si...
2005-05-05  Julian SewardAdd expected output file for 64-bit platforms.
2005-05-05  Julian SewardAdd expected output files for 64-bit platforms.
2005-05-05  Julian SewardAdd expected output files for 64-bit platforms.
2005-05-05  Julian SewardAdd expected output files for 64-bit platforms.
2005-05-05  Julian SewardTidy up a bit.
2005-05-04  Tom HughesAdd intercepts for unsigned long versions of the nothro...
2005-05-04  Julian SewardMove all the 'scalar' (syscall-arg) tests into x86...
2005-05-04  Julian SewardAdd new acceptable-stderr files.
2005-05-04  Julian SewardAdd a new acceptable-output file.
2005-05-04  Julian SewardUpdate expected outputs (better stack traces due to...
2005-05-04  Julian SewardMove this test to a more sensible place. Originally...
2005-05-03  Julian SewardFix stupid bug I introduced in r3556, which broke handl...
2005-05-03  Julian SewardFix really stupid bug I introduced during recent 64...
2005-05-03  Tom HughesDon't truncate addresses in error reports.
2005-05-03  Julian SewardDisable this test for the time being, since the functio...
2005-05-03  Julian SewardFix expected output. It could be that having CFI-based...
2005-05-03  Julian SewardUpdate expected output.
2005-05-03  Julian Seward* Clean up the DWARF2 CFI reader a bit
2005-05-03  Julian SewardVG_(addCfiSI): ignore CfiSIs which state an address...
2005-05-03  Julian SewardImprove debug printing
2005-05-03  Julian SewardHandle Iop_Neg{8,16,32}.
2005-05-03  Julian Sewardx86 guest: generate Iop_Neg* in the x86->IR phase....
2005-05-03  Tom HughesReset the address encoding to the default before parsin...
2005-05-03  Julian SewardGenerate better code for CmpNEZ64(Or64(x,y)), a common...
2005-05-03  Julian SewardMemchecking very large BBs of FP insns on x86 sometimes...
2005-05-03  Tom HughesSome suppressions for FC3 amd64 systems.
2005-05-02  Julian Sewardgcc-3.3.3 is fooled by strings like "linux/include...
2005-05-02  Julian SewardWhen handling 'sbb %reg,%reg', first put zero into...
2005-05-02  Julian SewardMinor tweakage: use testl rather than andl in three...
2005-05-02  Julian SewardMinor cleanups.
2005-05-02  Nicholas NethercoteCorrect header comment.
2005-05-02  Julian SewardFix compile warnings on 32-bit platforms, hopefully...
2005-05-02  Julian SewardHandle DW_CFA_register.
2005-05-02  Julian SewardRe-enable vex bb chasing. In fact this accidentally...
2005-05-02  Julian SewardGet rid of some functions made redundant by recent...
2005-05-02  Julian SewardDon't complain endlessly about missing folding rule...
2005-05-02  Julian Sewardrm debug printing
2005-05-02  Julian SewardInitial cleanups based on target-specific defines.
2005-05-02  Tom HughesMove the replacement code for the amd64 vsyscalls into...
2005-05-02  Julian SewardAdd macro definitions that make it possible to do cpu...
2005-05-02  Julian SewardSort the CFI summary table and do lookups in it using...
2005-05-02  Julian SewardCreate and use summary address range limits for the...
2005-05-02  Julian SewardCFI: if summarisation fails, don't add the result to...
2005-05-01  Julian SewardFix various other CFI-frame-unwind bits and pieces.
2005-05-01  Julian Seward* handle DW_CFA_offset_extended_sf
2005-05-01  Tom HughesGet DWARF CFI handling going on amd64 systems. This...
2005-05-01  Julian SewardNew flag --trace-cfi=yes|no [no], which is for debuggin...
2005-04-30  Julian SewardGet the CFI-based frame-unwinder to the point where...
2005-04-30  Julian SewardBeginnings of a DWARF CFI-based frame-unwinder. Does...
2005-04-28  Julian SewardDefine N_PRIMARY_MAP to actually generate a 64-bit...
2005-04-28  Julian SewardEven more pissing with inline asm around to placate...
2005-04-27  Julian Sewardlocal_sys_write_stderr: tell gcc what registers the...
2005-04-27  Julian SewardReinstate the leak checker; it works at least on x86.
2005-04-27  Julian SewardHandle CmpNEZ16.
2005-04-27  Julian SewardHandle various more primops, and reorganise iselCondCod...
2005-04-27  Julian SewardEmit 'negq'.
2005-04-27  Julian Seward* Use new 64-to/from-{16,8,1} conversion primops
2005-04-27  Julian SewardUse new 64-to/from-{16,8,1} conversion primops instead...
2005-04-27  Julian SewardAdd even more 64-bit integer primops (sigh)
2005-04-27  Julian SewardHandle various new 64-bit integer primops.
2005-04-27  Tom HughesMake the debug log module work on amd64.
2005-04-27  Tom HughesRework the inline assembly implementations of write...
2005-04-27  Julian SewardTry a different kludge to get around strlen not being...
2005-04-26  Julian Seward* Modify the instrumenter to use the new primops introd...
2005-04-26  Julian Seward* Enhance the x86 instruction selector to generate...
2005-04-26  Julian SewardAdd a few new primops which allow for more concise...
2005-04-26  Tom HughesAdd support for the fadvise system calls.
2005-04-26  Tom HughesSupport the 64 bit comparison instructions which vex...
2005-04-26  Julian SewardAdd various %rflag-helper specialisation cases and...
2005-04-26  Julian SewardHandle more cases, and a bit of tuning.
2005-04-26  Julian SewardAdd 64-bit comparisons.
2005-04-26  Julian SewardIncrease number of integer registers in use from 3...
2005-04-25  Julian SewardA bunch of redirections for SuSE 9.2 on amd64.
2005-04-25  Tom HughesUse %lu for all length values in debug messages or...
2005-04-25  Julian Sewardamd64 build fixes.
2005-04-25  Julian SewardFor the time being, disable chasing across basic block...
2005-04-25  Julian SewardUse __FUNCTION__ correctly.
2005-04-25  Julian SewardCreate a new module: ASpaceMgr, the address space manag...
2005-04-25  Julian SewardMore debug printing
2005-04-25  Julian SewardMore printing fine-tuning
2005-04-25  Julian SewardPrint debugging info at various places in the startup...
2005-04-25  Julian SewardPrint a bit more prettily.
2005-04-25  Julian SewardAdd a new module: the debug-logger. For a while now...
2005-04-24  Julian SewardRelax the requirement that a pub_tool_<modulename>...
2005-04-24  Julian SewardMake amd64-linux build again after m_sigframe hackery.
2005-04-24  Julian SewardCreate a new module, "sigframe", responsible for creati...
2005-04-24  Julian SewardRename the first three modules as per naming scheme.
2005-04-24  Julian SewardAdd statement-of-intent re top level module structure.
2005-04-24  Julian SewardAdd initialisation-order sanity checks.
2005-04-24  Julian SewardUpdate comment about stack management, and remove some...
next