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
/
assem_arm.c
Age
Commit message (
Expand
)
Author
2011-07-08
drc: handle division by 0 correctly
notaz
2011-07-08
drc: merge Ari64's patch: 19_arm_typos
notaz
2011-07-08
drc: merge Ari64's patch: 15_dirty_registers_fix
notaz
2011-07-08
drc: merge Ari64's patch: 14_dont_save_or_restore_temporary
notaz
2011-07-08
drc: merge Ari64's patch: 04_constant_address_pagefaults
notaz
2011-07-08
drc: merge Ari64's patch: 01_year_2011
notaz
2011-06-07
drc: fix warning in my code
notaz
2011-03-19
drc: try even more to not compile code as 64bit
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
gte_neon: hook into recompiler
notaz
2011-02-17
drc: some PCSX-specific const addr io handlers
notaz
2011-02-17
drc: don't pass r3 to memhandlers
notaz
2011-02-17
drc: merge Ari64's patch: 11_reduce_invstub_memory_usage
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: merge Ari64's patch: 02_xor_zero
notaz
2011-02-09
drc: sync gte with interpreter
notaz
2011-02-04
drc: handle dummy reads in inline_readstub
notaz
2011-01-16
drc: fix some goofage in cop2_{get,put}_dreg
notaz
2011-01-16
drc: handle MTC0 in delay slot
notaz
2011-01-16
drc: remove funcs from assert()s to allow NDEBUG build
notaz
2011-01-16
drc: check for r0 dest (it might be allocated)
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-27
drc: fix SWL/SWR confusion in do_unalignedwritestub
notaz
2010-12-18
drc: pass correct address to verify_code
notaz
2010-12-16
drc: use correct RAM size
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: allow xor imm 0
notaz
2010-12-05
drc: initial cop2/gte implementation (works, mostly)
notaz
2010-12-02
drc: further hacks, hle handling
notaz
2010-12-02
drc: attempt to support little endian
notaz
2010-11-24
drc: bugfix
notaz
2010-11-21
drc: trying to make it 32bit
notaz
2010-11-21
make sure all branches link
notaz
2010-11-20
try to make drc more configurable
notaz
2010-11-20
add unmodified Ari64 drc to track it's changes
notaz