32x, take over sh2 cycles setting in-game
[picodrive.git] / cpu / drc /
2024-07-02 kubadd/update copyright notices for substantially changed...
2024-06-27 kubsh2 drc, minor optimization for x86 backend
2024-06-20 kubsh2 drc, minor fix for x86 backend
2024-06-14 kubsh2 drc, several bug fixes
2024-06-02 kubsh2 drc, fix mul/add saturation
2024-06-02 kubsh2 drc, small fixes (cycle counting, invalidation)
2024-05-19 kubsh2 drc, fix conditional immediate for armv7
2024-03-18 kubdrc: only use 64kb aligned tcache_default if on arm...
2024-03-09 notazdrc: align tcache_default to 64k on arm
2023-05-01 kubsh2 drc, cleanup and minor fixes (risc-v, division...
2023-04-11 kubsvp drc, fix crash in jump patch
2023-03-07 kubsh2 drc, fix 64 bit multiplication in ppc and riscv...
2023-01-12 kubsh2 drc, minor improvement for PS3 ABI handling
2023-01-12 OsirizXApply some cleanups to the abicall macros
2023-01-12 OsirizXAdd dynarec support for PS3
2023-01-09 kubsh2 drc, wrap generated function ptrs if called from...
2022-11-21 kubsh2 drc, minor fix for arg passing in calls from genera...
2022-10-06 kubsh2 drc, fix bug in jump patching for arm64
2022-04-19 kubsh2 drc, improve cycle resolution for poll detection
2022-02-09 kubMerge remote-tracking branch 'upstream/master'
2022-01-26 kubsh2 drc, optimisation for mips,riscv
2022-01-19 kubsh2 drc, fixes for mips, ppc, i386 backends (mostly...
2022-01-17 kubsh2 drc, fix riscv backend
2022-01-05 kubdrc, tiny x86 optimisation
2021-05-06 kublibretro, build change for PS3 (disable drc)
2021-04-21 kubsh2 drc, fix powerpc cache handling
2021-04-17 kubsh2 drc, fix powerpc eabi compatibility
2021-04-02 kubsh2 drc, x86 fix, revert 6f64058 (carry usage in NEGC...
2021-03-21 kubsh2 drc, don't use x29 (frame pointer) in arm64 backend
2021-03-21 kubsh2 drc, adjust max ld/st offset in arm backend
2021-03-16 kubsh2 drc, x86 backend, optimize move #0 with xor
2021-03-16 kubsh2 drc, fix reading from constant memory address
2021-01-30 kubsh2 drc, powerpc fixes for OSX, 32 bit, cache handling
2020-12-29 kubfixes for gcc warnings wrt 64 bit platforms
2020-12-14 kub32x, tiny optimization for memory access
2020-10-31 kubsh2 drc, fix PIC function calling for MIPS backend
2020-10-27 kubsh2 drc, fixes for cache handling on arm and mips cpus
2020-10-21 kubMerge remote-tracking branch 'upstream/master'
2020-10-11 kubsh2 drc, MIPS cache maintenance optimisation
2020-10-10 kubsh2 drc, fix for cpu cache handling
2020-07-16 kublibretro, build fixes for android
2020-07-13 kubsh2 drc, optimize standard division insns (default...
2020-07-08 kubsh2 drc, fix for x86_64 backend
2020-07-08 kublibretro, more fixes and cleanups for windows and osx
2020-06-25 kubsh2 drc, fix for SH2 T handling in Mips/RiscV
2020-06-23 kubsh2 drc, backend 32/64 bit compatibility fixes for...
2020-06-18 kubsh2 drc, add powerpc64le backend
2020-06-16 kubsh2 drc, preparations for powerpc support
2020-05-15 kubsh2 drc: revised ARM A32 backend optimizer
2020-05-06 kubsh2: optimisations in drc
2020-02-08 kubsh2 drc: fix for crash in generated code on x86_64
2020-01-07 kubaudio: added SSG-EG to YM2612, plus some timing changes...
2019-12-21 kubsh2 drc: optimize T bit handling for A64
2019-12-13 kubsh2 drc: fix speed regression
2019-12-11 kubsh2 drc: cleanup, fix for drc crash, for mips code...
2019-12-03 kubremove textrels with -fPIC/-fPIE (for android/ios)
2019-12-02 kubsh2 drc, tentative MIPS32/64 Release 2 support
2019-11-27 kubsh2 drc: bug fixing
2019-11-20 kubsh2 drc: fixed some RISC-V bugs
2019-11-19 kubsh2 drc, small improvements and bug fixes for code...
2019-11-13 kubsh2 drc: RISC-V (RV64IM) code emitter, some work on...
2019-11-13 kubsh2 drc: RISC-V (RV64IM) code emitter, some work on...
2019-11-09 kubsh2 drc: optimizations for MIPS code emitting
2019-11-09 kubsh2 drc: moved host register assignment to code emitter...
2019-10-11 kubsh2 drc bugfix for aarch64/mips
2019-10-10 kubsh2 drc: speed optimization and bugfixing
2019-10-04 kubsh2 drc: bug fixing and optimization in register cache...
2019-09-28 kubsh2 drc: drc exit, block linking and branch handling...
2019-09-19 kubsh2 drc: improved RTS call stack cache
2019-09-17 kubvarious smallish optimizations, cleanups, and bug fixes
2019-08-31 kubcleanup and microoptimizations in SH2 hw handling
2019-08-21 kubconfiguration changes and README
2019-08-16 kubvarious small fixes and optimsations
2019-07-30 kubsh2 drc: add aarch64 backend for A64
2019-07-30 kubsh2 drc: add mipsel backend for MIPS32 Release 1 (for...
2019-07-30 kubSH2 drc: bug fixing and small speed improvements
2019-07-30 kubsh2 drc, x86 code emitter: use x86-64 registers R8-R15
2019-07-30 kubsh2 drc, change utils abi to pass sh2 PC in arg0 (reduc...
2019-07-30 kubsh2 drc, keep T bit in host flags as long as possible
2019-07-30 kubadd xSR/RTS call stack cache to sh2 drc
2019-07-30 kubsh2 drc, add detection for in-memory polling
2019-07-30 kubsh2 drc, add loop detector, handle delay/idle loops
2019-07-30 kubsh2 drc, code emitter cleanup, add ARM reorder stage...
2019-07-30 kubsh2 drc, make B/W read functions signed (reduces genera...
2019-07-30 kubadd literal pool to sh2 drc (for armv[456] without...
2019-07-30 kubvarious small improvements and fixes
2019-07-30 kubadded branch cache to sh2 drc to improve cross-tcache...
2019-07-30 kubsh2 memory interface optimzations
2019-07-30 kuboverhaul of the register cache (improves generated...
2019-07-30 kubdebug stuff, bug fixing
2019-07-30 kubsh2 drc: sh2 addr modes generalization, more const...
2019-07-30 kubDRC: reworked scan_block (fix register usage masks...
2019-07-30 kubimproved sh2 clock handling, bug fixing + small improve...
2018-01-06 notazdrc: support ms ABI
2017-12-11 notazdrc: revive x86 dynarec, support x86-64
2017-12-03 notazdrc: arm: use movw/movt
2017-10-20 notazrearrange globals
2017-10-13 notazlibretro: satisfy vita's dynarec needs in a cleaner way
2017-10-13 notazsome portability cleanups
2013-08-31 notazMerge branch 'dev'
next