platform ps2, handle audio similar to psp
[picodrive.git] / cpu / drc / emit_x86.c
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)
2023-01-12 OsirizXApply some cleanups to the abicall macros
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-02-09 kubMerge remote-tracking branch 'upstream/master'
2022-01-19 kubsh2 drc, fixes for mips, ppc, i386 backends (mostly...
2022-01-05 kubdrc, tiny x86 optimisation
2021-04-02 kubsh2 drc, x86 fix, revert 6f64058 (carry usage in NEGC...
2021-03-16 kubsh2 drc, x86 backend, optimize move #0 with xor
2021-03-16 kubsh2 drc, fix reading from constant memory address
2020-10-31 kubsh2 drc, fix PIC function calling for MIPS backend
2020-10-21 kubMerge remote-tracking branch 'upstream/master'
2020-10-10 kubsh2 drc, fix for cpu cache handling
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-18 kubsh2 drc, add powerpc64le backend
2020-02-08 kubsh2 drc: fix for crash in generated code on x86_64
2019-12-13 kubsh2 drc: fix speed regression
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-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-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 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 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
2013-08-08 notaz32x: memhandler improvements
2013-07-20 notazdrc: split disassembly to separate pass
2013-06-26 notazclarify PicoDrive's license
2010-01-23 notaz32x: drc: more bugfixing
2010-01-21 notaz32x: drc: new smc handling, some bugfixes + refactoring
2010-01-19 notaz32x: drc: new debug facility (pdb). Few fixes thanks...
2010-01-06 notaz32x: drc: block linking
2010-01-02 notaz32x: drc: mmap dram+rom for direct dereference
2009-12-29 notaz32x: drc: inline dispatcher and irq handling; do write...
2009-12-15 notaz32x: drc: self-reentrant blocks
2009-12-07 notaz32x: drc: enable and fix static reg alloc, carry flag...
2009-12-07 notaz32x: drc: finish MAC, gen drc entry/exit (for staticall...
2009-11-12 notaz32x: drc: first implementation finished, no more interp...
2009-11-06 notaz32x: drc: all opcodes covered, some TODOs left
2009-10-30 notaz32x: drc: more wip, ARM untested
2009-10-28 notaz32x: drc: one manual page worth of opcodes implemented...
2009-10-26 notaz32x: drc: handlers wip
2009-10-23 notaz32x: drc: dynamicregister allocator
2009-10-22 notaz32x drc functional on ARM, random adjustments
2009-10-21 notaz32x: drc: ARM implementation, start unification with...
2009-10-18 notaz32x: drc: new smc handling, write handlers adjusted.
2009-10-13 notaz32x: drc: more wip, some games work, debug stats
2009-10-13 notaz32x: interpreter-wrap drc works (demos only). SVP drc...