]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2005-03-30  Nicholas NethercoteReinstate Helgrind, to an extent: compile it, so that...
2005-03-29  Julian SewardUse cpp symbol __x86_64__ rather than __amd64__ on...
2005-03-29  Julian SewardFix incorrect DIP.
2005-03-29  Julian SewardIncrease default max bb size from 50 to 60 guest instru...
2005-03-29  Tom HughesFixed ROUNDDN to avoid truncating the result when the...
2005-03-29  Tom HughesBuild the arch and platform libraries as PIE code when...
2005-03-29  Tom HughesRevive VG_(cpuid) which had been commented out during...
2005-03-29  Tom HughesRework inline assembly to avoid requiring specific...
2005-03-29  Tom HughesAvoid truncating addresses returned from mmap on 64...
2005-03-29  Tom HughesAvoid truncating addresses in debugging message.
2005-03-29  Tom HughesBuild the arch, os and platform libraries as PIE code...
2005-03-29  Tom HughesFix overnight build script to use subversion to get...
2005-03-29  Tom HughesFixed test result to be independent of the system addre...
2005-03-28  Tom HughesThe open system call has a post handler.
2005-03-28  Tom HughesImplement some more system calls on amd64.
2005-03-28  Tom HughesActually setup the arguments for a signal handler befor...
2005-03-28  Julian Sewardmore icc -Wall cleanups
2005-03-27  Julian SewardReinstate a few more syscalls.
2005-03-27  Julian SewardHandle Grp8 w/immediate arg.
2005-03-27  Julian SewardFix a stupid bug causing FP instructions to sometimes...
2005-03-27  Nicholas NethercoteRemove an out-of-date FAQ, putting the still-relevant...
2005-03-27  Julian SewardImplement yet more amd64 instructions.
2005-03-27  Julian SewardRe-enable a couple of SSE MOVQ cases.
2005-03-27  Julian Sewardcomment-only change
2005-03-27  Julian SewardFix many amd64 floating point cases that were missing.
2005-03-27  Nicholas NethercoteVG_(get_memory_from_mmap_for_client)() need not be...
2005-03-27  Nicholas NethercoteRemove the "vg_" prefix from a lot of non-global variables.
2005-03-27  Nicholas NethercoteVG_(bbs_done) doesn't need to be tool-visible.
2005-03-27  Nicholas NethercoteRemove dead field '.siginfo' from ThreadState(!)
2005-03-27  Julian SewardImplement ldmxcsr/stmxcsr.
2005-03-27  Julian SewardLooks like I forgot to tell memcheck not to bother...
2005-03-27  Julian SewardMore paranoia
2005-03-27  Nicholas NethercoteRemove dead macros and declaration.
2005-03-27  Nicholas NethercoteAdd VGA_ prefix to the arch-specific macros {MIN,MAX...
2005-03-27  Nicholas NethercoteAdd VG_ prefix to SKIPLIST_INIT and IS_*_ALIGNED macros...
2005-03-27  Julian SewardTrack generic and x86 changes.
2005-03-27  Nicholas NethercoteRemove dead macros 'mycat' and 'mycat_wrk'.
2005-03-27  Nicholas NethercoteMerge STR and VG__STRING macros into one, VG_STRINGIFY...
2005-03-27  Nicholas NethercoteMake the 'arg' parameter to VG_BOOL_CLO and similar...
2005-03-27  Nicholas NethercoteRemove some old CLOs that were hanging around for backw...
2005-03-26  Julian SewardPay attention to the annotations on dirty helper calls...
2005-03-26  Julian Sewardamd64 front/back end stuff needed to support x87 extend...
2005-03-26  Julian SewardFix comment.
2005-03-26  Nicholas NethercoteTweaks involving VG_(strncpy_safely)(), mostly to short...
2005-03-26  Julian SewardMove some conversion functions (IEEE double <-> x87...
2005-03-26  Nicholas NethercoteThe two patches attached resolve the exit-hang (of...
2005-03-26  Nicholas NethercoteAdd missing declaration.
2005-03-26  Nicholas Nethercotesys_futex's FUTEX_(CMP_)REQUEUE requests use the futex2...
2005-03-26  Nicholas NethercoteHandle a couple kinds of executable mutation: a read...
2005-03-26  Nicholas NethercoteSkip a stab if it has no ':' at all.
2005-03-26  Nicholas NethercoteSync NEWS with CVS version.
2005-03-26  Julian SewardMore amd64 signal handling fixes (Tom Hughes)
2005-03-26  Julian SewardOn amd64, use default cache sizes for now, rather than...
2005-03-26  Julian SewardUnbreak amd64 build. We need to have an overnight...
2005-03-26  Julian SewardGenerate IRStmt_IMark so that cachegrind et al work...
2005-03-26  Julian SewardMove an assertion to a better place.
2005-03-26  Julian SewardUpdate the embedded memcheck instrumenter so it works...
2005-03-26  Julian SewardUpdate comment.
2005-03-26  Julian Sewardicc -Wall cleanups
2005-03-26  Julian Sewardreinstate test_misc()
2005-03-26  Nicholas NethercoteRemove unneeded vg_intercept.c.base, which was still...
2005-03-26  Nicholas NethercoteMake our VG_(isspace)() match libc's isspace(). And...
2005-03-26  Nicholas NethercoteObsoleted three client requests that were still hanging...
2005-03-26  Nicholas NethercoteUse "VGO_" prefix for various OS-specific exports.
2005-03-26  Nicholas NethercoteUse VGP_ prefix more consistently for platform-specific...
2005-03-26  Nicholas NethercoteDon't use the VGP_ for profiling any more, just use...
2005-03-26  Nicholas NethercoteUse "VGA_" prefix more consistently.
2005-03-26  Nicholas NethercoteUse "VGA_" prefix more consistently for arch-specific...
2005-03-26  Nicholas NethercoteRename some arch-specific macros to use the more consis...
2005-03-25  Nicholas NethercoteAvoid compiler warnings.
2005-03-25  Nicholas NethercoteRename M_VG_ERRTXT as VG_ERRTXT_LEN, which is more...
2005-03-25  Nicholas NethercoteA modularisation + refactoring commit. vg_execontext...
2005-03-25  Julian SewardFix bug? in do_put_x87 which would have resulting in...
2005-03-25  Julian SewardThe helper for FXAM wasn't setting the C1 flag correctl...
2005-03-25  Julian SewardDo a sane level of testing.
2005-03-25  Julian SewardPut some ULLs at the end of 64-bit constants for good...
2005-03-25  Julian Sewardicc -Wall fixes
2005-03-25  Julian Sewardicc -Wall fixes
2005-03-25  Julian SewardImplement %ffree.
2005-03-25  Julian SewardUpdate stuff in test harness.
2005-03-25  Julian SewardVery inadequate test program for fxam.
2005-03-25  Julian SewardPlacate icc -Wall. Required hand-to-hand combat with...
2005-03-25  Julian SewardPlacate icc -Wall.
2005-03-25  Julian SewardIcc typechecker police.
2005-03-24  Julian SewardFix some isel cases pertaining to 1-bit values. This...
2005-03-24  Julian SewardDon't shout about kludged rdtsc
2005-03-24  Julian Sewardsetup_pointercheck(): be silent
2005-03-24  Julian SewardInitial get-threads-working patch (Tom Hughes)
2005-03-24  Nicholas NethercoteSync ACKNOWLEDGEMENTS with the CVS version.
2005-03-24  Julian SewardVarious amd64 syscall improvements (Tom Hughes)
2005-03-24  Julian SewardA first cut at amd64 signal frame build/unbuild, from...
2005-03-24  Nicholas NethercoteRemove a couple of compiler warnings.
2005-03-24  Nicholas NethercoteBah, get the compiler-warning avoidance right this...
2005-03-24  Nicholas NethercoteAvoid numerous compiler warnings by being more precise...
2005-03-24  Nicholas NethercoteAvoid compile warning.
2005-03-24  Nicholas NethercoteTrack recent Vex change, in order to remove a compile...
2005-03-24  Nicholas NethercoteAvoid GCC warnings by adding necessary declarations...
2005-03-24  Nicholas NethercoteUse a macro to add declarations for functions like...
2005-03-23  Julian SewardReinstate 'xadd' instruction.
2005-03-23  Julian SewardMake the regtests buildable on amd64, by moving various...
next