]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/log
francis/winuae.git
10 years agoUse natmem_reserved and natmem_reserved_size for clarity in mman.cpp
Frode Solheim [Wed, 23 Sep 2015 21:31:24 +0000 (23:31 +0200)]
Use natmem_reserved and natmem_reserved_size for clarity in mman.cpp

10 years agoDo not use barrier beyond the end of reserved memory
Frode Solheim [Wed, 23 Sep 2015 21:20:08 +0000 (23:20 +0200)]
Do not use barrier beyond the end of reserved memory

10 years agoTrivial compilation warning fixes (logging, const, static)
Frode Solheim [Wed, 23 Sep 2015 20:38:39 +0000 (22:38 +0200)]
Trivial compilation warning fixes (logging, const, static)

10 years agoMerge pull request #87 from FrodeSolheim/jit12
Toni Wilen [Wed, 23 Sep 2015 18:42:22 +0000 (21:42 +0300)]
Merge pull request #87 from FrodeSolheim/jit12

JIT: Fixes for eph-fels demo, proper fix for raw_fmovi_mrb

10 years agoJIT: Fix raw_facos_rr for x86-64
Frode Solheim [Wed, 23 Sep 2015 18:13:49 +0000 (20:13 +0200)]
JIT: Fix raw_facos_rr for x86-64

10 years agoJIT: Implement raw_fistpl, fix raw_fmovi_mrb for x86-64
Frode Solheim [Wed, 23 Sep 2015 18:04:16 +0000 (20:04 +0200)]
JIT: Implement raw_fistpl, fix raw_fmovi_mrb for x86-64

10 years agoJIT: Naive support for 0x40 prefix, split instr decoder into separate func
Frode Solheim [Wed, 23 Sep 2015 18:02:57 +0000 (20:02 +0200)]
JIT: Naive support for 0x40 prefix, split instr decoder into separate func

10 years agoMerge pull request #86 from FrodeSolheim/jit11
Toni Wilen [Tue, 22 Sep 2015 18:49:13 +0000 (21:49 +0300)]
Merge pull request #86 from FrodeSolheim/jit11

JIT: Fixes for 64-bit FPU JIT

10 years agoJIT: Do not use uae_p32 for an intentional case of 32-bit wraparound
Frode Solheim [Tue, 22 Sep 2015 18:37:09 +0000 (20:37 +0200)]
JIT: Do not use uae_p32 for an intentional case of 32-bit wraparound

10 years agoJIT: Fix fldcw_m_indexed for x86-64
Frode Solheim [Tue, 22 Sep 2015 18:36:40 +0000 (20:36 +0200)]
JIT: Fix fldcw_m_indexed for x86-64

10 years agoJIT: Use x86_fadd_m (for compatibility with x86-64)
Frode Solheim [Tue, 22 Sep 2015 18:35:59 +0000 (20:35 +0200)]
JIT: Use x86_fadd_m (for compatibility with x86-64)

10 years agoJIT: Use raw_fmovi_mr instead of raw_fmovi_mrb on 64-bit (for now)
Frode Solheim [Tue, 22 Sep 2015 18:35:22 +0000 (20:35 +0200)]
JIT: Use raw_fmovi_mr instead of raw_fmovi_mrb on 64-bit (for now)

10 years ago3200b13
Toni Wilen [Mon, 21 Sep 2015 16:52:59 +0000 (19:52 +0300)]
3200b13

10 years agoPC 3.5" HD 21 sectors/track format.
Toni Wilen [Mon, 21 Sep 2015 16:48:37 +0000 (19:48 +0300)]
PC 3.5" HD 21 sectors/track format.

10 years agoMerge branch 'master' of github.com:tonioni/WinUAE
Toni Wilen [Sun, 20 Sep 2015 10:33:36 +0000 (13:33 +0300)]
Merge branch 'master' of github.com:tonioni/WinUAE

10 years agoAdd obsolete JIT parameters to obsolete config entries list.
Toni Wilen [Sun, 20 Sep 2015 10:33:27 +0000 (13:33 +0300)]
Add obsolete JIT parameters to obsolete config entries list.

10 years agoMerge pull request #85 from FrodeSolheim/jit10
Toni Wilen [Sun, 20 Sep 2015 09:34:24 +0000 (12:34 +0300)]
Merge pull request #85 from FrodeSolheim/jit10

JIT: Set compfpu default to 0 for 64-bit CPU, change a double to float, allow popall creation to fail if cachesize is 0

10 years agoJIT: Set compfpu default to 0 for 64-bit CPU, change a double to float
Frode Solheim [Sun, 20 Sep 2015 09:24:55 +0000 (11:24 +0200)]
JIT: Set compfpu default to 0 for 64-bit CPU, change a double to float

10 years agoJIT: allow popall creation to fail if cachesize is 0
Frode Solheim [Sun, 20 Sep 2015 09:24:22 +0000 (11:24 +0200)]
JIT: allow popall creation to fail if cachesize is 0

10 years agoAdded missing cpu_to_32wu() implementation. Fixes VGA text mode in 16-bit depth.
Toni Wilen [Sat, 19 Sep 2015 15:31:27 +0000 (18:31 +0300)]
Added missing cpu_to_32wu() implementation. Fixes VGA text mode in 16-bit depth.

10 years agoMerge pull request #84 from FrodeSolheim/jit9
Toni Wilen [Sat, 19 Sep 2015 09:42:44 +0000 (12:42 +0300)]
Merge pull request #84 from FrodeSolheim/jit9

JIT: Don't call uae_vm_free in LazyBlockAllocator destructor

10 years agoJIT: Don't call uae_vm_free in LazyBlockAllocator destructor
Frode Solheim [Sat, 19 Sep 2015 09:37:17 +0000 (11:37 +0200)]
JIT: Don't call uae_vm_free in LazyBlockAllocator destructor

10 years agoMerge pull request #83 from FrodeSolheim/jit8
Toni Wilen [Sat, 19 Sep 2015 07:23:09 +0000 (10:23 +0300)]
Merge pull request #83 from FrodeSolheim/jit8

JIT: Re-enables inlining (follow const jumps), use compfpu option properly, cleanup

10 years agoJIT: Cleanup in compemu_support.cpp
Frode Solheim [Fri, 18 Sep 2015 23:31:01 +0000 (01:31 +0200)]
JIT: Cleanup in compemu_support.cpp

10 years agoJIT: Removed oldsegv option
Frode Solheim [Fri, 18 Sep 2015 23:02:45 +0000 (01:02 +0200)]
JIT: Removed oldsegv option

10 years agoJIT: Remove unused comp options
Frode Solheim [Fri, 18 Sep 2015 22:57:10 +0000 (00:57 +0200)]
JIT: Remove unused comp options

10 years agoJIT: updated cache_size usage, remove unused cache_alloc / cache_free
Frode Solheim [Fri, 18 Sep 2015 22:56:24 +0000 (00:56 +0200)]
JIT: updated cache_size usage, remove unused cache_alloc / cache_free

10 years agoJIT: updated cache_size usage, remove unused cache_alloc / cache_free
Frode Solheim [Fri, 18 Sep 2015 22:00:06 +0000 (00:00 +0200)]
JIT: updated cache_size usage, remove unused cache_alloc / cache_free

10 years agoJIT: Removed currprefs.optcount, use static optcount array instead
Frode Solheim [Fri, 18 Sep 2015 21:45:58 +0000 (23:45 +0200)]
JIT: Removed currprefs.optcount, use static optcount array instead

10 years agoJIT: USE_JIT_FPU always on, use currprefs.compfpu properly at runtime
Frode Solheim [Fri, 18 Sep 2015 21:36:41 +0000 (23:36 +0200)]
JIT: USE_JIT_FPU always on, use currprefs.compfpu properly at runtime

10 years agoMerge pull request #82 from FrodeSolheim/jit7
Toni Wilen [Fri, 18 Sep 2015 19:51:08 +0000 (22:51 +0300)]
Merge pull request #82 from FrodeSolheim/jit7

JIT: Floating point 64-bit updates

10 years agoJIT: Use USE_NEW_RTASM fp helper functions
Frode Solheim [Fri, 18 Sep 2015 19:24:37 +0000 (21:24 +0200)]
JIT: Use USE_NEW_RTASM fp helper functions

10 years agoJIT: Moved UAE-specific functions in codegen_x86.cpp to separate section
Frode Solheim [Fri, 18 Sep 2015 19:06:14 +0000 (21:06 +0200)]
JIT: Moved UAE-specific functions in codegen_x86.cpp to separate section

10 years agoMerge pull request #81 from FrodeSolheim/jit6
Toni Wilen [Fri, 18 Sep 2015 17:13:26 +0000 (20:13 +0300)]
Merge pull request #81 from FrodeSolheim/jit6

JIT: added lost "return 0" statement

10 years agoJIT: added lost "return 0" statement
Frode Solheim [Fri, 18 Sep 2015 16:49:53 +0000 (18:49 +0200)]
JIT: added lost "return 0" statement

10 years agoMerge pull request #80 from FrodeSolheim/jit5
Toni Wilen [Fri, 18 Sep 2015 16:33:43 +0000 (19:33 +0300)]
Merge pull request #80 from FrodeSolheim/jit5

JIT: Fix toggling JIT on/off on the fly + updates from current ARAnyM code

10 years agoJIT: Fix toggling JIT on/off on the fly
Frode Solheim [Fri, 18 Sep 2015 16:21:33 +0000 (18:21 +0200)]
JIT: Fix toggling JIT on/off on the fly

10 years agoJIT: Merged some more ARAnyM changes
Frode Solheim [Fri, 18 Sep 2015 16:20:39 +0000 (18:20 +0200)]
JIT: Merged some more ARAnyM changes

10 years agoJIT: Merged harmless changes from latest ARAnyM version + some cleanup
Frode Solheim [Fri, 18 Sep 2015 16:20:05 +0000 (18:20 +0200)]
JIT: Merged harmless changes from latest ARAnyM version + some cleanup

10 years agoJIT: use COMP_OPCODE_* constants, (partially) support runtime fpu option
Frode Solheim [Fri, 18 Sep 2015 16:19:14 +0000 (18:19 +0200)]
JIT: use COMP_OPCODE_* constants, (partially) support runtime fpu option

10 years agoJIT: Updated cpuid, flush_cpu_icache
Frode Solheim [Fri, 18 Sep 2015 16:18:01 +0000 (18:18 +0200)]
JIT: Updated cpuid, flush_cpu_icache

10 years agoJIT: Some harmless code merges from ARAnyM
Frode Solheim [Fri, 18 Sep 2015 16:17:20 +0000 (18:17 +0200)]
JIT: Some harmless code merges from ARAnyM

10 years agoSupport alternate naming of key scan code events.
Toni Wilen [Fri, 18 Sep 2015 16:00:29 +0000 (19:00 +0300)]
Support alternate naming of key scan code events.

10 years agoDo not abort uaehf.device RDB parsing if driveinit or badblock is set.
Toni Wilen [Fri, 18 Sep 2015 15:59:45 +0000 (18:59 +0300)]
Do not abort uaehf.device RDB parsing if driveinit or badblock is set.

10 years agoInitialize memory.lfb.start_page, we don't want LFB mapped at 16M.
Toni Wilen [Fri, 18 Sep 2015 14:05:14 +0000 (17:05 +0300)]
Initialize memory.lfb.start_page, we don't want LFB mapped at 16M.

10 years agoMerge pull request #79 from FrodeSolheim/jit4
Toni Wilen [Thu, 17 Sep 2015 20:14:52 +0000 (23:14 +0300)]
Merge pull request #79 from FrodeSolheim/jit4

Fixes for 64-bit JIT when using memory above 0x80000000

10 years agoJIT: Re-enable direct memory access for _WIN64
Frode Solheim [Thu, 17 Sep 2015 20:02:56 +0000 (22:02 +0200)]
JIT: Re-enable direct memory access for _WIN64

10 years agoJIT: Prepend ADDR32 to several instructions for x86-64
Frode Solheim [Thu, 17 Sep 2015 19:59:39 +0000 (21:59 +0200)]
JIT: Prepend ADDR32 to several instructions for x86-64

10 years agoMerge pull request #78 from FrodeSolheim/jit3
Toni Wilen [Thu, 17 Sep 2015 17:32:43 +0000 (20:32 +0300)]
Merge pull request #78 from FrodeSolheim/jit3

Updated JIT compiler with preliminary support for x86-64

10 years agoJIT: Use UAE VM module for memory reservation
Frode Solheim [Thu, 17 Sep 2015 17:15:19 +0000 (19:15 +0200)]
JIT: Use UAE VM module for memory reservation

10 years agoJIT: always use __fastcall on Windows, also for FS-UAE
Frode Solheim [Thu, 17 Sep 2015 17:14:18 +0000 (19:14 +0200)]
JIT: always use __fastcall on Windows, also for FS-UAE

10 years agoJIT: 64-bit direct memory handler for OS X
Frode Solheim [Thu, 17 Sep 2015 17:12:20 +0000 (19:12 +0200)]
JIT: 64-bit direct memory handler for OS X

10 years agoJIT: For now, always distrust (=indirect memory) on 64-bit Windows
Frode Solheim [Wed, 16 Sep 2015 19:15:11 +0000 (21:15 +0200)]
JIT: For now, always distrust (=indirect memory) on 64-bit Windows

10 years agoJIT: Use BASE:0x40000000 for WinUAE 64-bit
Frode Solheim [Wed, 16 Sep 2015 19:03:38 +0000 (21:03 +0200)]
JIT: Use BASE:0x40000000 for WinUAE 64-bit

10 years agoJIT: Invalid access handling for OS X / 32-bit
Frode Solheim [Wed, 16 Sep 2015 18:48:50 +0000 (20:48 +0200)]
JIT: Invalid access handling for OS X / 32-bit

10 years agoJIT: Windows / 64-bit fixes
Frode Solheim [Wed, 16 Sep 2015 18:46:06 +0000 (20:46 +0200)]
JIT: Windows / 64-bit fixes

10 years agoJIT: use cft_map as no-op in JIT code
Frode Solheim [Wed, 16 Sep 2015 18:42:14 +0000 (20:42 +0200)]
JIT: use cft_map as no-op in JIT code

10 years agoJIT: Mark some ARAnyM code changes as merged
Frode Solheim [Sat, 12 Sep 2015 18:49:08 +0000 (20:49 +0200)]
JIT: Mark some ARAnyM code changes as merged

10 years agoJIT: moved veccode initialization, other minor changes
Frode Solheim [Sat, 12 Sep 2015 17:35:31 +0000 (19:35 +0200)]
JIT: moved veccode initialization, other minor changes

10 years agoJIT: revert some changes in duplicate_carry / restore_carry
Frode Solheim [Thu, 10 Sep 2015 19:42:00 +0000 (21:42 +0200)]
JIT: revert some changes in duplicate_carry / restore_carry

10 years agoJIT: Fix and enable exception handler for x86-64 + cleaned up code a bit
Frode Solheim [Thu, 10 Sep 2015 19:25:00 +0000 (21:25 +0200)]
JIT: Fix and enable exception handler for x86-64 + cleaned up code a bit

10 years agoJIT: refactored REGPARAM defines, removed some old cruft
Frode Solheim [Wed, 9 Sep 2015 19:18:52 +0000 (21:18 +0200)]
JIT: refactored REGPARAM defines, removed some old cruft

10 years agoJIT: Temporarily disable some instructions for x86 and x86-64
Frode Solheim [Wed, 9 Sep 2015 18:34:24 +0000 (20:34 +0200)]
JIT: Temporarily disable some instructions for x86 and x86-64

10 years agoJIT: new uae virtual memory module
Frode Solheim [Tue, 8 Sep 2015 19:53:06 +0000 (21:53 +0200)]
JIT: new uae virtual memory module

10 years agoJIT: fixes to allow testing USE_NEW_RTASM 0 (for 32-bit)
Frode Solheim [Tue, 8 Sep 2015 19:51:04 +0000 (21:51 +0200)]
JIT: fixes to allow testing USE_NEW_RTASM 0 (for 32-bit)

10 years agoJIT: enable logging for WIN32
Frode Solheim [Tue, 8 Sep 2015 19:46:37 +0000 (21:46 +0200)]
JIT: enable logging for WIN32

10 years agoJIT: pissoff/countdown must be 32-bit integer
Frode Solheim [Mon, 7 Sep 2015 19:26:51 +0000 (21:26 +0200)]
JIT: pissoff/countdown must be 32-bit integer

10 years agoJIT: use correct offset (for 64-bit) for read/writemem_special
Frode Solheim [Mon, 7 Sep 2015 19:26:08 +0000 (21:26 +0200)]
JIT: use correct offset (for 64-bit) for read/writemem_special

10 years agoJIT: removed needless (signed)
Frode Solheim [Mon, 7 Sep 2015 19:24:57 +0000 (21:24 +0200)]
JIT: removed needless (signed)

10 years agoJIT: mov_l_rm_indexed changes (correct?) + flush_regs
Frode Solheim [Mon, 7 Sep 2015 19:24:15 +0000 (21:24 +0200)]
JIT: mov_l_rm_indexed changes (correct?) + flush_regs

10 years agoJIT: added declaration, removed an unused function
Frode Solheim [Mon, 7 Sep 2015 19:23:39 +0000 (21:23 +0200)]
JIT: added declaration, removed an unused function

10 years agoJIT: more compemu_midfunc_x86 merging
Frode Solheim [Mon, 7 Sep 2015 19:22:55 +0000 (21:22 +0200)]
JIT: more compemu_midfunc_x86 merging

10 years agoJIT: harmless changes in compemu_midfunc_x86
Frode Solheim [Mon, 7 Sep 2015 19:22:16 +0000 (21:22 +0200)]
JIT: harmless changes in compemu_midfunc_x86

10 years agoJIT: harmless restructuring of get_n_addr
Frode Solheim [Mon, 7 Sep 2015 19:21:32 +0000 (21:21 +0200)]
JIT: harmless restructuring of get_n_addr

10 years agoJIT: RETURN define in gencomp.cpp
Frode Solheim [Mon, 7 Sep 2015 19:20:33 +0000 (21:20 +0200)]
JIT: RETURN define in gencomp.cpp

10 years agoJIT signed changes, added a declaration
Frode Solheim [Mon, 7 Sep 2015 19:19:20 +0000 (21:19 +0200)]
JIT signed changes, added a declaration

10 years agoJIT: USE_INLINING and related changes
Frode Solheim [Mon, 7 Sep 2015 19:18:32 +0000 (21:18 +0200)]
JIT: USE_INLINING and related changes

10 years agoJIT: compiler update in compemu_support.cpp
Frode Solheim [Mon, 7 Sep 2015 19:17:58 +0000 (21:17 +0200)]
JIT: compiler update in compemu_support.cpp

10 years agoJIT: misc jit changes in compemu_support.cpp
Frode Solheim [Mon, 7 Sep 2015 19:17:25 +0000 (21:17 +0200)]
JIT: misc jit changes in compemu_support.cpp

10 years agoJIT: merge more currently unused flags code in codegen_x86.cpp
Frode Solheim [Mon, 7 Sep 2015 19:16:31 +0000 (21:16 +0200)]
JIT: merge more currently unused flags code in codegen_x86.cpp

10 years agoJIT: merged unused (!USE_NEW_RTASM) code in codegen_x86.cpp
Frode Solheim [Mon, 7 Sep 2015 19:15:46 +0000 (21:15 +0200)]
JIT: merged unused (!USE_NEW_RTASM) code in codegen_x86.cpp

10 years agoJIT: merged more code in codegen_x86.cpp
Frode Solheim [Mon, 7 Sep 2015 19:14:54 +0000 (21:14 +0200)]
JIT: merged more code in codegen_x86.cpp

10 years agoJIT: merged flags code and gencomp code
Frode Solheim [Mon, 7 Sep 2015 19:13:07 +0000 (21:13 +0200)]
JIT: merged flags code and gencomp code

10 years agoJIT: merge more aranym changes in codegen_x86.cpp
Frode Solheim [Mon, 7 Sep 2015 19:11:22 +0000 (21:11 +0200)]
JIT: merge more aranym changes in codegen_x86.cpp

10 years agoJIT: tune_nop_fillers
Frode Solheim [Mon, 7 Sep 2015 19:10:53 +0000 (21:10 +0200)]
JIT: tune_nop_fillers

10 years agoJIT: uae_p32 (2)
Frode Solheim [Mon, 7 Sep 2015 19:10:06 +0000 (21:10 +0200)]
JIT: uae_p32 (2)

10 years agoJIT: silence a few int to pointer warnings (gencomp.cpp)
Frode Solheim [Mon, 7 Sep 2015 19:08:51 +0000 (21:08 +0200)]
JIT: silence a few int to pointer warnings (gencomp.cpp)

10 years agoJIT: create_popalls - dec/inc sp
Frode Solheim [Mon, 7 Sep 2015 19:06:39 +0000 (21:06 +0200)]
JIT: create_popalls - dec/inc sp

10 years agoJIT: enabled udis86 logging (FS-UAE only)
Frode Solheim [Mon, 7 Sep 2015 19:05:01 +0000 (21:05 +0200)]
JIT: enabled udis86 logging (FS-UAE only)

10 years agoJIT: more 64-bit updates
Frode Solheim [Sun, 6 Sep 2015 21:54:41 +0000 (23:54 +0200)]
JIT: more 64-bit updates

10 years agoJIT: define USE_NEW_RTASM, 64-bit compilation fixes
Frode Solheim [Sun, 6 Sep 2015 21:53:49 +0000 (23:53 +0200)]
JIT: define USE_NEW_RTASM, 64-bit compilation fixes

10 years agoJIT: use uae_ptr32 in src/jit/compemu_fpp.cpp
Frode Solheim [Sun, 6 Sep 2015 21:52:35 +0000 (23:52 +0200)]
JIT: use uae_ptr32 in src/jit/compemu_fpp.cpp

10 years agoJIT: uae_ptr32
Frode Solheim [Sun, 6 Sep 2015 21:51:50 +0000 (23:51 +0200)]
JIT: uae_ptr32

10 years agoJIT: merged CPU detection code from ARAnyM
Frode Solheim [Sun, 6 Sep 2015 21:51:03 +0000 (23:51 +0200)]
JIT: merged CPU detection code from ARAnyM

10 years agoJIT: can now successfully use USE_NEW_RTASM on x86 (32-bit)
Frode Solheim [Sun, 6 Sep 2015 21:45:12 +0000 (23:45 +0200)]
JIT: can now successfully use USE_NEW_RTASM on x86 (32-bit)

10 years agoJIT: Added factor argument to mov_*_indexed functions
Frode Solheim [Sun, 6 Sep 2015 21:42:14 +0000 (23:42 +0200)]
JIT: Added factor argument to mov_*_indexed functions

10 years agoSCSI reply buffer was not cleared before INQUIRY was executed.
Toni Wilen [Thu, 17 Sep 2015 16:14:51 +0000 (19:14 +0300)]
SCSI reply buffer was not cleared before INQUIRY was executed.

10 years ago3200b12
Toni Wilen [Tue, 15 Sep 2015 16:07:02 +0000 (19:07 +0300)]
3200b12

10 years agoSupport Multi Evolution driver weird behavior.
Toni Wilen [Tue, 15 Sep 2015 15:19:26 +0000 (18:19 +0300)]
Support Multi Evolution driver weird behavior.

10 years agoAdded error recovery page to SCSI HD Mode Sense emulation. (Used by Multi Evolution)
Toni Wilen [Tue, 15 Sep 2015 15:18:29 +0000 (18:18 +0300)]
Added error recovery page to SCSI HD Mode Sense emulation. (Used by Multi Evolution)