]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2005-03-11  Nicholas NethercoteAdded the Quick Start Guide, in XML. Not entirely...
2005-03-11  Julian SewardSummarise the breakage caused by the Big Merge (hence...
2005-03-11  Julian SewardFix PRE wrapper for sys_exit.
2005-03-11  Nicholas NethercoteFix broken xml tags.
2005-03-11  Julian SewardThese files are no longer needed. Bye!
2005-03-10  Julian SewardMerge in changes from the 2.4.0 line. This basically...
2005-03-10  Julian SewardAdd new files resulting from merging in the 2.4.0 line...
2005-03-10  Julian SewardChange license on switchback/test_ppc_jm1.c as per...
2005-03-10  Nicholas NethercoteTest commit (whitespace-only change).
2005-03-10  Julian Sewardrm QEMU references; the derivation is now so distant...
2005-03-10  Julian SewardApparently we're a .net, not merely a .co.uk.
2005-03-10  Julian SewardFix typo
2005-03-10  Julian SewardStatement about copyright.
2005-03-10  Julian SewardAdd a copy of GNU GPL v2.
2005-03-10  Julian SewardClean up for public availability.
2005-03-10  Cerion Armour... Added test_ppc to Makefile
2005-03-10  Julian SewardAnother test commit
2005-03-10  Julian SewardA second test commit.
2005-03-10  Julian SewardTest commit for new repo.
2005-03-10  Julian SewardRemove something old (really, a test commit for the...
2005-03-09  Julian SewardJocelyn Mayer's fabulous ppc test program.
2005-03-08  Julian SewardAs part of the build process, generate pub/libvex_guest...
2005-03-08  Julian SewardA place to put auxiliary programs used as part of the...
2005-03-04  Cerion Armour... Cleaned up front end a fair bit.
2005-03-04  Cerion Armour... fix cmd call of switchback, and deal with return err 256
2005-03-04  Julian SewardA couple more flags-specialisation cases, derived from...
2005-03-04  Julian Sewardguest state padding wibble
2005-03-03  Cerion Armour... Cleaning up frontend
2005-03-03  Cerion Armour... Cleaned up backend a little
2005-03-03  Cerion Armour... Dealt properly with immediates in the backend - reduces...
2005-03-03  Cerion Armour... comments only: guest-state offsets
2005-03-03  Cerion Armour... Cleaned up isel for instns taking an RI arg
2005-03-03  Cerion Armour... printout stderr msg on abnormal switchback exit
2005-03-03  Cerion Armour... Fixed sign-extend bug for compares (just putting imm...
2005-03-03  Cerion Armour... Simplified sraw a little
2005-03-02  Julian Seward* toIR.c: Handle a few more insns needed to run simple...
2005-03-02  Julian SewardFix enough syscall stuff so that simple X applications...
2005-03-02  Julian SewardA place to record notes on how to clean up the structur...
2005-03-02  Julian SewardMinimal, horrible hacks needed to make vsyscalls work...
2005-03-02  Julian SewardFix struct ume_auxv so that auxc walking on 64-bit...
2005-03-01  Cerion Armour... Deal with last_bad == given_last_good
2005-03-01  Cerion Armour... Small backend printout changes only
2005-03-01  Julian SewardClean up handling of socket system calls on amd64-linux...
2005-03-01  Julian SewardFactor out all the socket-related syscall handlers...
2005-03-01  Julian SewardAdd a constant folding rule for MullS32.
2005-03-01  Cerion Armour... Front end bug: bad arg order for MuxOX of srw
2005-03-01  Cerion Armour... Backend bug: mkFormD wasn't smallifying the imm
2005-02-28  Julian SewardFix more RES-is-not-set assertions, and move a couple...
2005-02-28  Cerion Armour... perl script to run a binary search with switchback
2005-02-28  Julian SewardWhen handling syscalls, don't try to figure out if...
2005-02-28  Cerion Armour... Front-end fix for slw - _record_ the result...
2005-02-28  Julian SewardVarious cleanups to revised low-level memory manager.
2005-02-28  Julian SewardGradually move popular translations towards the start...
2005-02-28  Julian SewardGet rid of assertion which, as gcc points out, is useless.
2005-02-27  Julian SewardPlacate Icc in the usual way.
2005-02-27  Julian SewardA few more 64-bit folding rules.
2005-02-27  Julian SewardComment-only change.
2005-02-27  Julian SewardOops! The whole point of rev 980 was to get rid of...
2005-02-27  Julian SewardA major overhaul of the way integer register decoding...
2005-02-26  Julian SewardIcc typechecker police.
2005-02-26  Julian SewardMore icc-related cleanups.
2005-02-26  Julian SewardIcc typechecker police.
2005-02-26  Julian SewardFix some register-field decoding bugs for SSE. Nasty...
2005-02-25  Cerion Armour... Fixed some front end with-zero loads
2005-02-25  Cerion Armour... Fixed isel::load of small imm to reg - these are UInts...
2005-02-25  Julian SewardAdd toUInt.
2005-02-25  Julian SewardIcc typechecker fixes.
2005-02-25  Julian SewardAnother round of placating icc's typechecker.
2005-02-25  Cerion Armour... Simplified front-end IR encoding for some subtracts
2005-02-25  Cerion Armour... Alu32::SUB was broken in the backend.
2005-02-25  Julian SewardEven more amd64 floating point bits and pieces.
2005-02-25  Cerion Armour... Fix flags define & printout last run translation after...
2005-02-25  Cerion Armour... Fixes to getReg_field, putReg_field
2005-02-25  Julian SewardFill in a bunch more amd64 floating point cases. Some...
2005-02-25  Cerion Armour... Re-arranged switchback::run_simulator a little, so...
2005-02-25  Cerion Armour... Correction to iselCC::IexTmp
2005-02-25  Cerion Armour... Added a couple of unhandled isel instrs:
2005-02-25  Cerion Armour... Fix to guest-ppc32 subfic
2005-02-25  Julian SewardFill in a huge number of amd64 floating point cases...
2005-02-25  Julian SewardOn AMD64 it's valid to access up to 128 bytes below...
2005-02-24  Cerion Armour... Fixed a backend shift bug: src/dst were swapped in...
2005-02-24  Cerion Armour... Another go at fixing the rotate mask
2005-02-24  Cerion Armour... Fixed a rotate bug: IBM bit labelling got me again
2005-02-24  Cerion Armour... Some simplifying of guest register access in toIR.c
2005-02-23  Cerion Armour... Added front-end code for conditional register logic...
2005-02-23  Cerion Armour... Just some assembly printout changes
2005-02-23  Julian SewardCleaning up the x86 back end: get rid of instruction...
2005-02-23  Julian SewardFix wrong comments (comment-only change)
2005-02-23  Julian SewardMany amd64 FP cases, including conversion to/from int...
2005-02-23  Julian SewardRearrange debug printing a bit.
2005-02-23  Cerion Armour... Fix to run_translation: need to save LR on _caller...
2005-02-22  Cerion Armour... Added new instruction RdWrLR to read/write link register.
2005-02-22  Cerion Armour... Coupl'a front-end load / save bugs
2005-02-22  Julian SewardMake the switchbacker work on ppc32.
2005-02-22  Cerion Armour... Better assembly printouts, and added iselCondCode 1...
2005-02-22  Cerion Armour... Gotcha!
2005-02-21  Cerion Armour... just turned off some debug printfs
2005-02-21  Cerion Armour... coupl'a small fixes for ppc32
2005-02-21  Cerion Armour... Fixes to host_ppc32:
2005-02-21  Cerion Armour... Corrected some mistakes in guest_ppc32
next