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

12 years agoAdd include sys/socket.h to provide type definitions (needed on some
nkeynes [Mon, 30 Jan 2012 17:47:29 +1000]  tree
Add include sys/socket.h to provide type definitions (needed on some
platforms)
src/ioutil.h


12 years agoFix SL function signatures
nkeynes [Thu, 26 Jan 2012 20:16:51 +1000]  tree
Fix SL function signatures
src/pvr2/gl_sl.c


12 years agoMove the exception exit macros up to sh4core.h
nkeynes [Fri, 23 Dec 2011 08:20:17 +1000]  tree
Move the exception exit macros up to sh4core.h
src/sh4/mmu.c
src/sh4/sh4core.h
src/sh4/shadow.c


12 years agoOnly build shadow "core" if translation is enabled.
nkeynes [Thu, 22 Dec 2011 18:10:36 +1000]  tree
Only build shadow "core" if translation is enabled.
Guard call to sh4_translate_set_profile_blocks
Fix shadow compile when building without frame-address support (although
it's not going to actually work yet)
src/Makefile.am
src/Makefile.in
src/main.c
src/sh4/shadow.c


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


.