]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2004-08-31  Julian Sewardversion -> 2.2.0
2004-08-31  Julian SewardHopefully final changes for 2.2.0.
2004-08-31  Julian SewardAdd comments about limitations wrt self-modifying code.
2004-08-30  Tom HughesAdd vki_itimerspec definition for POSIX timer support.
2004-08-30  Tom HughesAdd support for POSIIX clocks and timers.
2004-08-30  Nicholas NethercotePrint a message if shadow memory cannot be allocated...
2004-08-30  Nicholas NethercoteAvoid divisions by zero. This fixes bug 78765.
2004-08-30  Julian SewardTry to summarise 2.0.0 -> 2.2.0 changes.
2004-08-30  Julian SewardDocument 2.1.2 -> 2.2.0 deltas (2.0.0 -> 2.2.0 not...
2004-08-30  Julian SewardAdd FP conditional move insn (host) and isel rule to...
2004-08-30  Tom HughesRecognise X.Org servers and treat them the same as...
2004-08-29  Tom HughesSwitch to using the newer forms of AC_INIT and AM_INIT_...
2004-08-27  Julian SewardUpdate baseblock layout to deal with FP register tags...
2004-08-27  Julian SewardFront end stuff to support floating point on x86 (guest).
2004-08-27  Julian SewardDeal with PutI/GetI (doesn't do anything interesting...
2004-08-26  Tom HughesWhen delivering SIGFPE make sure we patch up si_addr...
2004-08-26  Julian SewardFix flags computation for rol/ror instructions in some...
2004-08-26  Tom HughesInclude the filename in the system call trace for the...
2004-08-26  Julian Seward* Enable cmpxchg tests.
2004-08-26  Julian Sewardx86->IR->x86: handle byte-sized cmpxchg.
2004-08-26  Julian Sewardx86guest_spechelper, calculate_condition(CC_OP_SUBB...
2004-08-26  Julian SewardAdd a bit of structure in x86guest_findhelper.
2004-08-25  Tom HughesIf we return from a signal handler to a thread that...
2004-08-25  Julian SewardEven more futzing around with x86-guest eflags helpers.
2004-08-25  Nicholas NethercoteChange things so that stage2's location is controlled...
2004-08-25  Nicholas NethercoteFix problem with brk(). Thanks to Paull Mackerras...
2004-08-25  Nicholas NethercoteRemove three unnecessary compile-time warnings.
2004-08-25  Tom HughesRemoved comma at the end of an enumerator list - this...
2004-08-25  Julian Sewardadd bswapl, and movl $imm8, %cl
2004-08-25  Julian SewardFix bizarre warning from gcc-3.2.
2004-08-25  Julian SewardIntroduce extra paranoia into the instruction selector...
2004-08-25  Julian SewardFill in some more instructions needed for program start...
2004-08-25  Julian SewardConstant folding: do And8/16/32(t,t) ==> t, for some...
2004-08-25  Nicholas NethercoteFix symlinking -- the old code worked, but worked for...
2004-08-25  Nicholas NethercoteMinor fixups:
2004-08-25  Nicholas NethercotePutting "dist_" in front of a "_DATA" variable means...
2004-08-24  Julian Sewardx86 front end: fast-track yet another SUBL case (SUBL...
2004-08-24  Julian SewardFix bug in assembly of CMov32(reg,reg) in which the...
2004-08-24  Tom HughesOnly check whether linux/mii.h can be processed so...
2004-08-24  Julian SewardComment only change: note an example where better code...
2004-08-24  Julian SewardGet rid of executables inadvertantly commited in rev...
2004-08-24  Julian SewardAdd a modified version of the QEMU test program. This...
2004-08-24  Julian SewardRedo x86 flag stuff a bit. Primarily, change the thunk...
2004-08-24  Nicholas NethercoteAdd a reassuring warnings about the linux/mii.h warning.
2004-08-24  Nicholas NethercoteUpdate for filename change.
2004-08-24  Julian SewardPretty-up the flag-calculating macros. Whitespace...
2004-08-24  Julian SewardFast-case a couple more flag/thunk conditions.
2004-08-24  Julian Sewardwibble
2004-08-24  Julian SewardSet bb size back to 20.
2004-08-24  Julian Seward* setHints_Expr: remember to recurse the entire tree!
2004-08-24  Julian SewardFix error in scheme for assembly Xin_Set32 when the...
2004-08-23  Tom HughesThe size passed to VG_(st_mkfloat) should be in bytes...
2004-08-23  Julian SewardBetter printing of raw bb data.
2004-08-23  Tom HughesAdded code to decode a number of additional negative...
2004-08-23  Tom HughesPrevent a memcpy of zero bytes from complaining if...
2004-08-23  Robert WalshAdd explanatory comment.
2004-08-23  Robert WalshFix to allow 32-bit Valgrind to run on AMD64 boxes...
2004-08-23  Tom HughesDon't version the sem_xxx symbols that have more than...
2004-08-23  Nicholas NethercoteHere's a couple more I missed in the last commit.
2004-08-23  Nicholas NethercoteUse SYSNO and res, etc, instead of tst->m_eax in a...
2004-08-23  Julian SewardAllow iropt to pass helper function calls back to the...
2004-08-23  Nicholas NethercoteMakefile.am minor correction
2004-08-23  Nicholas NethercoteSmall step in factoring out arch-specific code: replace
2004-08-23  Nicholas NethercoteTweak configure.in in preparation for arch and OS ports...
2004-08-23  Nicholas NethercoteRemoving the example tool 'example' -- it's almost...
2004-08-23  Nicholas NethercoteMake some changes to Nulgrind -- it looks like Jeremy...
2004-08-23  Nicholas NethercoteRemove a bunch of unnecessary -DVG_LIBDIR="\"$(libdir...
2004-08-23  Nicholas NethercoteFix bug, courtesy of Paul Mackerras: when giving find_m...
2004-08-22  Tom HughesMore fixes for the cancellation wrappers in libpthread...
2004-08-22  Julian SewardWhitespace-only changes for the tree-builder.
2004-08-22  Julian SewardFirst pass at a tree-builder algorithm.
2004-08-22  Julian SewardFill in some missing cases in the assembler.
2004-08-21  Tom HughesAdd support for a --time-stamp option that causes each...
2004-08-20  Julian SewardAdd (unused) pattern for generating rotate insns, as...
2004-08-20  Julian SewardHandle NOT (Grp3(M) case 2)
2004-08-20  Julian Seward* constant fold Shr32
2004-08-20  Julian Seward* iropt: constant-fold Sar32, and be more careful with...
2004-08-20  Julian SewardRedundant-Put removal.
2004-08-20  Julian SewardWhen doing debug stops (--stop-after), print bb orig...
2004-08-20  Julian SewardHeader changes for Bit-typed constants. Really this...
2004-08-19  Julian SewardAllow constant folding to apply to IRStmt_Exit.
2004-08-19  Julian SewardMore folding rules, and some debug printing fixes.
2004-08-19  Julian SewardiselExpr64: Handle 64-bit literals
2004-08-19  Julian SewardFix reg-alloc bug exposed by more aggressive code gener...
2004-08-19  Julian SewardIncrease size of spill area from 96 bytes to 400 bytes.
2004-08-19  Julian SewardAdd redundant-GET elimination.
2004-08-18  Nicholas NethercoteRename VGOFF_(tls) to VGOFF_(tls_ptr) to make it clear...
2004-08-18  Nicholas NethercoteRemove 3 identical and self-admittedly spurious assertions.
2004-08-18  Julian SewardTeach iropt to do dead code elimination.
2004-08-18  Nicholas NethercoteCleaned up the syscall wrappers a bit:
2004-08-18  Julian SewardConstant and copy propagation, and start of constant...
2004-08-18  Julian SewardNew header priv/ir/iropt.h
2004-08-18  Tom HughesMinor rejigging of includes to help compilation on...
2004-08-18  Julian SewardGenerate 'test' rather than 'and' for some 32-to-1...
2004-08-17  Julian Sewardiropt: implement flattening (into SSA form). This...
2004-08-17  Julian SewardConnect no-op iropt to the driver logic.
2004-08-17  Julian SewardMake a start on the intermediate-representation optimiser.
2004-08-17  Nicholas Nethercotegetgroups can't block
2004-08-16  Julian SewardIncrease size of temp area to 100k to handle some reall...
2004-08-16  Julian SewardFix stupid bug caused by introduction of new FP state.
next