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

16 years agoEnsure correct end-of-block PC
nkeynes [Tue, 18 Sep 2007 09:12:30 +0000]  tree
Ensure correct end-of-block PC
Handle syscalls
src/sh4/sh4trans.c


16 years agoUp the max instruction size to 256 (TODO: work out what this should actually
nkeynes [Tue, 18 Sep 2007 09:11:53 +0000]  tree
Up the max instruction size to 256 (TODO: work out what this should actually
be)
src/sh4/sh4trans.h


16 years agoMore fixes and complete missing instructions
nkeynes [Tue, 18 Sep 2007 08:59:00 +0000]  tree
More fixes and complete missing instructions
src/sh4/sh4x86.c
src/sh4/sh4x86.in
src/sh4/x86op.h


16 years agoAdd instruction statistics gathering module
nkeynes [Tue, 18 Sep 2007 08:58:23 +0000]  tree
Add instruction statistics gathering module
src/Makefile.am
src/Makefile.in
src/sh4/sh4stat.c
src/sh4/sh4stat.h
src/sh4/sh4stat.in


16 years agoImplement MAC.W, MAC.L and DIV1
nkeynes [Sun, 16 Sep 2007 07:03:23 +0000]  tree
Implement MAC.W, MAC.L and DIV1
Correct SHAD/SHLD
Fix privilege and slot illegal checks on LDC/STC opcodes
Fix various other small bugs
src/sh4/sh4x86.c
src/sh4/sh4x86.in
src/sh4/x86op.h


16 years agoAdd stub for syscall method
nkeynes [Sun, 16 Sep 2007 07:01:35 +0000]  tree
Add stub for syscall method
src/test/testsh4x86.c


16 years agoAdd DIV1 test cases
nkeynes [Sun, 16 Sep 2007 07:01:07 +0000]  tree
Add DIV1 test cases
Update comment against opcode since it looks to be validated now
src/sh4/sh4core.c
src/sh4/sh4core.in
test/Makefile
test/sh4/div1.s
test/sh4/testsh4.c


16 years agoFix return value for "translated but not entry point" addresses
nkeynes [Sun, 16 Sep 2007 06:59:47 +0000]  tree
Fix return value for "translated but not entry point" addresses
src/sh4/xltcache.c


16 years agoFix exception handling
nkeynes [Thu, 13 Sep 2007 08:28:01 +0000]  tree
Fix exception handling
Fix various instruction bugs
src/sh4/sh4x86.in


16 years agoFix default block return value
nkeynes [Wed, 12 Sep 2007 11:41:43 +0000]  tree
Fix default block return value
src/sh4/sh4x86.c
src/sh4/sh4x86.in


.