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

15 years agoFix 1k-entry allocation
nkeynes [Thu, 22 Jan 2009 02:58:13 +0000]  tree
Fix 1k-entry allocation
Break asid remap into two passes for simplicity
src/sh4/cache.c
src/sh4/mmu.c
src/sh4/sh4.c
src/sh4/sh4core.h


15 years agoFix Post-increment mov instructions - per the manual, increment doesn't happen if the
nkeynes [Thu, 22 Jan 2009 00:50:09 +0000]  tree
Fix Post-increment mov instructions - per the manual, increment doesn't happen if the
source and target registers are the same.
src/sh4/sh4core.in


15 years agoMake local functions static (to shut up icc warnings, plus not being a bad idea in general)
nkeynes [Thu, 22 Jan 2009 00:45:15 +0000]  tree
Make local functions static (to shut up icc warnings, plus not being a bad idea in general)
src/tools/actparse.c
src/tools/gendec.c
src/tools/gendec.h


15 years agoFix various compile-time warnings
nkeynes [Thu, 15 Jan 2009 11:23:20 +0000]  tree
Fix various compile-time warnings
src/aica/armmem.c
src/gettext.h
src/hook.h
src/main.c
src/mem.c
src/sh4/cache.c
src/sh4/ia32abi.h
src/sh4/mmu.c
src/sh4/sh4.c
src/sh4/sh4core.h
...

15 years agoFix broken link line ($LINK rather than just $CCLD)
nkeynes [Thu, 15 Jan 2009 11:18:10 +0000]  tree
Fix broken link line ($LINK rather than just $CCLD)
src/Makefile.am
src/Makefile.in


15 years agoMake --enable-strict-warn work again
nkeynes [Thu, 15 Jan 2009 11:16:48 +0000]  tree
Make --enable-strict-warn work again
configure
configure.in


15 years agoAdd missed paths_osx.m from previous commit
nkeynes [Thu, 15 Jan 2009 07:21:34 +0000]  tree
Add missed paths_osx.m from previous commit
src/cocoaui/paths_osx.m


15 years agoAdd support for the Intel ICC compiler (C only, icc doesn't support Obj-C)
nkeynes [Thu, 15 Jan 2009 04:15:11 +0000]  tree
Add support for the Intel ICC compiler (C only, icc doesn't support Obj-C)
- Rename Obj-C source to .m
- Separate paths.c into paths_unix.c and paths_osx.m
- Add configuration detection of ICC, along with specific opt flags
Makefile.in
acinclude.m4
configure
configure.in
src/Makefile.am
src/Makefile.in
src/cocoaui/cocoa_ctrl.c
src/cocoaui/cocoa_ctrl.m
src/cocoaui/cocoa_gd.c
src/cocoaui/cocoa_gd.m
...

15 years agoFix missing prototype for mmu_vma_to_phys_disasm
nkeynes [Thu, 15 Jan 2009 03:54:21 +0000]  tree
Fix missing prototype for mmu_vma_to_phys_disasm
Fix missing return value in mmu_ext_page_remapped
src/sh4/mmu.c
src/sh4/mmu.h
src/sh4/sh4dasm.in
src/test/testsh4x86.c


15 years agoFix missing #include of xltcache.h (required for xlat_invalidate_* prototypes)
nkeynes [Thu, 15 Jan 2009 01:24:25 +0000]  tree
Fix missing #include of xltcache.h (required for xlat_invalidate_* prototypes)
src/sdram.c


.