psxinterpreter: do interrupt test after doing target instruction
[pcsx_rearmed.git] / libpcsxcore / new_dynarec /
2011-03-09 notazdrc: handle some load delay cases with interpreter
2011-03-08 notazpcsxmem: fix ro write handler
2011-03-08 notazdrc: update invalid_code for RAM when mirrors are touched
2011-03-07 notazdrc: fix valgrind errors
2011-03-07 notazdrc: rm unneeded writebacks in stubs, as suggested...
2011-03-07 notazfrontend: fix valgrind errors
2011-03-01 notazdrc: clear dynarec completely on CD image change
2011-02-28 notazgte_neon: hook into recompiler
2011-02-17 notazdrc: some PCSX-specific const addr io handlers
2011-02-17 notazdrc: add i/o penalty cycles
2011-02-17 notazdrc: don't pass r3 to memhandlers
2011-02-17 notazdrc: merge register types from Ari64's code
2011-02-17 notazdrc: merge Ari64's patch: 11_reduce_invstub_memory_usage
2011-02-17 notazdrc: merge Ari64's patch: 10_unnecessary_invalidate
2011-02-16 notazdrc: merge Ari64's patch: 08_loop_hoisting
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-16 notazdrc: get rid of pass 7/provisional_r32 too
2011-02-16 notazdrc: fix p32 32K memset stupidity, don't use p32 instead
2011-02-11 notazdrc: rm x86 stuff - it's unmaintained here
2011-02-09 notazdrc: update memhandler according to pcsxr code
2011-02-09 notazdrc: sync gte with interpreter
2011-02-04 notazdrc: handle dummy reads in inline_readstub
2011-01-28 notazdrc: fall back to interpreter on delay slot link reg...
2011-01-28 notazcdrom: support cdda playback cursor and autopause/report
2011-01-26 notazdrc: invalidate RAM mirrors correctly
2011-01-26 notazdrc: handle $ra accesses in DS (BxxZAL case only)
2011-01-25 notazcdrom: merge most of cdrom.c from latest pcsxr (r62214)
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: don't leave until we really need to
2011-01-23 notazdrc: add support for interpreter calls; use them for...
2011-01-23 notazfix some alignment issues
2011-01-23 notazdrc: use correct clear size
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: fix some goofage in cop2_{get,put}_dreg
2011-01-15 notazdrc: allow reading r31 in delay slot
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: allow move-to-r0 condition
2011-01-15 notazdrc: rework bios fastboot hack a bit
2011-01-15 notazdrc: check for r0 dest (it might be allocated)
2011-01-15 notazhack for bios write disable thing
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-27 notazdrc: fix SWL/SWR confusion in do_unalignedwritestub
2010-12-27 notazsome debug code improvements
2010-12-27 notazio asm: always write out to psxH, like C code does
2010-12-23 notazdrc: map bios and fix dummy reads
2010-12-22 notazupdate gpu DMA related code to pcsxr-svn Nov 28
2010-12-22 notazupdate mdec code to pcsxr-svn Nov 26
2010-12-22 notazdrc: improved interrupt code for emu_if
2010-12-21 notazcore: update to newer interrupt code, seems to affect...
2010-12-19 notazimproved memhandlers
2010-12-18 notazdrc: pass correct address to verify_code
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 notazmenu: update file colors, fix a bug in emu_if
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: hook even to detect irq unmasking
2010-12-14 notazfix x86 build, minor refactoring
2010-12-14 notazdrc: handle invalidate on clear() calls and reset
2010-12-14 notazdrc: allow recursive calls
2010-12-14 notazadd OMAP layer, also preliminary menu, hud and input...
2010-12-14 notazdrc: allow xor imm 0
2010-12-14 notazdrc: add forgotten __clear_cache
2010-12-14 notazdrc: try harder to mark upper regs as unneeded
2010-12-14 notazimprove event handling again
2010-12-14 notazimprove event handling (still has problems though)
2010-12-06 notazdrc: fix JALR with non-r31 return register
2010-12-06 notazdrc: small debug improvement
2010-12-05 notazdrc: use direct hle calls
2010-12-05 notazdrc: initial cop2/gte implementation (works, mostly)
2010-12-01 notazdrc: fix cycle counting, make it use single var
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-24 notazdrc: bugfix
2010-11-22 notazdrc: still killing tlp/64bit..
2010-11-21 notazsome drc integration work
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 notazallow to disable TLB
2010-11-20 notazadd unmodified Ari64 drc to track it's changes