aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/assem_arm.c
AgeCommit message (Expand)Author
2011-07-08drc: handle division by 0 correctlynotaz
2011-07-08drc: merge Ari64's patch: 19_arm_typosnotaz
2011-07-08drc: merge Ari64's patch: 15_dirty_registers_fixnotaz
2011-07-08drc: merge Ari64's patch: 14_dont_save_or_restore_temporarynotaz
2011-07-08drc: merge Ari64's patch: 04_constant_address_pagefaultsnotaz
2011-07-08drc: merge Ari64's patch: 01_year_2011notaz
2011-06-07drc: fix warning in my codenotaz
2011-03-19drc: try even more to not compile code as 64bitnotaz
2011-03-07drc: fix valgrind errorsnotaz
2011-03-07drc: rm unneeded writebacks in stubs, as suggested by Ari64notaz
2011-03-01gte_neon: hook into recompilernotaz
2011-02-17drc: some PCSX-specific const addr io handlersnotaz
2011-02-17drc: don't pass r3 to memhandlersnotaz
2011-02-17drc: merge Ari64's patch: 11_reduce_invstub_memory_usagenotaz
2011-02-17drc: merge Ari64's patch: 07_clear_cachenotaz
2011-02-17drc: merge Ari64's patch: 05_dont_write_r0notaz
2011-02-17drc: merge Ari64's patch: 02_xor_zeronotaz
2011-02-09drc: sync gte with interpreternotaz
2011-02-04drc: handle dummy reads in inline_readstubnotaz
2011-01-16drc: fix some goofage in cop2_{get,put}_dregnotaz
2011-01-16drc: handle MTC0 in delay slotnotaz
2011-01-16drc: remove funcs from assert()s to allow NDEBUG buildnotaz
2011-01-16drc: check for r0 dest (it might be allocated)notaz
2011-01-16drc: don't read readmem_dword to r0 or on dummy readsnotaz
2011-01-16drc: support RFE, remove ERET (it's not in r3k)notaz
2011-01-16drc: minor disassembly fixesnotaz
2010-12-27drc: fix SWL/SWR confusion in do_unalignedwritestubnotaz
2010-12-18drc: pass correct address to verify_codenotaz
2010-12-16drc: use correct RAM sizenotaz
2010-12-16drc: implemented STL/STR stubs (at least I think I did)notaz
2010-12-14drc: don't clear ARM caches on whole translation cache - it's very slownotaz
2010-12-14drc: don't remove unused i/o reads because of FIFOsnotaz
2010-12-14drc: allow xor imm 0notaz
2010-12-05drc: initial cop2/gte implementation (works, mostly)notaz
2010-12-02drc: further hacks, hle handlingnotaz
2010-12-02drc: attempt to support little endiannotaz
2010-11-24drc: bugfixnotaz
2010-11-21drc: trying to make it 32bitnotaz
2010-11-21make sure all branches linknotaz
2010-11-20try to make drc more configurablenotaz
2010-11-20add unmodified Ari64 drc to track it's changesnotaz