]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2005-02-21  Cerion Armour... Corrected some mistakes in guest_ppc32
2005-02-21  Cerion Armour... finished off switchback code for ppc32
2005-02-21  Julian SewardMore amd64 SSE/FP bits and pieces.
2005-02-21  Julian Sewardamd64 guest/host floating point square root (easy)...
2005-02-21  Julian SewardMake a start on floating point for AMD64 (really part...
2005-02-21  Julian SewardMake a start on floating point for AMD64.
2005-02-21  Julian SewardAdd %xmm0 .. %xmm15 to the amd64 guest state.
2005-02-21  Julian SewardAdd to-do note (comment-only change)
2005-02-21  Julian SewardFolding rule for Shr64.
2005-02-19  Julian SewardFix various front-end anomalies found by the amd64...
2005-02-19  Julian SewardTest a few more bits and pieces.
2005-02-19  Julian SewardMore amd64 system calls.
2005-02-19  Julian SewardDeal correctly with out-of-range shifts/rotates.
2005-02-19  Julian SewardFix many amd64 guest/host cases required to run test...
2005-02-19  Julian SewardThis is the same as the test-x86*.[ch] but modified...
2005-02-18  Julian SewardClean up startup grunge a bit.
2005-02-18  Julian SewardMake ELF symbol reading work on both 32 and 64 bit...
2005-02-18  Julian SewardFurther cleanups to low-level memory management. It...
2005-02-17  Julian SewardAdvance ppc32 to the point where we can hope to start...
2005-02-17  Julian SewardHandle some ppc32 relocation types.
2005-02-17  Cerion Armour... correction to branch instr for ppc hack
2005-02-17  Cerion Armour... surely it couldn't be still more ppc hacks...
2005-02-17  Julian SewardEven more ppc32 hacks
2005-02-17  Julian SewardMore ppc hacks
2005-02-17  Julian Sewardppc32 hacks
2005-02-17  Cerion Armour... first ppc32 assembly attempts...
2005-02-17  Julian SewardFix enough syscalls to get through 'hello world' on...
2005-02-17  Julian SewardFix comment.
2005-02-17  Julian SewardFix enough stuff to get through 'hello world' on amd64.
2005-02-17  Julian SewardTidy up the constant folder and add some more rules.
2005-02-16  Cerion Armour... Cleaned up a little more
2005-02-16  Cerion Armour... Fixed silly bug (and->add ahem.)
2005-02-16  Cerion Armour... Fixed emit_PPC32Instr::Pin_Goto
2005-02-16  Cerion Armour... Emitted Div, fixed mul... that's the lot for return0...
2005-02-16  Cerion Armour... hdefs
2005-02-16  Cerion Armour... More instr emitting:
2005-02-16  Cerion Armour... ... and forgetful :-)
2005-02-16  Cerion Armour... I admit it, I'm lazy.
2005-02-16  Cerion Armour... spacing/comment cleanup only
2005-02-16  Julian SewardTurn off tons of debug printing.
2005-02-16  Julian SewardDuh; mmap doesn't work if you don't use the post-mmap...
2005-02-16  Julian SewardMajor rewrite of the machinery which keeps track of...
2005-02-15  Cerion Armour... Sorted out the condcode stuff - hopefully correctly...
2005-02-14  Julian Sewardun-break compilation on x86
2005-02-14  Julian SewardPrint stats at exit, and minor changes
2005-02-14  Julian SewardMake this test a bit more demanding.
2005-02-13  Julian SewardFill in enough cases to run switchback/test_bzip2.c...
2005-02-13  Julian Sewardsigh; on amd64 do not place common symbols high in...
2005-02-13  Julian SewardAllow the service function to handle free() as well...
2005-02-13  Julian SewardA self-contained, hacked version of bzip2 which can...
2005-02-13  Julian SewardRemove more debug printing.
2005-02-13  Julian SewardRemove misc debug printing.
2005-02-13  Julian SewardChange signature of thread_syscall a bit.
2005-02-13  Julian SewardDebugging hacks (switchback routine -- unused)
2005-02-13  Julian SewardDebug printing at startup.
2005-02-13  Julian SewardDebug hacks (currently unused)
2005-02-13  Julian SewardFix bug causing __NR_read on amd64-linux to always...
2005-02-13  Julian Sewardamd64-linux syscall support.
2005-02-13  Julian SewardFix printf format string.
2005-02-13  Julian SewardMake it easy to print the symbol table.
2005-02-13  Julian SewardFill in many amd64 integer cases.
2005-02-13  Julian SewardFold Iop_Sub64.
2005-02-13  Julian SewardDon't redefine offsetof if it is already defined.
2005-02-13  Julian Sewardminor changes
2005-02-13  Julian SewardDeal with amd64-specific relocations.
2005-02-12  Julian SewardHeavily modified emfloat benchmark from bytemark, chang...
2005-02-12  Julian SewardResuscitate a linker that knows how to do relocations...
2005-02-12  Julian SewardAdd amd64 support.
2005-02-12  Julian SewardRemove file which shouldn't have been added in the...
2005-02-12  Julian SewardA very simple dynamic translator built on Vex, for...
2005-02-11  Cerion Armour... cleaned up guest-ppc32 assembly printouts
2005-02-11  Cerion Armour... and now emit instrs big-endianly... :-)
2005-02-11  Cerion Armour... increased N_HREG_USAGE for host-ppc32
2005-02-11  Cerion Armour... Added the first instrs (load,store) to emit_PPC32Instr()
2005-02-10  Cerion Armour... Added Div32 - that's the last for this .orig file!
2005-02-10  Cerion Armour... Added CLZ
2005-02-10  Cerion Armour... hdefs: MulL, MFence
2005-02-10  Cerion Armour... hdefs: CMov32, Set32
2005-02-10  Cerion Armour... Dealt with some cases where imm > 0xFFFF
2005-02-10  Julian SewardFill in many amd64 front end and back end cases.
2005-02-09  Cerion Armour... Changed the register setup a little
2005-02-09  Julian SewardPrint useful diagnostics if reg-alloc bombs due to...
2005-02-09  Cerion Armour... A whole bunch more ppc32 backend code
2005-02-09  Cerion Armour... keeping arm .orig files
2005-02-08  Julian SewardMore amd64 back end bits and pieces.
2005-02-08  Cerion Armour... A first swing at getting ppc32 backend working.
2005-02-08  Cerion Armour... removed host=bigendian assertion for now.
2005-02-08  Julian SewardMore amd64 instruction set support. This includes...
2005-02-08  Julian SewardMake amd64 signal returns work.
2005-02-08  Julian SewardAdd a new IR type -- 128-bit integral (I128) and a...
2005-02-08  Cerion Armour... This belonged with last nights changes... r868
2005-02-08  Cerion Armour... Another attempt at abstracting the register access...
2005-02-07  Julian SewardTrack renaming of Vex's Iop_*128* primops to Iop_*V128*.
2005-02-07  Julian SewardConsistently rename all existing IROps which operate...
2005-02-07  Julian SewardMake rflag-thunk evaluation work (ghelpers); fix variou...
2005-02-07  Julian SewardFix assembly of amd64 amodes: the special cases that...
2005-02-07  Julian SewardFix %rip-relative addressing, which uses the address...
2005-02-07  Julian SewardFix guest-state layout descriptor.
2005-02-07  Julian SewardTypechecker police.
2005-02-07  Julian SewardMore typechecker police. Hopefully this doesn't break...
next