drc: implement cycle reload on read
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / linkage_arm.S
2023-10-16 notazdrc: implement cycle reload on read
2023-10-13 notazpatch up some clang/apple issues
2023-10-04 notazdrc: avoid excessive recursion in hle mode
2023-08-09 notazpsxbios: completely rework exception handling
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 notazdrc: handle regs-not-in-psxRegs case better
2022-08-10 notazdrc: rework smc checks again
2022-02-26 notazdrc: rework block tracking
2022-02-26 notazdrc: get rid of SPAN
2022-02-26 notazdrc: don't delay block restoration
2022-02-07 notazdrc: use optimized get_reg
2022-01-30 notazdrc: don't abort on game crash
2022-01-29 notazMerge pull request #598 from pcercuei/lightrec_events
2022-01-28 notazdrc: emulate break opcode
2022-01-23 notazdrc: a bit more sophisticated f1 hack
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
2017-05-02 notazuse pc-relative offsets for PIC too
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-18 notazdrc: try to support w^x platforms like iOS
2016-04-22 TwinaphexMerge pull request #33 from dankcushions/master
2016-04-22 dankcushionsMerge branch 'notaz-master'
2016-04-22 dankcushionsMerge branch 'master' of https://github.com/notaz/pcsx_...
2016-03-31 notazdon't use __ARM_ARCH_7A__
2014-12-31 twinaphexMerge https://github.com/notaz/pcsx_rearmed
2014-12-23 notazdrc: replace unused reg32 with new reg_sv_flags
2013-04-03 notazMerge branch 'master' into libretro
2013-04-02 notazdrc: fix a bug made during UAL conversion
2013-04-02 notazMerge branch 'master' into libretro
2013-04-02 notazdrc: handle more calling conventions
2013-04-01 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2013-04-01 notazasm: fix incorrect offsets
2013-03-31 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2013-03-31 notazdrc: convert linkage_arm to UAL, adjust loads
2013-03-31 notazgte_neon: access scratch_buf through drc context
2013-03-31 notazdrc: rework linkage_arm for better assembler compatibility
2013-03-25 twinaphexMerge branch 'mainline'
2013-03-25 notazasm: use a macro for functions
2012-12-02 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2012-12-02 notazimprove ARM feature detection
2012-07-29 notazfix various fPIC issues