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

12 years agoSetup configure to detect/manage CC_FOR_BUILD
nkeynes [Wed, 21 Dec 2011 17:13:08 +1000]  tree
Setup configure to detect/manage CC_FOR_BUILD
Makefile.in
acinclude.m4
configure
configure.in
src/Makefile.in


12 years agoAdd checks for -msse3 and -mfpmath=sse before adding them (in case the
nkeynes [Wed, 21 Dec 2011 12:15:06 +1000]  tree
Add checks for -msse3 and -mfpmath=sse before adding them (in case the
compiler doesn't actually support them)
Tweak configure for forward compatibility with more recent autoconfs
Update config.guess + config.sub to more recent versions
acinclude.m4
config.guess
config.sub
configure
configure.in


12 years agoAdd volatile qualifier to return-address frobbing - works around optimizer
Nathan Keynes <nkeynes@lxdream.org> [Fri, 16 Dec 2011 10:08:45 +1000]  tree
Add volatile qualifier to return-address frobbing - works around optimizer
bug in GCC versions after 4.2
acinclude.m4
configure
src/sh4/mmu.c
src/sh4/sh4x86.in
src/sh4/shadow.c


12 years agoImprove handling of NAN in fcmp/eq and ftrc
Nathan Keynes <nkeynes@lxdream.org> [Wed, 14 Dec 2011 23:23:32 +1000]  tree
Improve handling of NAN in fcmp/eq and ftrc
src/sh4/sh4x86.in


12 years agoUpdate maximum epilogue size
Nathan Keynes <nkeynes@lxdream.org> [Wed, 14 Dec 2011 21:51:55 +1000]  tree
Update maximum epilogue size
src/sh4/sh4trans.h
src/sh4/sh4x86.in


12 years agoHandle branch delay-slot instruction that falls on the next page correctly.
nkeynes [Mon, 12 Dec 2011 21:15:44 +1000]  tree
Handle branch delay-slot instruction that falls on the next page correctly.
- Generate the right end PC in the first place (sh4trans.c)
- Allow blocks to be marked as both entry point + continuation, and
specifically handle invalidation when first entry of a page is a continuation ==
flush previous page as well.
src/sh4/sh4trans.c
src/test/testxlt.c
src/xlat/xltcache.c
src/xlat/xltcache.h


12 years agoHandle memory exceptions thrown while in shadow mode
nkeynes [Mon, 12 Dec 2011 21:13:36 +1000]  tree
Handle memory exceptions thrown while in shadow mode
src/sh4/sh4.c
src/sh4/sh4core.h
src/sh4/sh4x86.in
src/sh4/shadow.c


12 years agoFix MAC.W operand ordering - reads from Rn first, then Rm (per the manual)
nkeynes [Mon, 12 Dec 2011 21:10:04 +1000]  tree
Fix MAC.W operand ordering - reads from Rn first, then Rm (per the manual)
src/sh4/sh4core.in
src/sh4/sh4x86.in


12 years agoFSRRA uses higher precision for intermediate results - change sqrtf to sqrt.
nkeynes [Mon, 12 Dec 2011 09:54:27 +1000]  tree
FSRRA uses higher precision for intermediate results - change sqrtf to sqrt.
src/sh4/sh4core.in
test/Makefile.in
test/sh4/fsrra.s
test/sh4/testsh4.c


12 years agoSH4 shadow-mode tweaks
nkeynes [Fri, 02 Dec 2011 18:18:04 +1000]  tree
SH4 shadow-mode tweaks
- Fix exceptions generated by the translator to account for the excepting
instruction(s) in the cycle counts.
- Compare floating point regs bitwise rather than with FP comparisons
(otherwise can fail due to nan != nan)
- Dump the translated block when we abort with an inconsistency
src/sh4/sh4x86.in
src/sh4/shadow.c
src/xlat/x86/x86op.h


.