]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2004-10-19  Nicholas NethercoteArch-abstraction:
2004-10-19  Nicholas NethercoteArch-abstraction:
2004-10-19  Julian SewardFix some typos spotted by Nick.
2004-10-19  Julian SewardAdd a complete copy of the cvs head as of 19 Oct 04...
2004-10-19  Julian SewardYet another folding rule (CmpLT32S)
2004-10-19  Nicholas NethercoteArch-abstraction:
2004-10-19  Julian SewardYet another folding rule.
2004-10-19  Julian SewardTrack the baseblock layout changes made in rev 365.
2004-10-19  Julian SewardRemove all references to hardwired guest state offsets...
2004-10-18  Tom HughesReally fix statically initialised read-write locks...
2004-10-18  Tom HughesUse tgkill instead of tkill if it is available. This...
2004-10-18  Nicholas NethercoteArch-abstraction: fix up valgrind.h for future inclusio...
2004-10-18  Nicholas NethercoteTweak type of VGA_(thread_syscall), and related variabl...
2004-10-18  Nicholas NethercoteArch-abstraction:
2004-10-18  Tom HughesBack-out accidental commit.
2004-10-18  Tom HughesMake statically initialised read-write locks work.
2004-10-18  Nicholas NethercoteArch-abstraction:
2004-10-18  Nicholas NethercoteIncrease the size of M_VG_ERRTXT from 512B to 4KB,...
2004-10-18  Nicholas NethercoteArch-abstraction:
2004-10-18  Nicholas NethercoteArch-abstraction:
2004-10-18  Julian SewardRestructure the x86->IR phase somewhat, so that it...
2004-10-18  Nicholas NethercoteArch-abstraction:
2004-10-18  Tom HughesAdd a couple of lines that were missed out in the long...
2004-10-18  Nicholas NethercoteArch-abstraction: a nice change that removes the need...
2004-10-17  Tom HughesFix problems with very long timeouts given when waiting...
2004-10-17  Tom HughesImplement pthread_mutex_timedlock. This resolves bug...
2004-10-17  Julian Seward64-bit host fix.
2004-10-16  Julian SewardImplement MOV Ob,AL.
2004-10-16  Julian Sewardcalculate_eflags_all: finally get rid of compilation...
2004-10-16  Julian SewardBe even less verbose.
2004-10-16  Julian SewardClear C2 after sin/cos/tan/sincos. This is needed...
2004-10-16  Tom HughesWhen returning from handling a signal check whether...
2004-10-16  Tom HughesIf a thread is waiting on a mutex or condition variable...
2004-10-16  Nicholas NethercoteRemove unnecessary glibc #includes; use VKI_O_RDONLY...
2004-10-16  Tom HughesRemove the limit on the number of pthread read/write...
2004-10-16  Tom HughesAdd a dummy implementation of pthread_attr_getinheritsched.
2004-10-16  Julian SewardReinstate tests for byte-sized division (divb, idivb)
2004-10-16  Julian Seward* Handle fcmovnz
2004-10-16  Julian SewardiselCondCode: handle 1:Bit
2004-10-16  Julian Seward* More fold_Expr rulese
2004-10-16  Tom HughesSuppress .stderr.diff2 files as well as .stderr.diff...
2004-10-16  Tom HughesWhen signal routing is in use (because we are running...
2004-10-16  Tom HughesYet another attempt to quash the assertions in the...
2004-10-16  Tom HughesIt seems there are some kernels around where the getpid...
2004-10-15  Julian SewardImplement IEEE754-compliant fprem1.
2004-10-15  Julian SewardComment change only.
2004-10-15  Julian SewardFix minor problems in x86 FP guest assembler.
2004-10-15  Julian SewardImplement guest x86 fptan.
2004-10-15  Julian Seward* Reinstate a whole bunch of tests
2004-10-15  Julian Seward* Add a couple more FP cases exposed by test/test-i386.c
2004-10-15  Julian SewardFill in some missing cases:
2004-10-15  Julian SewardAdd a few more conditional-move and string-op cases.
2004-10-14  Julian SewardImplement btc, and bt* for memory operand.
2004-10-14  Julian SewardFix stupid bug in insn decoder caused by Rev 344.
2004-10-14  Julian SewardFix various compilation warnings, all insignificant.
2004-10-14  Julian SewardFinally resolve compilation warnings in iropt.c pertain...
2004-10-14  Julian SewardMake loop unrolling less verbose.
2004-10-14  Julian SewardLibVEX_Alloc: on 32-bit hosts, only align storage to...
2004-10-14  Nicholas NethercoteRemove duplicate declaration.
2004-10-14  Nicholas NethercoteRemove unnecessary #includes.
2004-10-14  Nicholas NethercoteReplace glibc header with equivalent kernel header...
2004-10-14  Nicholas NethercoteSince we use "-Wl,-e,_ume_entry" when linking stage2...
2004-10-14  Julian SewardA bit more inlining of small fns.
2004-10-14  Nicholas NethercoteChange so that external tools can find the appropriate...
2004-10-14  Nicholas NethercoteAvoid warning about not returning a value from main().
2004-10-14  Nicholas NethercoteArch-abstraction: replace direct mentions of x86/ direc...
2004-10-14  Nicholas NethercoteFurther strengthened the unit self-test, by also testin...
2004-10-14  Nicholas NethercoteStrengthened the unit self-test, by also testing foreac...
2004-10-14  Nicholas NethercoteAdded a unit self-test -- a test program that incorpora...
2004-10-14  Julian SewardMinor improvements.
2004-10-14  Julian SewardReduce debug printing.
2004-10-14  Julian Sewardinline getArrayBounds.
2004-10-14  Julian SewardComment change only.
2004-10-14  Julian SewardSpeed up the tree-builder.
2004-10-13  Julian SewardSpeed up constant folder.
2004-10-13  Julian SewardMuch improve the speed of the dead code elimination...
2004-10-13  Julian SewardAdd a couple of cases exposed by the IR loop unroller.
2004-10-13  Julian SewardAdd controllability to the loop unroller. Depending...
2004-10-13  Tom HughesImplement pthread_mutexattr_gettype.
2004-10-13  Nicholas NethercoteRename hoops() as main() -- much clearer.
2004-10-13  Nicholas NethercoteSome combined cleaning up and arch-abstraction, involvi...
2004-10-13  Nicholas NethercoteCleaned up ume.h by moving some functions around.
2004-10-13  Julian SewardDisable debug printing for CSE.
2004-10-13  Julian SewardDisable CSEing of loads as it's incorrect until such...
2004-10-13  Julian Seward* Re-run CSE and DCE after loop unrolling, if expensive...
2004-10-13  Tom HughesAdd alternate results for some tests that use mmap.
2004-10-13  Nicholas NethercoteStage2 doesn't need ume_go.c.
2004-10-13  Julian SewardFix bug in rev 326 (folding rule for Shl32(x,0) ==> x)
2004-10-13  Julian Sewardfold_Expr: do Shl32(x,0) ==> x
2004-10-13  Julian SewardIntroduce primop Iop_Not1 :: Bit -> Bit, and use it...
2004-10-13  Julian SewardFix formatting of the loop unroller code. Whitespace...
2004-10-13  Nicholas NethercoteAllow for test output files.
2004-10-13  Nicholas NethercoteArch-abstraction:
2004-10-13  Julian SewardAdd loop unrolling to iropt (simple, crude first attemp...
2004-10-13  Nicholas NethercoteArch-abstraction:
2004-10-13  Nicholas NethercotePreparing for powerpc inclusion, one day.
2004-10-13  Nicholas NethercoteArch-abstraction: genericise warning about unsupported...
2004-10-13  Nicholas NethercoteArch-abstraction:
2004-10-13  Nicholas NethercoteAdd a new CPUID cache configuration for more recent...
2004-10-13  Nicholas NethercoteFix for bug 91162: cope with jumps to bogus addresses...
next