twinaphex
|
9257c0c5c8
|
Buildfix
|
2020-07-14 00:21:33 +02:00 |
|
twinaphex
|
182b8d01f9
|
Make sure function prototype signatures match, and put typedefs into
separate header file
|
2020-07-13 09:51:09 +02:00 |
|
kub
|
b1ccc27109
|
sh2, fix for interpreter crash if drc is compiled in too
|
2020-07-09 08:40:35 +02:00 |
|
kub
|
6b67b6aa13
|
libretro, more fixes and cleanups for windows and osx
|
2020-07-08 20:46:46 +02:00 |
|
kub
|
dd67441606
|
sh2 drc, optimisation for SH2 16x16 multiplication
|
2020-06-23 23:43:53 +02:00 |
|
kub
|
8bb489470a
|
sh2 drc, add powerpc64le backend
|
2020-06-19 00:14:28 +02:00 |
|
kub
|
904fb98e6c
|
sh2: optimisations in drc
|
2020-05-06 23:06:31 +02:00 |
|
kub
|
4321a689a5
|
sh2: bugfix in drc
|
2020-04-27 09:33:23 +02:00 |
|
kub
|
2eb213314a
|
sh2, optimizations to innermost run loop
|
2020-04-22 21:49:02 +02:00 |
|
kub
|
74cc7aebf6
|
sh2 timer optimization
|
2020-04-13 22:20:13 +02:00 |
|
kub
|
b9bc876c9c
|
bug fixes in drc, audio, display
|
2020-01-14 22:49:03 +01:00 |
|
kub
|
0e12269073
|
sh2 drc: optimize T bit handling for A64
|
2019-12-21 22:49:41 +01:00 |
|
kub
|
a5e51c16e6
|
sh2 drc: fix speed regression
|
2019-12-13 18:23:03 +01:00 |
|
kub
|
90b1c9db91
|
sh2 drc: cleanup, fix for drc crash, for mips code emitter
|
2019-12-11 20:39:27 +01:00 |
|
kub
|
57d863cb87
|
sh2 drc: bug fixing
|
2019-11-27 22:08:14 +01:00 |
|
kub
|
f2d19ddf2a
|
sh2 drc, small improvements and bug fixes for code emitters
|
2019-11-19 21:59:44 +01:00 |
|
kub
|
cf0dd6ae48
|
sh2 drc, improved memory management
|
2019-11-19 21:56:50 +01:00 |
|
kub
|
e7ee501075
|
sh2 drc: RISC-V (RV64IM) code emitter, some work on MIPS64
|
2019-11-13 21:56:11 +01:00 |
|
kub
|
aaea8e3ecd
|
sh2 drc: optimizations for MIPS code emitting
|
2019-11-09 10:30:57 +01:00 |
|
kub
|
9bd6706dca
|
sh2 drc: moved host register assignment to code emitters, minor bugfixing
|
2019-11-09 10:24:52 +01:00 |
|
kub
|
7e940f142e
|
32x, finetuning
|
2019-10-19 08:53:28 +02:00 |
|
kub
|
1fd8f98696
|
fix gp2x regression
|
2019-10-18 00:16:54 +02:00 |
|
kub
|
52055c13b2
|
sh2 drc: reorganised block mgmt code, plus some small scale optimisations
|
2019-10-17 21:54:37 +02:00 |
|
kub
|
b10a782a36
|
sh2 drc: bugfix in block management
|
2019-10-12 11:19:55 +02:00 |
|
kub
|
6b9ded20a0
|
sh2 drc: bugfix in block management
|
2019-10-12 11:10:28 +02:00 |
|
kub
|
7869213d35
|
sh2 drc: speed optimization and bugfixing
|
2019-10-11 00:51:19 +02:00 |
|
kub
|
c3ebe082d3
|
sh2 drc: fix i386 regression
|
2019-10-05 11:17:49 +02:00 |
|
kub
|
a0f5ba4067
|
sh2 drc: bug fixing and optimization in register cache and branch handling
|
2019-10-04 17:11:18 +02:00 |
|
kub
|
32818177bd
|
sh2 drc: drc exit, block linking and branch handling revised (overlooked commit)
|
2019-09-28 17:12:56 +02:00 |
|
kub
|
06bc3c0693
|
sh2 drc: drc exit, block linking and branch handling revised
|
2019-09-28 16:39:26 +02:00 |
|
kub
|
36614252d9
|
sh2 drc: improved RTS call stack cache
|
2019-09-19 22:14:28 +02:00 |
|
kub
|
58a444a295
|
sh2 drc: rework of register cache to implement basic loop optmization
|
2019-09-17 23:05:56 +02:00 |
|
kub
|
f53e166cf4
|
various smallish optimizations, cleanups, and bug fixes
|
2019-09-17 23:05:35 +02:00 |
|
kub
|
8284ab7107
|
various small fixes and optimsations
|
2019-08-16 15:14:41 +02:00 |
|
kub
|
b90e104fc9
|
sh2 drc: add aarch64 backend for A64
|
2019-07-30 16:34:40 +02:00 |
|
kub
|
d80a5fd2ab
|
sh2 drc: add mipsel backend for MIPS32 Release 1 (for JZ47xx)
|
2019-07-30 16:34:40 +02:00 |
|
kub
|
1747b6712d
|
SH2 drc: register cache overhaul (bugfixing, speed, readability)
|
2019-07-30 16:34:40 +02:00 |
|
kub
|
748b8187db
|
SH2 drc: bug fixing and small speed improvements
|
2019-07-30 16:34:40 +02:00 |
|
kub
|
ee46642395
|
sh2 drc, x86 code emitter: use x86-64 registers R8-R15
|
2019-07-30 16:34:40 +02:00 |
|
kub
|
346153e08e
|
32x DMA memory copy performance optimisation
|
2019-07-30 16:34:40 +02:00 |
|
kub
|
8141d75694
|
sh2 drc, change utils abi to pass sh2 PC in arg0 (reduces compiled code size)
|
2019-07-30 16:34:40 +02:00 |
|
kub
|
39615f6079
|
sh2 drc, keep T bit in host flags as long as possible
|
2019-07-30 16:34:40 +02:00 |
|
kub
|
9e36dd0e08
|
add xSR/RTS call stack cache to sh2 drc
|
2019-07-30 16:34:40 +02:00 |
|
kub
|
e43998086c
|
polling detection: communication poll fifo to avoid comm data loss
|
2019-07-30 16:34:40 +02:00 |
|
kub
|
adf39a13f9
|
sh2 drc, register cache optimisations
|
2019-07-30 16:34:40 +02:00 |
|
kub
|
49daa9e093
|
sh2 drc, block management bugfixes and cleanup
|
2019-07-30 16:34:40 +02:00 |
|
kub
|
397ccdc6cf
|
sh2 drc, add detection for in-memory polling
|
2019-07-30 16:34:40 +02:00 |
|
kub
|
213b7f42c1
|
sh2 drc, add loop detector, handle delay/idle loops
|
2019-07-30 16:34:40 +02:00 |
|
kub
|
e01deede1b
|
sh2 drc, code emitter cleanup, add ARM reorder stage to reduce interlock
|
2019-07-30 16:34:40 +02:00 |
|
kub
|
aa4c4cb951
|
sh2 drc, make B/W read functions signed (reduces generated code size)
|
2019-07-30 16:34:40 +02:00 |
|