drc: drop heaps of dead code
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / assem_arm.c
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
2010-12-18 notazdrc: pass correct address to verify_code
2010-12-16 notazdrc: use correct RAM size
2010-12-16 notazdrc: implemented STL/STR stubs (at least I think I...
2010-12-14 notazdrc: don't clear ARM caches on whole translation cache...
2010-12-14 notazdrc: don't remove unused i/o reads because of FIFOs
2010-12-14 notazdrc: allow xor imm 0
2010-12-05 notazdrc: initial cop2/gte implementation (works, mostly)
2010-12-01 notazdrc: further hacks, hle handling
2010-12-01 notazdrc: attempt to support little endian
2010-11-24 notazdrc: bugfix
2010-11-21 notazdrc: trying to make it 32bit
2010-11-21 notazmake sure all branches link
2010-11-20 notaztry to make drc more configurable
2010-11-20 notazadd unmodified Ari64 drc to track it's changes