| 2015-09-18 |
Toni Wilen | Initialize memory.lfb.start_page, we don't want LFB... |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Toni Wilen | Merge pull request #79 from FrodeSolheim/jit4 |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: Re-enable direct memory access for _WIN64 |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: Prepend ADDR32 to several instructions for x86-64 |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Toni Wilen | Merge pull request #78 from FrodeSolheim/jit3 |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: Use UAE VM module for memory reservation |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: always use __fastcall on Windows, also for FS-UAE |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: 64-bit direct memory handler for OS X |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: For now, always distrust (=indirect memory) on... |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: Use BASE:0x40000000 for WinUAE 64-bit |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: Invalid access handling for OS X / 32-bit |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: Windows / 64-bit fixes |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: use cft_map as no-op in JIT code |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: Mark some ARAnyM code changes as merged |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: moved veccode initialization, other minor changes |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: revert some changes in duplicate_carry / restore_carry |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: Fix and enable exception handler for x86-64 +... |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: refactored REGPARAM defines, removed some old... |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: Temporarily disable some instructions for x86... |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: new uae virtual memory module |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: fixes to allow testing USE_NEW_RTASM 0 (for 32... |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: enable logging for WIN32 |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: pissoff/countdown must be 32-bit integer |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: use correct offset (for 64-bit) for read/writemem_... |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: removed needless (signed) |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: mov_l_rm_indexed changes (correct?) + flush_regs |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: added declaration, removed an unused function |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: more compemu_midfunc_x86 merging |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: harmless changes in compemu_midfunc_x86 |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: harmless restructuring of get_n_addr |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: RETURN define in gencomp.cpp |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT signed changes, added a declaration |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: USE_INLINING and related changes |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: compiler update in compemu_support.cpp |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: misc jit changes in compemu_support.cpp |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: merge more currently unused flags code in codegen_... |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: merged unused (!USE_NEW_RTASM) code in codegen_x86.cpp |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: merged more code in codegen_x86.cpp |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: merged flags code and gencomp code |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: merge more aranym changes in codegen_x86.cpp |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: tune_nop_fillers |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: uae_p32 (2) |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: silence a few int to pointer warnings (gencomp... |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: create_popalls - dec/inc sp |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: enabled udis86 logging (FS-UAE only) |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: more 64-bit updates |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: define USE_NEW_RTASM, 64-bit compilation fixes |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: use uae_ptr32 in src/jit/compemu_fpp.cpp |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: uae_ptr32 |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: merged CPU detection code from ARAnyM |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: can now successfully use USE_NEW_RTASM on x86... |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Frode Solheim | JIT: Added factor argument to mov_*_indexed functions |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Toni Wilen | SCSI reply buffer was not cleared before INQUIRY was... |
commit | commitdiff | tree | snapshot |
| 2015-09-15 |
Toni Wilen | 3200b12 |
commit | commitdiff | tree | snapshot |
| 2015-09-15 |
Toni Wilen | Support Multi Evolution driver weird behavior. |
commit | commitdiff | tree | snapshot |
| 2015-09-15 |
Toni Wilen | Added error recovery page to SCSI HD Mode Sense emulati... |
commit | commitdiff | tree | snapshot |
| 2015-09-10 |
Toni Wilen | Support true (1) and false (0). |
commit | commitdiff | tree | snapshot |
| 2015-09-10 |
Toni Wilen | x86 bridgeboard updates. |
commit | commitdiff | tree | snapshot |
| 2015-09-10 |
Toni Wilen | Multi Evolution 500/2000 SCSI controller. |
commit | commitdiff | tree | snapshot |
| 2015-09-10 |
Toni Wilen | VGA (non-SVGA linear framebuffer) mode refresh update. |
commit | commitdiff | tree | snapshot |
| 2015-09-07 |
Toni Wilen | Merge pull request #77 from FrodeSolheim/jit |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: harmless merging in codegen_x86.cpp |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: remove USE_ALIAS define |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: reorganized compemu.h (and removed unused stuff) |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: do not enable exception handler for x86-64 yet |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: add CPU_* defines |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: moved midfunc declarations to compemu_midfunc_x86.h |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: Fixed logging |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: added a few comments and added some disabled code... |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: removed unused cmov_b_rr, cmov_w_rr |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: a few sanity checks in codegen_x86.cpp + trivial... |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: harmless changes in codegen_x86.cpp |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: raw_jmp_m_indexed changed, but identical behavior |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: use reset_compop |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: use emit_jmp_target |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: more harmless updates in compemu_support.cpp |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: restructured check_checksum, added (unused) called... |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: new distrust_* functions |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: added unused flush_icache_range |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: define big_to_small_state only #if USE_MATCH,... |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: merge a bit more code, added compemu_midfunc_x86.h |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: use scratch_t |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: minor changes in compemu_support.cpp |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: use align_target(align_jumps) |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: more likely harmless changes in compemu_support.cpp |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: probably harmless changes in create_popalls |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: match_states (harmless changes) |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: added more aranym code to compemu_support.cpp... |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: harmless updates in compemu_support.cpp |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: remove offset parameter from readmem_real, writeme... |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: harmless logging changes in compemu_support.cpp |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: use write_jmp_target in compemu_support.cpp |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: DO_GET_OPCODE |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: #ifdef return values in gencomp.cpp |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: removed USE_MATCHSTATE code |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: gen_bswap_16 -> mid_bswap_16, gen_bswap_32 ->... |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: whitespace output changes in gencomp.cpp |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: more harmless changes in gencomp.cpp and x86 flag... |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: harmless changes in gencomp.cpp, use x86 flag... |
commit | commitdiff | tree | snapshot |
| 2015-09-06 |
Frode Solheim | JIT: added flags_x86.h, removed old flags_x86.h |
commit | commitdiff | tree | snapshot |
| next |