SarahW
|
14df80109b
|
Added recompiler block tree to x86-64 recompiler. Fixed return value in codeblock_tree_find() that could cause GCC to generate bad code.
|
2016-04-08 20:49:03 +01:00 |
|
TomW
|
4011a246ff
|
Added code generation for MMX instructions
|
2016-02-24 20:55:48 +00:00 |
|
TomW
|
38fb86cb95
|
stack32 is now always 0 or 1, to prevent failed comparisons in 386_dynarec.c.
Only clear an entry in codeblock_hash if it's pointing to the block actually being deleted.
Speeds up menus in Railroad Tycoon II significantly.
|
2016-01-23 14:36:59 +00:00 |
|
TomW
|
f339f00315
|
Interpreter and dynamic recompiler now present in a single binary.
|
2015-08-21 20:55:36 +01:00 |
|
TomW
|
5f391a1992
|
Reduced number of unnecessary register loads in x86-64 recompiler.
|
2015-08-05 20:31:20 +01:00 |
|
TomW
|
0bf08d9e74
|
x86-64 recompiler now at parity with x86-32
|
2015-08-04 18:36:27 +01:00 |
|
TomW
|
04a0859f79
|
Effective address calculations now implemented by recompiled code in x86-64 recompiler.
|
2015-07-19 16:59:58 +01:00 |
|
TomW
|
634c235dc2
|
Fix Linux build. Enable 64-bit recompiler in Linux.
|
2015-07-18 16:03:39 +01:00 |
|
TomW
|
08254b8dfb
|
Initial 64-bit recompiler.
Various 64-bit fixes.
Various fixes to allow building under MinGW-w64.
|
2015-07-18 12:11:54 +01:00 |
|