drc: rework expire code
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / new_dynarec.c
2022-02-26 notazdrc: rework expire code
2022-02-24 notazdrc: more precise invalidation checking for the invstub...
2022-02-24 notazdrc: rework block tracking
2022-02-23 notazdrc: get rid of SPAN
2022-02-23 notazdrc: restore all block entry points at once
2022-02-19 notazdrc: don't delay block restoration
2022-02-15 notazdrc: try not to end the block prematurely
2022-02-07 notazdrc: try to make some passes not as slow, part 2
2022-02-07 notazdrc: put passes in their own functions
2022-02-07 notazdrc: try to make some passes not as slow
2022-02-07 notazdrc: use optimized get_reg
2022-02-07 notazdrc: rm unneeded &63 masking
2022-01-30 notazdrc: don't abort on game crash
2022-01-29 notazdrc: add apparently missing ROREG loading
2022-01-29 notazdrc: some more debug logging
2022-01-27 notazdrc: add seemingly missing double-alloc check
2022-01-27 notazdrc: clear dirty flag when deallocating a reg
2022-01-27 notazdrc: init some variables, adjust comments
2022-01-26 notazdrc: emulate break opcode
2022-01-24 notazdrc: another hack to try to get Vita to work
2022-01-23 notazdrc: a bit more sophisticated f1 hack
2022-01-23 notazdrc: possibly the missing piece for Vita
2022-01-23 notazdrc: align size passed to mprotect
2021-12-14 notazdrc: always clear full decoded_insn
2021-12-14 notazdrc: reapply some libretro changes
2021-11-30 notazdrc: rearrange hacks
2021-11-28 notazdrc: fix CCREG loading
2021-11-28 notazdrc: don't cull ccreg
2021-11-28 notazdrc: rework cycle counting
2021-11-28 notazdrc: prefer callee-saved regs on alloc
2021-11-28 notazdrc: get rid of RAM_FIXED, revive ROREG
2021-11-26 notazdrc: botched msb bit check
2021-11-24 notazdrc: only override default cycle_multiplier
2021-11-24 notazdrc: add a hack for f1 games
2021-11-22 notazdrc: drop 'likely' branch support, simplify
2021-11-22 notazdrc: reduce memory usage
2021-11-22 notazdrc: detect unconditional branches early
2021-11-22 notazdrc: minor adjustments
2021-11-22 notazdrc: fix block expire
2021-11-20 notazdrc,interpreter: add mul/div stalls
2021-11-20 notazdrc: try to make gte stall handling less bloaty
2021-11-20 notazdrc/gte: add some stall handling
2021-11-19 notazdrc: use helpers for jump checks
2021-11-18 notazdrc: use a separate var for game hacks
2021-11-16 notazdrc: add a timing hack for Internal Section
2021-11-16 notazdrc: adjust timing to be closer to the interpreter
2021-11-15 notazdrc: adjust constants, 32bit is enough
2021-11-14 notazdrc: handle a corner case with SLT
2021-11-14 notazdrc: update cache flushing
2021-11-14 notazdrc: new far call mechanism
2021-11-14 notazdrc: something works on arm64
2021-11-14 notazdrc: adjust bogus looking check
2021-11-14 notazdrc: arm64 wip
2021-11-14 notazdrc: some more general cleanup
2021-11-14 notazdrc: arm64 wip
2021-11-14 notazdrc: starting arm64 support
2021-11-08 notazdrc: move some stuff out of assem_arm for reuse
2021-11-08 notazdrc: remove yet yet more n64 stuff
2021-11-08 notazdrc: remove yet more n64 stuff
2021-11-08 notazdrc: rework for 64bit, part 4
2021-11-08 notazdrc: remove some leftover n64-only stuff
2021-11-08 notazdrc: rework for 64bit, part 3
2021-11-08 notazdrc: remove old debug code
2021-11-08 notazdrc: convert 'stubs' to a struct with proper types...
2021-11-08 notazdrc: rework for 64bit, part 1
2021-10-31 notazsome drc debug helpers
2021-09-09 gameblablaARM build fixes. (Should fix building on ARM/GCC10...
2021-08-22 gameblablaProperly protect the HLE instructions against corrupted...
2016-09-30 notazdrc: fix a mistake from w^x change
2016-09-20 notazdrc: some vita and 3ds support
2016-09-20 notazdrc: avoid MAP_FIXED
2016-09-18 notazdrc: try to support w^x platforms like iOS
2016-09-18 notazdrc: remove unnecessary cache flushing
2016-09-18 notazdrc: enable and fix warnings
2016-09-18 notazdrc: mark things static
2016-09-18 notazdrc: strip eol blanks
2016-09-18 notazdrc: drop less obvious dead code
2016-09-18 notazdrc: drop heaps of dead code
2014-12-25 notazdrc: more timing hacks
2014-12-23 notazdrc: implement block addr list saving
2014-12-23 notazdrc: replace unused reg32 with new reg_sv_flags
2013-06-04 notazdrc: add a test to catch broken platforms early
2013-03-31 notazlibretro/ios: enable dynarec, update target names
2013-03-31 notazdrc: use print wrapper to output errors
2013-03-25 CatalystGAdd missing ifdef, move QNX RAM mapping closer to others
2013-03-25 CatalystGAdd support for PlayBook/BB10 with libretro
2013-03-17 notazdrc: timing hacks
2012-04-29 notazfrontend: some menu adjustments
2012-04-18 notazdrc: inv: fix ram ofset and mirror handling
2012-04-18 notazsupport emulated RAM mapped at offset
2012-01-14 notazdrc: allow translation cache in data segment
2012-01-07 notazdrc: do basic current block modification detection
2011-12-10 notazdrc: fix bad gte unneeded reg assumption
2011-12-08 notazdrc: move constmap out of regstat
2011-11-01 notazdrc/gte: decode MVMVA data deps
2011-10-30 notazdrc: fix cycle multiplier code
2011-10-30 notazdrc: some debug code improvements
2011-10-30 notazdrc: always use physical block addresses
2011-10-30 notazdrc: detect dead gte reads too
2011-10-30 notazdrc: add some hack options
next