Search
lxdream.org :: lxdream :: changelog
lxdream 0.9.1
released Jun 29
Download Now

16 years agoFix backpatching when the block moves during translation
nkeynes [Tue, 22 Jan 2008 11:30:37 +0000]  tree
Fix backpatching when the block moves during translation
src/sh4/ia32abi.h
src/sh4/ia32mac.h
src/sh4/ia64abi.h
src/sh4/sh4trans.h
src/sh4/sh4x86.c
src/sh4/sh4x86.in


16 years agoFix typo, MMU_VMA_ERROR was supposed to be 8000 0000, not 0800 0000...
nkeynes [Tue, 22 Jan 2008 11:29:43 +0000]  tree
Fix typo, MMU_VMA_ERROR was supposed to be 8000 0000, not 0800 0000...
src/sh4/sh4core.h


16 years agoFix testsh4x86 compile
nkeynes [Tue, 22 Jan 2008 11:28:43 +0000]  tree
Fix testsh4x86 compile
src/test/testsh4x86.c


16 years agoInvoke emulator single-step for untranslatable delay slots (and fix a few
nkeynes [Tue, 22 Jan 2008 10:11:45 +0000]  tree
Invoke emulator single-step for untranslatable delay slots (and fix a few
related bugs)
src/sh4/sh4x86.c
src/sh4/sh4x86.in
src/sh4/x86op.h


16 years agoReturn immediately from xlat_get_code_by_vma if the icache is hit
nkeynes [Tue, 22 Jan 2008 10:10:46 +0000]  tree
Return immediately from xlat_get_code_by_vma if the icache is hit
src/sh4/sh4trans.c


16 years agoStack fix should be x4 (due to stack relignment and 64-bit push)
nkeynes [Tue, 22 Jan 2008 10:08:08 +0000]  tree
Stack fix should be x4 (due to stack relignment and 64-bit push)
src/sh4/ia64abi.h


16 years agoUpdate sh4_get_region_by_vma (not that anyone uses it...)
nkeynes [Tue, 22 Jan 2008 10:06:41 +0000]  tree
Update sh4_get_region_by_vma (not that anyone uses it...)
src/sh4/sh4mem.c


16 years agoInitial VMA support for the SH4 disassembly
nkeynes [Tue, 22 Jan 2008 09:45:21 +0000]  tree
Initial VMA support for the SH4 disassembly
src/sh4/mmu.c
src/sh4/sh4.c
src/sh4/sh4core.h
src/sh4/sh4dasm.c
src/sh4/sh4dasm.in


16 years agoFix MAC.L/MAC.W stack issues
nkeynes [Mon, 21 Jan 2008 11:59:46 +0000]  tree
Fix MAC.L/MAC.W stack issues
Fix various recovery-table issues
src/sh4/ia32abi.h
src/sh4/ia32mac.h
src/sh4/ia64abi.h
src/sh4/sh4trans.c
src/sh4/sh4x86.c
src/sh4/sh4x86.in
src/sh4/xltcache.c
src/sh4/xltcache.h


16 years agoFix disassembly of AND #imm, Rn (was ADD...)
nkeynes [Mon, 21 Jan 2008 11:54:47 +0000]  tree
Fix disassembly of AND #imm, Rn (was ADD...)
src/sh4/sh4dasm.c
src/sh4/sh4dasm.in


.