summaryrefslogtreecommitdiff
path: root/cpu_threaded.c
AgeCommit message (Collapse)Author
2021-02-10Fix ARM dynarecDavid Guillen Fandos
Turns out there were a couple of very interesting and hard to track bugs. A missing comma made the reg list too short, leaving the 31th element at the mercy of the linker ordering algorithm, which seems to work in some cases depending on the compiler version. Also the cache flush code seemed not to work on my machine (OGA), not sure why it wored in the past :/
2019-11-09[VITA] Fixes bug causing dynarec stutteringFrancisco José García García
2019-10-20Get dynarec working again for PSPbmaupin
2016-10-04Remove RW_INITFrancisco José García García
2016-10-04(VITA) Dynarec changesFrancisco José García García
2016-10-03(VITA) Dynarec workingFrancisco José García García
2016-08-15Fix build issuestwinaphex
2016-08-14(VITA) Dynarec WIPFrancisco José García García
2016-08-08(VITA) Dynarec WIPFrancisco José García García
2015-11-04(3ds) dynarec: map the translation caches to specific addresses ataliaspider
runtime, increases compatibility with loaders that can reloacate each program section seperately. move the svc enabling functions to the frontend.
2015-09-11(3DS) add dynarec support when started from a .cia installaliaspider
use libkhax for ninjhax 1.0
2015-04-08(3DS) enable dynarec support, works only with ninjahax.aliaspider
2014-12-20Get rid of function_ccTwinaphex
2014-12-13Remove a lot of the GNU case range extensions instancestwinaphex
2014-12-11Reimplement cache invalidation codetwinaphex
2014-12-11(Android) For Android x86 build - try to use mmap, for Android - use ↵twinaphex
ARM_MEMORY_DYNAREC codepath
2014-12-10(Android) Works now with dynarectwinaphex
2014-12-10PC_BUILD can go nowtwinaphex
2014-12-10We don't need to get rid of idle loop patching for non-dynarectwinaphex
core
2014-12-10Add HAVE_DYNAREC ifdeftwinaphex
2014-12-10Code nits - get rid of '== NULL' / '!= NULL'twinaphex
2014-12-10Style nitstwinaphex
2014-12-10cleanupsaliaspider
2014-12-10add a HAVE_MMAP check, cleanups.aliaspider
2014-12-10Demacro-ize block_builder_arm/block_builder_thumbtwinaphex
2014-12-10Add macro parameter 'opcode' to some macrostwinaphex
2014-12-09dynamic recompiler now works when the core is compiled as a sharedaliaspider
library.
2011-09-06enable -Wall and fix warnings reported by itnotaz
2011-09-03fix some warningsnotaz
2011-09-03revive PC build, support Linuxnotaz
2011-09-03get rid of GP2X_BUILD checks where they are not really needednotaz
2011-09-02move platform-independent stuff out of /gp2x.notaz
2009-06-21cache clean fixnotaz
2009-05-21original source from gpsp09-2xb_src.tar.bz2notaz