aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/assem_arm.c
AgeCommit message (Expand)Author
2013-04-02drc/psx_gpu: handle more calling conventionsnotaz
2013-04-01fix clang warningsnotaz
2013-04-01drc: use print wrapper to output errorsnotaz
2012-12-23drc: fix bugs in armv4 codepathnotaz
2012-12-02improve ARM feature detectionnotaz
2012-07-30fix various fPIC issuesnotaz
2012-04-18drc: inv: fix ram ofset and mirror handlingnotaz
2012-04-18support emulated RAM mapped at offsetnotaz
2012-01-14drc: allow translation cache in data segmentnotaz
2012-01-06drc: never read to r0notaz
2011-12-11drc: fix bad gte unneeded reg assumptionnotaz
2011-10-30drc: fix various register trashing in mtc0notaz
2011-10-30drc: fix mtc0 argumentnotaz
2011-10-30drc: some debug code improvementsnotaz
2011-10-30drc: add some hack optionsnotaz
2011-10-30gte: parametrize remaining opsnotaz
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