summaryrefslogtreecommitdiff
path: root/cpu_threaded.c
AgeCommit message (Expand)Author
2021-07-03Merge remote-tracking branch 'libretro/master' into pico-feneonloop
2021-05-17Add ROM mirroring and fix mult. cycle countDavid Guillen Fandos
2021-05-07Small optimization (~2-4%) and whitespace cleanup!David Guillen Fandos
2021-05-05Adding Code Breaker cheat supportDavid Guillen Fandos
2021-05-05Merge remote-tracking branch 'libretro/master' into pico-feneonloop
2021-05-05Revert "Remove BIOS reserved translation area"neonloop
2021-04-03Add instruction tracing, for testing purposesDavid Guillen Fandos
2021-03-30Improve indirect jumps in ARMDavid Guillen Fandos
2021-03-23Move caches to stub files to get around gcc 10David Guillen Fandos
2021-03-23Make ewram memory linealDavid Guillen Fandos
2021-03-17Enable runtime dynarec enable/disableDavid Guillen Fandos
2021-03-17Remove BIOS reserved translation areaDavid Guillen Fandos
2021-03-16Rewrite of the MIPS dynarec stubsDavid Guillen Fandos
2021-03-12Improve and simplify dynarec JIT area.David Guillen Fandos
2021-03-12Improve cache flush magicDavid Guillen Fandos
2021-03-10Remove PSP-specific stuff from MIPS backendDavid Guillen Fandos
2021-03-09Add workaround for Android ARM buildsDavid Guillen Fandos
2021-03-06Fix x86 dynarec, broken by d10c4afeDavid Guillen Fandos
2021-03-05Reduce executable size by 90%David Guillen Fandos
2021-02-15More cleanups (mostly whitespace and unused stuff)David Guillen Fandos
2021-02-10Fix ARM dynarecDavid Guillen Fandos
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
2015-09-11(3DS) add dynarec support when started from a .cia installaliaspider
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 ARM_MEMO...twinaphex
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
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
2011-09-06enable -Wall and fix warnings reported by itnotaz
2011-09-03fix some warningsnotaz
2011-09-03revive PC build, support Linuxnotaz