cdrom: change pause timing again
[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 #292 from pcercuei/dfsound-big-endian
2023-07-08 notazdrc: minor cleanup
2022-08-10 notazdrc: rework smc checks again
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-07 notazdrc: try to make some passes not as slow, part 2
2022-02-07 notazdrc: rm unneeded &63 masking
2022-01-27 notazdrc: init some variables, adjust comments
2022-01-24 notazdrc: another hack to try to get Vita to work
2021-12-14 notazfix some issues and warnings seen on ctr build
2021-11-29 notazdrc: fix some mistake done during arm64 porting
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-24 notazdrc: add a hack for f1 games
2021-11-22 notazdrc: reduce memory usage
2021-11-22 notazdrc: minor adjustments
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-18 notazdrc: use a separate var for game hacks
2021-11-16 notazdrc: adjust timing to be closer to the interpreter
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: 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: 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-08-25 gameblablaAlways look up verify_dirty literals from offsets by...
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-02-28 notazdrc: handle any immediate
2015-01-31 gizmo98assem_arm.c: Use ARMv6 instructions if possible
2014-12-06 notazpsxmem: remove hard requirement for a mapping
2013-04-02 notazdrc/psx_gpu: handle more calling conventions
2013-03-31 notazfix clang warnings
2013-03-31 notazdrc: use print wrapper to output errors
2012-12-23 notazdrc: fix bugs in armv4 codepath
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
next