]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2004-07-26  Nicholas NethercoteEr, actually make this test meaningful. It now aborts...
2004-07-26  Nicholas NethercoteRemove unused global variable.
2004-07-26  Nicholas Nethercotemake non-exported function static
2004-07-26  Julian SewardTry and print a bit faster.
2004-07-26  Julian SewardStartup delay and debug printing wibbles.
2004-07-26  Julian SewardFix bug in assembly of shifts.
2004-07-25  Julian SewardFill in a few more thunks cases.
2004-07-25  Julian SewardFix startup stuff a bit.
2004-07-25  Julian SewardMore eflags thunks.
2004-07-25  Julian SewardMore helpers.
2004-07-25  Julian SewardMake --stop-after= work.
2004-07-25  Julian SewardAdd a few more flag evaluation routines.
2004-07-25  Julian SewardObserve caller-supplied limit on # of insns allowed...
2004-07-25  Julian SewardFix some bug or other to do with moving values out...
2004-07-25  Tom HughesMove the decoding of SFENCE out of the SSE only part...
2004-07-25  Tom HughesAdd instruction tests for the LFENCE/MFENCE/SFENCE...
2004-07-25  Julian SewardMore hacked104 hookups, including the first eflags...
2004-07-25  Julian SewardIntegration stuff to make the 104 testbed work.
2004-07-24  Julian SewardAdd a hacked version of 1.0.4 as a test bed for Vex.
2004-07-24  Julian SewardDelete this directory.
2004-07-24  Julian SewardDelete this stuff. Not part of vex.
2004-07-24  Julian SewardClean up unused stuff.
2004-07-24  Julian SewardAdd mechanisms for calling helper functions from genera...
2004-07-24  Julian SewardCompilation fixes for gcc-2.96.
2004-07-23  Julian SewardFix bug causing real registers to be bought back into...
2004-07-23  Julian SewardFix indentation in emit_X86Instr. Whitespace change...
2004-07-23  Julian SewardFinish first pass through x86 assembler.
2004-07-23  Julian SewardFill in many (most) x86 emission cases.
2004-07-22  Julian SewardGet rid of these too.
2004-07-22  Julian SewardGet rid of this.
2004-07-22  Julian SewardStart pushing some instructions through the x86 assembler.
2004-07-22  Julian SewardMakefile for use with icc.
2004-07-22  Julian SewardMore x86 insn emitter hacking.
2004-07-22  Nicholas NethercoteClarify error msgs
2004-07-22  Nicholas NethercoteIn response to bug #85665, clarify what --trace-childre...
2004-07-22  Julian SewardMake a start on x86 instruction emission.
2004-07-21  Julian SewardRename x86h_defs.[ch] to x86host_defs.[ch].
2004-07-21  Julian SewardAssembler infrastructure.
2004-07-21  Tom HughesFix checking of execve() when argv is a null pointer.
2004-07-21  Julian Seward- Fix up verbosity control.
2004-07-21  Nicholas NethercoteCorrect Cachegrind changes; better late than never.
2004-07-21  Nicholas NethercoteType name wibble
2004-07-20  Julian SewardFix scary bug causing mis-identification of SSE stores...
2004-07-20  Julian SewardRemove duplicate suppressions for SuSE 9.0 (section...
2004-07-20  Nicholas Nethercotetypo
2004-07-20  Nicholas Nethercotecomment typo
2004-07-20  Julian SewardFix extremely obscure bug in xadd picked up by QEMU...
2004-07-20  Julian Sewardgcc sometimes generates "sbbl %reg,%reg" to convert...
2004-07-19  Tom HughesSome systems seem to need linux/netlink.h for linux...
2004-07-19  Julian SewardComplete first pass thru x86 instruction selector.
2004-07-19  Nicholas NethercoteAdd another C call helper.
2004-07-19  Julian SewardTeach x86 insn selector how to generate code for 64...
2004-07-19  Julian SewardRefine x86 instruction representation a bit.
2004-07-18  Julian SewardLoads more x86 insn selector hacking.
2004-07-18  Nicholas NethercoteInclude new_override.stdout.exp in 'make dist'.
2004-07-18  Julian Seward--> 2.1.3.CVS
2004-07-18  Nicholas NethercoteExtra info for FAQ.
2004-07-18  Julian Seward--> 2.1.2
2004-07-18  Julian Sewardadd #85416.
2004-07-18  Tom HughesOnly treat colons in the switch name as important when...
2004-07-18  Julian SewardMucho instruction selector hacking.
2004-07-17  Julian SewardVersion wibble
2004-07-17  Julian SewardTrack bug resolutions which happened today.
2004-07-17  Julian SewardDeltas from Jeremy.
2004-07-17  Nicholas NethercoteAdd a bunch of asserts to check the results of calls...
2004-07-17  Tom HughesMake the _dl_relocate_object suppressions more general...
2004-07-17  Julian SewardUpdate preamble a la Nick's suggestions.
2004-07-17  Nicholas NethercoteCheck mmap() and munmap() results at startup; they...
2004-07-17  Nicholas NethercoteClarify Cachegrind changes
2004-07-17  Julian Seward2.1.2 is imminent. I've tried to find all the changes...
2004-07-17  Tom HughesMake sure init_global_thread_specific_state() set the...
2004-07-17  Nicholas NethercoteSupport FBLD, FBSTP. Patch courtesy of Jani Monoses.
2004-07-16  Tom HughesFix typo in comment.
2004-07-16  Julian SewardBring this up to date.
2004-07-16  Julian SewardGet rid of add with carry and subtract with borrow...
2004-07-16  Julian Sewardtemporarily print storage stats
2004-07-16  Julian SewardMucho x86 instruction selector hacking.
2004-07-16  Nicholas NethercoteSlightly change, with J's approval, startup copyright...
2004-07-16  Nicholas Nethercoteapostrophe pedantry; comment change only
2004-07-16  Tom HughesAdd comments to explain the address space padding techn...
2004-07-16  Tom HughesCommit missing kernel interface definitions for async...
2004-07-15  Tom HughesImplement support for the async I/O system calls in...
2004-07-15  Julian SewardsetFlags_DSTus_DST1: generate well-typed IR for Mux10...
2004-07-15  Nicholas NethercoteIf new/new[] fails and should throw an exception, abort...
2004-07-15  Nicholas NethercoteThis commit fixes things so that the client stack can...
2004-07-15  Nicholas NethercoteMerged Valgrind's heap and stack. This has two main...
2004-07-15  Julian SewardGet rid of guards on IR Puts, and instead have an IR...
2004-07-15  Julian SewardFurther improvements to the IR sanity checker.
2004-07-15  Julian SewardComplete the IR sanity checker -- at least up to the...
2004-07-14  Julian SewardFirst part of IR sanity checking: def/use checks.
2004-07-14  Julian SewardRationalise IR a bit:
2004-07-14  Nicholas NethercoteIntercept 'nothrow' versions of delete and delete[].
2004-07-14  Julian Sewardx86toIR: SHLD/SHRD
2004-07-14  Julian Sewardx86toIR: add support for add with carry
2004-07-14  Julian Sewardx86toIR: reorganise multiply stuff, and make a start...
2004-07-13  Julian SewardCompilation fixes for older compilers.
2004-07-13  Julian Sewardx86toIR: some multiply stuff
2004-07-12  Julian SewardRationalise IR-level control flow:
2004-07-12  Julian Sewardx86toIR: rep-prefixed insns
2004-07-12  Tom HughesMake sure the separator is restored when scan_colsep...
next