drc: invalidate RAM mirrors correctly
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / new_dynarec.c
2011-01-26 notazdrc: invalidate RAM mirrors correctly
2011-01-26 notazdrc: handle $ra accesses in DS (BxxZAL case only)
2011-01-24 notazdrc: allow CFC1/2 to r0
2011-01-24 notazdrc: make BxxZAL implementation complete
2011-01-24 notazdrc: try harder to not compile code as 64bit
2011-01-24 notazdrc: fix COP2 decoding
2011-01-23 notazdrc: add support for interpreter calls; use them for...
2011-01-17 notazdrc: remove leftover printf
2011-01-17 notazdrc: Ari64's fix for loop reg allocation problem
2011-01-17 notazRevert "drc: fix a bug with loop reg allocation"
2011-01-15 notazdrc: fix a bug with loop reg allocation
2011-01-15 notazdrc: allow reading r31 in delay slot
2011-01-15 notazdrc: allow move-to-r0 condition
2011-01-15 notazdrc: rework bios fastboot hack a bit
2011-01-15 notazdrc: hacks for psx bios on PCSX
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-28 notazdrc: fix wrong address reg use in c2ls, small refactoring
2010-12-27 notazdrc: fix BxxZAL
2010-12-18 notazdrc: don't compile 64bit loads/stores in 32bit mode
2010-12-18 notazdrc: end block on syscall and hlecall, not insn after...
2010-12-16 notazdrc: use correct RAM size
2010-12-16 notazdrc: fix: storelr should also use AGR
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: add forgotten __clear_cache
2010-12-14 notazdrc: try harder to mark upper regs as unneeded
2010-12-06 notazdrc: fix JALR with non-r31 return register
2010-12-05 notazdrc: use direct hle calls
2010-12-05 notazdrc: initial cop2/gte implementation (works, mostly)
2010-12-01 notazdrc: fix unsaved register
2010-12-01 notazdrc: further hacks, hle handling
2010-12-01 notazdrc: attempt to support little endian
2010-11-22 notazdrc: still killing tlp/64bit..
2010-11-21 notazdrc: trying to make it 32bit
2010-11-20 notaztry to make drc more configurable
2010-11-20 notazallow to disable TLB
2010-11-20 notazadd unmodified Ari64 drc to track it's changes