fix some issues and warnings seen on ctr build
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / assem_arm.c
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
2011-02-17 notazdrc: some PCSX-specific const addr io handlers
2011-02-17 notazdrc: don't pass r3 to memhandlers
2011-02-17 notazdrc: merge Ari64's patch: 11_reduce_invstub_memory_usage
2011-02-16 notazdrc: merge Ari64's patch: 07_clear_cache
2011-02-16 notazdrc: merge Ari64's patch: 05_dont_write_r0
2011-02-16 notazdrc: merge Ari64's patch: 02_xor_zero
2011-02-09 notazdrc: sync gte with interpreter
2011-02-04 notazdrc: handle dummy reads in inline_readstub
2011-01-15 notazdrc: fix some goofage in cop2_{get,put}_dreg
2011-01-15 notazdrc: handle MTC0 in delay slot
2011-01-15 notazdrc: remove funcs from assert()s to allow NDEBUG build
2011-01-15 notazdrc: check for r0 dest (it might be allocated)
2011-01-15 notazdrc: don't read readmem_dword to r0 or on dummy reads
2011-01-15 notazdrc: support RFE, remove ERET (it's not in r3k)
2011-01-15 notazdrc: minor disassembly fixes
2010-12-27 notazdrc: fix SWL/SWR confusion in do_unalignedwritestub
next