drc: some more general cleanup
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / new_dynarec.c
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
2011-10-30 notazdrc: try to avoid full constant reload
2011-10-30 notazdrc: avoid invcode checks on close addesses
2011-10-30 notazdrc: do MVMVA decoding; parametrize handlers
2011-10-30 notazdrc: finish GTE reg liveness analysis
2011-10-09 notazdrc: check for interrupts after RFE
2011-10-09 notaznew ability to adjust psx cpu clock
2011-10-09 notazget rid of old memhandlers
2011-10-09 notazdrc: implement memory access speculation
2011-10-08 notazdrc: implement shiftimm constant propagation
2011-10-08 notazrecompilation-caused frameskip workaround
2011-10-08 notaztry to support more compilers
2011-10-08 notazrewrite memhandlers (write)
2011-10-02 notazyet more random armv5 tweaks
2011-09-26 notazdrc: do gte flag liveness detection
2011-09-24 notazdrc: fix PCSX HLE hack for armv5
2011-09-22 notazdrc: do modification check in smaller than page granularity
2011-09-19 notazdrc: make sure dyna_linker is really called from stub
2011-09-19 notazdrc: load ra before SD only when needed
2011-09-19 notazdrc: handle $ra access in JALR DS too
2011-09-19 notazdrc: fix $ra evicting on JAL
2011-09-19 notazRevert "drc: ujump DS $ra overwrite fix?"
2011-07-12 notazdrc: fix SP mirror hack
2011-07-12 notazdrc: redo fastboot hack
2011-07-07 notazdrc: ifdef out one more 64bit instruction
2011-07-07 notazdrc: merge Ari64's patch: 21_debugging_stuff
2011-07-07 notazdrc: merge Ari64's patch: 20_delay_slot_64bit_register_fix
2011-07-07 notazdrc: merge Ari64's patch: 18_loop_preload_fix
2011-07-07 notazdrc: merge part of old Ari64's patch: 09_tlb_offset
2011-07-07 notazdrc: merge Ari64's patch: 17_branch_target_liveness_ana...
2011-07-07 notazdrc: merge Ari64's patch: 16_continue_after_branch_into...
2011-07-07 notazdrc: merge Ari64's patch: 15_dirty_registers_fix
2011-07-07 notazdrc: merge Ari64's patch: 14_dont_save_or_restore_temporary
2011-07-07 notazdrc: merge Ari64's patch: 13_dummy_loads
2011-07-07 notazdrc: merge Ari64's patch: 12_cycle_count
2011-07-07 notazdrc: merge Ari64's patch: 11_dealloc_reg_clear_const_flag
2011-07-07 notazdrc: merge Ari64's patch: 03_needed_again
2011-07-07 notazdrc: merge Ari64's patch: 01_year_2011
2011-06-14 notazdrc: re-add bt part that was removed with pass7
2011-06-07 notazdrc: comment out some broken code
2011-06-07 notazdrc: init vars that gcc thinks can be used uninitialize...
2011-06-07 notazdrc: fix warning in my code
2011-03-22 notazdrc: start in more consistent state
2011-03-19 notazdrc: try even more to not compile code as 64bit
2011-03-17 notazdrc: ujump DS $ra overwrite fix?
2011-03-15 notazdrc: hack for stack-in-RAM-mirror case
2011-03-14 notazdrc: implement ra accesses in ujump DS
2011-03-09 notazdrc: handle some load delay cases with interpreter
2011-03-08 notazdrc: update invalid_code for RAM when mirrors are touched
2011-03-07 notazdrc: fix valgrind errors
2011-03-07 notazdrc: rm unneeded writebacks in stubs, as suggested...
2011-03-01 notazdrc: clear dynarec completely on CD image change
2011-02-17 notazdrc: add i/o penalty cycles
2011-02-17 notazdrc: merge register types from Ari64's code
next