drc: implement cycle reload on read
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / assem_arm.c
2023-10-16 notazdrc: implement cycle reload on read
2023-08-03 notazdrc: try to prevent wrong eviction
2023-08-03 notazdrc: update according to the interpreter (3)
2023-08-03 notazdrc: optional address error exception support
2023-08-03 notazdrc: update according to interpreter
2023-07-21 notazpsxinterpreter: yet more exceptions, new config option
2023-07-09 notazMerge pull request #724 from StormedBubbles/guncon_framing
2023-07-08 notazdrc: minor cleanup
2022-08-10 notazdrc: rework smc checks again
2022-02-26 notazdrc: more precise invalidation checking for the invstub...
2022-02-26 notazdrc: rework block tracking
2022-02-26 notazdrc: get rid of SPAN
2022-02-07 notazdrc: try to make some passes not as slow, part 2
2022-02-07 notazdrc: rm unneeded &63 masking
2022-01-29 notazMerge pull request #598 from pcercuei/lightrec_events
2022-01-28 notazdrc: init some variables, adjust comments
2022-01-24 notazdrc: another hack to try to get Vita to work
2021-12-21 AutechreMerge pull request #587 from notaz/libretro_drc_fixes2
2021-12-14 notazfix some issues and warnings seen on ctr build
2021-12-14 AutechreMerge pull request #586 from notaz/libretro_overwrite_drc
2021-12-14 notazoverwrite dynarec related code with upstream version
2021-08-21 AutechreMerge pull request #542 from gameblabla/mdec_fix
2021-08-16 AutechreMerge pull request #536 from gameblabla/cdrom_fixes
2020-08-04 negativeExponentSync to latest upstream
2020-02-24 TwinaphexMerge pull request #389 from notaz/master
2019-07-29 retro-wertzHLE: Merge HLE BIOS improvements from upstream
2019-03-28 Hugo HromicMerge remote-tracking branch 'notaz/master'
2019-03-13 retro-wertzmerge remote-tracking branch 'notaz/master'
2019-03-07 TwinaphexMerge pull request #234 from notaz/master
2017-05-03 twinaphexMerge https://github.com/notaz/pcsx_rearmed
2016-12-19 Alexis PUSKARCZYKMerge branch 'master' of https://github.com/libretro...
2016-09-27 twinaphexRearrange files for new_dynarec
2016-09-20 notazMerge branch 'mainline' into libretro
2016-09-20 notazpartially revert c4052f4d79cf
2016-09-20 notazdrc: some vita and 3ds support
2016-09-18 notazdrc: try to support w^x platforms like iOS
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
2016-04-22 dankcushionsMerge branch 'master' of https://github.com/notaz/pcsx_...
2016-03-02 twinaphexMerge https://github.com/notaz/pcsx_rearmed
2016-02-28 notazdrc: handle any immediate
2015-09-29 aliaspider(vita) build fix.
2015-02-06 TwinaphexMerge pull request #14 from notaz/for_libretro
2015-02-05 notazMerge branch 'upstream' into libretro
2015-01-31 gizmo98assem_arm.c: Use ARMv6 instructions if possible
2014-12-07 TwinaphexMerge pull request #9 from Kekun/fix-load-invalid-game
2014-12-07 notazpsxmem: remove hard requirement for a mapping
2014-12-06 notazpsxmem: remove hard requirement for a mapping
2013-04-02 notazMerge branch 'master' into libretro
2013-04-02 notazdrc/psx_gpu: handle more calling conventions
2013-03-31 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2013-03-31 notazfix clang warnings
2013-03-31 notazdrc: use print wrapper to output errors
2012-12-24 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2012-12-23 notazdrc: fix bugs in armv4 codepath
2012-12-02 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2012-12-02 notazimprove ARM feature detection
2012-07-29 notazfix various fPIC issues
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-06 notazdrc: never read to r0
2011-12-10 notazdrc: fix bad gte unneeded reg assumption
2011-10-30 notazdrc: fix various register trashing in mtc0
2011-10-30 notazdrc: fix mtc0 argument
2011-10-30 notazdrc: some debug code improvements
2011-10-30 notazdrc: add some hack options
2011-10-30 notazgte: parametrize remaining ops
2011-10-30 notazdrc: try to avoid full constant reload
2011-10-30 notazdrc: fix sub assem_debug print
2011-10-30 notazdrc: avoid invcode checks on close addesses
2011-10-30 notazpcnt: measure gte too
2011-10-30 notazdrc: do MVMVA decoding; parametrize handlers
2011-10-30 notazdrc: implement literal dupe merging
2011-10-30 notazinline/parametrize rootcounter reads
2011-10-09 notaznew ability to adjust psx cpu clock
2011-10-09 notazget rid of old memhandlers
2011-10-09 notazdrc: remove some old inline memhandlers
2011-10-09 notazdrc: implement memory access speculation
2011-10-08 notaztry to support more compilers
2011-10-08 notazrewrite memhandlers (write)
2011-10-04 notazrewrite memhandlers (read)
2011-09-26 notazdrc: do gte flag liveness detection
2011-09-24 notazdrc: fix PCSX HLE hack for armv5
2011-08-01 notazdrc: fix page get code in linkage_arm.s
2011-07-07 notazdrc: handle division by 0 correctly
2011-07-07 notazdrc: merge Ari64's patch: 19_arm_typos
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: 04_constant_address_pagefaults
2011-07-07 notazdrc: merge Ari64's patch: 01_year_2011
2011-06-07 notazdrc: fix warning in my code
2011-03-19 notazdrc: try even more to not compile code as 64bit
2011-03-07 notazdrc: fix valgrind errors
2011-03-07 notazdrc: rm unneeded writebacks in stubs, as suggested...
2011-02-28 notazgte_neon: hook into recompiler
2011-02-17 notazdrc: some PCSX-specific const addr io handlers
next