]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2006-01-01  Julian SewardUpdate.
2006-01-01  Julian SewardAlso do sse memory overrun tests on x86.
2006-01-01  Julian SewardAdd a test program which checks for memory overruns...
2005-12-30  Julian SewardFinally fix the bug causing dynamic ppc64-linux executa...
2005-12-30  Julian SewardFix typo
2005-12-30  Julian SewardA couple more ppc64-linux syscalls.
2005-12-30  Nicholas NethercoteAdd a --trace-mem option to Lackey to print out a memor...
2005-12-30  Julian SewardMore ppc64-linux syscalls.
2005-12-30  Julian SewardFix up ppc64 dispatcher following the changes made...
2005-12-28  Julian SewardTentative fix for #117332: No line numbers printed...
2005-12-28  Julian SewardIn fbench, compute sin/cos/sqrt from "first principles...
2005-12-27  Julian SewardUpdate.
2005-12-27  Julian SewardVG_(getgroups) fix (Shinichi Noda)
2005-12-27  Julian SewardCheck that the two sigprocmasks haven't failed.
2005-12-26  Julian SewardMore dispatcher tuning for ppc32/64. Makes a big diffe...
2005-12-26  Nicholas Nethercotecode layout wibbles only
2005-12-26  Julian SewardAttempt to make tinycc work on ppc32, by (1) getting...
2005-12-25  Nicholas NethercoteMerge in r5435 from COMPVBITS. Also added a note to
2005-12-25  Nicholas NethercoteUpdate for recent change to OSet interface.
2005-12-25  Nicholas Nethercoteadd extra note about tinycc
2005-12-25  Nicholas Nethercoteupdate
2005-12-25  Nicholas NethercoteA minor performance improvement -- make swizzle() faster.
2005-12-24  Julian SewardFix read-after-free in VG_(HT_destruct). This fixes
2005-12-24  Cerion Armour... Tidy up ppc32 jm-insns test some more.
2005-12-24  Nicholas NethercoteFix a nasty 64-bit-uncleanness bug in OSet spotted...
2005-12-23  Julian Sewardppc64 ELF allows the 288 bytes below the stack pointer...
2005-12-23  Julian SewardMake ppc64-linux stack unwinding work.
2005-12-23  Nicholas NethercoteChange default --reps value from 3 to 1.
2005-12-23  Julian Sewardppc64-linux fixes
2005-12-23  Julian Sewardppc64-linux fixes.
2005-12-23  Julian SewardHandle ppc64-related primops.
2005-12-23  Cerion Armour... Tracking VEX r1507
2005-12-23  Julian SewardDeal with function pointer vs function entry crazyness...
2005-12-23  Cerion Armour... Tidied up jm-insns.c test a little.
2005-12-23  Cerion Armour... Track changes to PPC naming convention - VEX r1504
2005-12-23  Julian SewardHandle CmpORD64{U,S} as ppc64 requires those.
2005-12-22  Julian SewardUse rt_sigprocmask, and check for errors correctly...
2005-12-22  Julian SewardAdd enough syscalls to run bzip2 on ppc64-linux.
2005-12-22  Julian SewardProperly return error codes resulting from sigprocmask...
2005-12-22  Julian SewardComment-only changes
2005-12-22  Nicholas NethercoteAdd comment about log2().
2005-12-22  Julian SewardMake async-style syscalls work on ppc64, by using rt_si...
2005-12-22  Julian SewardMore ppc64-linux syscalls.
2005-12-22  Cerion Armour... fixed up ppc64 assembly with .opd sections
2005-12-22  Julian SewardWhen switching threads on ppc64, clear the reservation...
2005-12-22  Nicholas NethercoteAdd a destructor function to OSet_Destroy() which can...
2005-12-22  Nicholas NethercoteAdd the name of the input file to cg_annotate's output.
2005-12-22  Julian SewardMake a start adding syscalls.
2005-12-22  Julian SewardSave %CIA correctly (caused ppc64-linux to loop at...
2005-12-21  Nicholas NethercoteRenamed coregrind.h to pub_core_clreq.h and introduced...
2005-12-21  Nicholas Nethercoteupdate
2005-12-21  Nicholas NethercoteFixed cg_annotate bug -- when using the --sort option...
2005-12-20  Nicholas NethercoteAdd a new performance benchmark: tinycc.
2005-12-20  Cerion Armour... Rewrite ppc64 dispatch loop to avoid profiling overhead...
2005-12-19  Nicholas NethercoteRemove all remaining profiling gunk.
2005-12-19  Nicholas NethercoteRemove remaining profiling gunk from Memcheck.
2005-12-19  Nicholas NethercoteRemove the old profiling stuff from Memcheck.
2005-12-19  Nicholas NethercoteFix for bug #117096.
2005-12-19  Nicholas NethercoteBugfix update
2005-12-19  Nicholas NethercoteFix a minor --gen-suppressions output bug.
2005-12-19  Nicholas Nethercoteupdate
2005-12-19  Nicholas NethercoteClarify leak checker output.
2005-12-19  Nicholas Nethercoteupdate
2005-12-19  Nicholas NethercoteAdd comment from commit log.
2005-12-19  Tom HughesCheck that noinst_PROGRAMS and noinst_LIBRARIES are...
2005-12-19  Tom HughesFixed to check whether __builtin_expect is supported...
2005-12-19  Tom HughesMake sure EM_X86_64 is defined as elf.h doesn't define...
2005-12-18  Julian SewardDuh, remove debug printing. Duh.
2005-12-18  Julian SewardUpdate.
2005-12-18  Julian SewardIncrease buffer size, so that long debugger command...
2005-12-18  Julian SewardNasty hack to stop the leak checker dying on custom...
2005-12-18  Julian SewardWhen using a custom allocator that allocates with no...
2005-12-17  Julian SewardfindSb: gradually rearrange the superblock list to...
2005-12-17  Julian SewardUpdate known-bugs summary.
2005-12-17  Nicholas NethercoteAdd a malloc/free stress test.
2005-12-16  Nicholas NethercoteAdd info about overhead in heap blocks and OSet nodes.
2005-12-16  Julian SewardHold the event count in r29 rather than the count regis...
2005-12-16  Julian SewardAdd missing cases in debug printing.
2005-12-15  Julian SewardRewrite ppc32 dispatch loop to avoid profiling overhead...
2005-12-15  Nicholas Nethercoteadd note about recent performance improvement
2005-12-15  Nicholas NethercoteImprovments to vg_perf:
2005-12-15  Julian SewardMake this work on platforms where r != x.
2005-12-15  Julian SewardRewrite amd64 dispatch loop to add performance enhancem...
2005-12-15  Julian Seward- Track vex r1494 (x86/amd64 change of conventions...
2005-12-14  Cerion Armour... Added fp regtest
2005-12-14  Cerion Armour... Changed jm_insns.c usage to use one of flags 'i|f|a...
2005-12-14  Cerion Armour... svn:ignores
2005-12-14  Nicholas NethercoteAdded a stress test which measures the cost of translation.
2005-12-14  Nicholas NethercoteEnsure that f() doesn't get inlined.
2005-12-14  Nicholas NethercoteAdd --vg option to vg_perf, which lets you specify...
2005-12-13  Nicholas Nethercotewhoops
2005-12-13  Cerion Armour... Added some more svn:ignores.
2005-12-13  Nicholas NethercoteAdded a --reps option to control how many times each...
2005-12-13  Nicholas Nethercoteremove bogus whitespace
2005-12-13  Nicholas NethercoteDie if a performance benchmark is missing.
2005-12-13  Nicholas NethercoteUse user time instead of wall-clock time.
2005-12-13  Nicholas NethercoteImprove vg_SP_update_pass() to catch more constant...
2005-12-13  Nicholas NethercoteFile recording info about each performance benchmark.
2005-12-13  Julian SewardRemove nanosleep and adjust iteration count and array...
2005-12-13  Nicholas NethercoteAbort the performance timings if any of the programs...
next