summaryrefslogtreecommitdiff
path: root/src/core/arm
AgeCommit message (Expand)Author
2021-07-08settings, arm_dynarmic, yuzu qt: Move CPU debugging optionlat9nq
2021-07-08arm_dynarmic_64: Re-add fastmem_address_space_bits to Auto settinglat9nq
2021-07-08arm_dynarmic{32,64}: Fixes from test buildlat9nq
2021-07-08core,common,yuzu qt: Add CPU accuracy option 'Auto'lat9nq
2021-06-24common: Replace common_sizes into user-literalsWunkolo
2021-06-20Update dynarmic and add new unsafe CPU option.Fernando Sahmkow
2021-06-11General: Add settings for fastmem and disabling adress space check.FernandoS27
2021-06-11core: Make use of fastmemMarkus Wick
2021-05-30Merge pull request #6385 from degasus/save_memory_accessbunnei
2021-05-29core/arm_interface: Improve the performance of memory fallbacks.Markus Wick
2021-05-29externals: Update dynarmic.Markus Wick
2021-05-27core/arm_interface: Call SVC after end of dynarmic block.Markus Wick
2021-05-26core/arm: Drop ChangeProcessorID.Markus Wick
2021-05-20Merge pull request #6321 from lat9nq/per-game-cpubunnei
2021-05-16core: Make variable shadowing a compile-time errorLioncash
2021-05-15general: Make CPU accuracy and related a Settings::Settinglat9nq
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-05-04service: Resolve cases of member field shadowingLioncash
2021-05-03core: Resolve misc cases of variable shadowingLioncash
2021-04-14common: Move settings to common from core.bunnei
2021-04-02arm_dynarmic: Increase size of code cacheMerryMage
2021-03-24arm_dynarmic: Always have a 'valid' jit instanceMerryMage
2021-03-21core: arm_dynarmic: Ensure JIT state is saved/restored on page table changes.bunnei
2021-02-01arm_dynarmic_32: Print out CPSR.T on exceptionMerryMage
2021-01-28arm: dynarmic: Reintroduce JIT checks on SaveContext/LoadContext.bunnei
2021-01-28core: arm: Remove unnecessary JIT checks.bunnei
2021-01-28arm: arm_dynarmic: Skip calls when JIT is invalid.bunnei
2021-01-11core: arm: arm_interface: Fix shadowing errors.bunnei
2021-01-08core: Silence unhandled enum in switch warningsReinUsesLisp
2021-01-02dynarmic: Add Unsafe_InaccurateNaN optimizationMerryMage
2020-12-29core/memory: Read and write page table atomicallyReinUsesLisp
2020-12-06hle: kernel: Rewrite scheduler implementation based on Mesopshere.bunnei
2020-12-06hle: kernel: physical_core: Clear exclusive state after each run.bunnei
2020-11-29core: arm: Implement InvalidateCacheRange for CPU cache invalidation.bunnei
2020-11-29hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.bunnei
2020-11-27core: Eliminate remaining usages of the global system instanceLioncash
2020-11-08cpu_interrupt_handler: Mark move contructor/assignment as deletedLioncash
2020-11-06Merge pull request #4888 from lioncash/unicorn-removebunnei
2020-11-03core: Remove usage of unicornLioncash
2020-10-29General: Resolve a few missing initializer warningsLioncash
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-09-22General: Make use of std::nullopt where applicableLioncash
2020-09-17arm_dynarmic_cp15: Initialize member variablesLioncash
2020-08-26cpu_interrupt_handler: Misc style changesReinUsesLisp
2020-08-26cpu_interrupt_handler: Make is_interrupted an atomicReinUsesLisp
2020-08-16dynarmic: Add unsafe optimizationsMerryMage
2020-07-11configure_cpu: Show/Hide debugging optionsMerryMage
2020-07-11configuration: Add settings to enable/disable specific CPU optimizationsMerryMage
2020-07-07cpu_interrupt_handler: Remove #pragma once from .cpp fileMerryMage