index
:
pcsx_rearmed
trimui-s
libretro core fork of pcsx_rearmed with trimui s support
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpcsxcore
/
new_dynarec
/
new_dynarec.c
Age
Commit message (
Expand
)
Author
2011-03-10
drc: handle some load delay cases with interpreter
notaz
2011-03-08
drc: update invalid_code for RAM when mirrors are touched
notaz
2011-03-07
drc: fix valgrind errors
notaz
2011-03-07
drc: rm unneeded writebacks in stubs, as suggested by Ari64
notaz
2011-03-01
drc: clear dynarec completely on CD image change
notaz
2011-02-17
drc: add i/o penalty cycles
notaz
2011-02-17
drc: merge register types from Ari64's code
notaz
2011-02-17
drc: merge Ari64's patch: 11_reduce_invstub_memory_usage
notaz
2011-02-17
drc: merge Ari64's patch: 10_unnecessary_invalidate
notaz
2011-02-17
drc: merge Ari64's patch: 08_loop_hoisting
notaz
2011-02-17
drc: merge Ari64's patch: 07_clear_cache
notaz
2011-02-17
drc: merge Ari64's patch: 05_dont_write_r0
notaz
2011-02-17
drc: get rid of pass 7/provisional_r32 too
notaz
2011-02-17
drc: fix p32 32K memset stupidity, don't use p32 instead
notaz
2011-01-28
drc: fall back to interpreter on delay slot link reg dependencies
notaz
2011-01-26
drc: invalidate RAM mirrors correctly
notaz
2011-01-26
drc: handle $ra accesses in DS (BxxZAL case only)
notaz
2011-01-25
drc: allow CFC1/2 to r0
notaz
2011-01-25
drc: make BxxZAL implementation complete
notaz
2011-01-24
drc: try harder to not compile code as 64bit
notaz
2011-01-24
drc: fix COP2 decoding
notaz
2011-01-24
drc: add support for interpreter calls; use them for branches in delay slots
notaz
2011-01-18
drc: remove leftover printf
notaz
2011-01-18
drc: Ari64's fix for loop reg allocation problem
notaz
2011-01-17
Revert "drc: fix a bug with loop reg allocation"
notaz
2011-01-16
drc: fix a bug with loop reg allocation
notaz
2011-01-16
drc: allow reading r31 in delay slot
notaz
2011-01-16
drc: allow move-to-r0 condition
notaz
2011-01-16
drc: rework bios fastboot hack a bit
notaz
2011-01-16
drc: hacks for psx bios on PCSX
notaz
2011-01-16
drc: don't read readmem_dword to r0 or on dummy reads
notaz
2011-01-16
drc: support RFE, remove ERET (it's not in r3k)
notaz
2011-01-16
drc: minor disassembly fixes
notaz
2010-12-28
drc: fix wrong address reg use in c2ls, small refactoring
notaz
2010-12-28
drc: fix BxxZAL
notaz
2010-12-18
drc: don't compile 64bit loads/stores in 32bit mode
notaz
2010-12-18
drc: end block on syscall and hlecall, not insn after them
notaz
2010-12-16
drc: use correct RAM size
notaz
2010-12-16
drc: fix: storelr should also use AGR
notaz
2010-12-16
drc: implemented STL/STR stubs (at least I think I did)
notaz
2010-12-14
drc: don't clear ARM caches on whole translation cache - it's very slow
notaz
2010-12-14
drc: don't remove unused i/o reads because of FIFOs
notaz
2010-12-14
drc: add forgotten __clear_cache
notaz
2010-12-14
drc: try harder to mark upper regs as unneeded
notaz
2010-12-06
drc: fix JALR with non-r31 return register
notaz
2010-12-05
drc: use direct hle calls
notaz
2010-12-05
drc: initial cop2/gte implementation (works, mostly)
notaz
2010-12-02
drc: fix unsaved register
notaz
2010-12-02
drc: further hacks, hle handling
notaz
2010-12-02
drc: attempt to support little endian
notaz
[next]