cdrom: change pause timing again
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / linkage_arm.S
2023-10-16 notazdrc: implement cycle reload on read
2023-10-12 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-24 notazdrc: rework block tracking
2022-02-23 notazdrc: get rid of SPAN
2022-02-19 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-26 notazdrc: emulate break opcode
2022-01-23 notazdrc: a bit more sophisticated f1 hack
2021-11-28 notazdrc: fix an old memhandler oversight
2021-11-28 notazdrc: get rid of RAM_FIXED, revive ROREG
2021-11-22 notazdrc: minor adjustments
2021-11-20 notazdrc/gte: add some stall handling
2021-11-14 notazdrc: something works on arm64
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: remove yet more n64 stuff
2021-11-08 notazdrc: rework for 64bit, part 1
2017-05-02 notazuse pc-relative offsets for PIC too
2016-09-18 notazdrc: try to support w^x platforms like iOS
2016-03-31 notazdon't use __ARM_ARCH_7A__
2014-12-23 notazdrc: replace unused reg32 with new reg_sv_flags
2013-04-02 notazdrc: fix a bug made during UAL conversion
2013-04-02 notazdrc: handle more calling conventions
2013-04-01 notazasm: fix incorrect offsets
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 notazasm: use a macro for functions
2012-12-02 notazimprove ARM feature detection
2012-07-29 notazfix various fPIC issues