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

16 years agoAdd method to retrieve the size of a block, given the code pointer (useful
nkeynes [Tue, 04 Sep 2007 08:32:44 +0000]  tree
Add method to retrieve the size of a block, given the code pointer (useful
for eg disassembling the block)
src/sh4/xltcache.c
src/sh4/xltcache.h


16 years agoChange sh4x86 test to translate/disasm full basic blocks
nkeynes [Tue, 04 Sep 2007 08:32:10 +0000]  tree
Change sh4x86 test to translate/disasm full basic blocks
Add prelim sym-tab support
src/test/testsh4x86.c
src/x86dasm/x86dasm.c
src/x86dasm/x86dasm.h


16 years agoAdd tests for CMPSTR, DIV0U, DIV0S, SHLD, and SHAD
nkeynes [Tue, 04 Sep 2007 08:30:22 +0000]  tree
Add tests for CMPSTR, DIV0U, DIV0S, SHLD, and SHAD
test/Makefile
test/sh4/cmpstr.s
test/sh4/div0.s
test/sh4/shld.s
test/sh4/testsh4.c


16 years agoAdd initial unit test programs
nkeynes [Tue, 28 Aug 2007 08:47:35 +0000]  tree
Add initial unit test programs
src/Makefile.am
src/Makefile.in
src/test/testsh4x86.c
src/test/testxlt.c


16 years agoAdd the i386 disassembler from binutils (why write your own if you don't
nkeynes [Tue, 28 Aug 2007 08:46:54 +0000]  tree
Add the i386 disassembler from binutils (why write your own if you don't
have to) to use for translator validation
src/x86dasm/README
src/x86dasm/ansidecl.h
src/x86dasm/bfd.h
src/x86dasm/config.h
src/x86dasm/dis-asm.h
src/x86dasm/dis-buf.c
src/x86dasm/dis-init.c
src/x86dasm/i386-dis.c
src/x86dasm/opintl.h
src/x86dasm/symcat.h
...

16 years agoTranslator WIP: fill out and correct another batch of instructions
nkeynes [Tue, 28 Aug 2007 08:46:14 +0000]  tree
Translator WIP: fill out and correct another batch of instructions
src/sh4/sh4x86.c
src/sh4/sh4x86.in
src/sh4/x86op.h


16 years agoUpdate generated files
nkeynes [Thu, 23 Aug 2007 12:34:43 +0000]  tree
Update generated files
Makefile.in
aclocal.m4
configure


16 years agoCommit decoder generator
nkeynes [Thu, 23 Aug 2007 12:33:27 +0000]  tree
Commit decoder generator
Translator work in progress
Fix mac.l, mac.w in emu core
src/Makefile.am
src/Makefile.in
src/dreamcast.h
src/sh4/sh4.def
src/sh4/sh4core.c
src/sh4/sh4core.h
src/sh4/sh4core.in
src/sh4/sh4dasm.c
src/sh4/sh4dasm.in
src/sh4/sh4trans.c
...

16 years agoAdd tests for mac.l and mac.w
nkeynes [Thu, 23 Aug 2007 12:31:31 +0000]  tree
Add tests for mac.l and mac.w
Start test cases for fmov
Update exception tests
test/Makefile
test/sh4/excslot.s
test/sh4/float.s
test/sh4/fmov.s
test/sh4/ftrc.s
test/sh4/mac.s
test/sh4/testsh4.c
test/sh4/undef.s


17 years agoAdd tests for FLOAT and FTRC
nkeynes [Tue, 13 Feb 2007 08:34:27 +0000]  tree
Add tests for FLOAT and FTRC
Comment out user-mode exception test (broken)
test/Makefile
test/sh4/excslot.s
test/sh4/float.s
test/sh4/ftrc.s
test/sh4/inc.s
test/sh4/testsh4.c


.