drc: sync gte with interpreter
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / assem_arm.c
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