aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/assem_arm.c
AgeCommit message (Expand)Author
2011-10-30drc: try to avoid full constant reloadnotaz
2011-10-30drc: fix sub assem_debug printnotaz
2011-10-30drc: avoid invcode checks on close addessesnotaz
2011-10-30pcnt: measure gte toonotaz
2011-10-30drc: do MVMVA decoding; parametrize handlersnotaz
2011-10-30drc: implement literal dupe mergingnotaz
2011-10-30inline/parametrize rootcounter readsnotaz
2011-10-10new ability to adjust psx cpu clocknotaz
2011-10-10get rid of old memhandlersnotaz
2011-10-10drc: remove some old inline memhandlersnotaz
2011-10-10drc: implement memory access speculationnotaz
2011-10-08try to support more compilersnotaz
2011-10-08rewrite memhandlers (write)notaz
2011-10-04rewrite memhandlers (read)notaz
2011-09-27drc: do gte flag liveness detectionnotaz
2011-09-25drc: fix PCSX HLE hack for armv5notaz
2011-08-01drc: fix page get code in linkage_arm.snotaz
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