summaryrefslogtreecommitdiff
path: root/src/core/arm
AgeCommit message (Expand)Author
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
2020-06-27Core/Common: Address Feedback.Fernando Sahmkow
2020-06-27SVC: Implement 32-bits wrappers and update Dynarmic.Fernando Sahmkow
2020-06-27ARM: Update Dynarmic and Setup A32 according to latest interface.Fernando Sahmkow
2020-06-27ArmDynarmic32: Setup CNTPCT correctlyFernando Sahmkow
2020-06-27ARMDynarmicInterface: Correct GCC Build Errors.Fernando Sahmkow
2020-06-27Clang Format.Fernando Sahmkow
2020-06-27ARMInterface/Externals: Update dynarmic and fit to latest version.Fernando Sahmkow
2020-06-27ARMInterface: Correct rebase errors.Fernando Sahmkow
2020-06-27Dynarmic Interface: don't clear cache if JIT has not been created.Fernando Sahmkow
2020-06-27General: Cleanup legacy code.Fernando Sahmkow
2020-06-27SingleCore: Use Cycle Timing instead of Host Timing.Fernando Sahmkow
2020-06-27General: Move ARM_Interface into Threads.Fernando Sahmkow
2020-06-27Core: Refactor ARM Interface.Fernando Sahmkow
2020-06-27X64 Clock: Reduce accuracy to be less or equal to guest accuracy.Fernando Sahmkow
2020-06-27ARM/WaitTree: Better track the CallStack for each thread.Fernando Sahmkow
2020-06-27SVC/ARM: Correct svcSendSyncRequest and cache ticks on arm interface.Fernando Sahmkow
2020-06-27ARM: Addapt to new Exclusive Monitor Interface.Fernando Sahmkow
2020-06-27General: Fix microprofile on dynarmic/svc, fix wait tree showing which thread...Fernando Sahmkow
2020-06-27ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.Fernando Sahmkow
2020-06-27Scheduler: Remove arm_interface lock and a few corrections.Fernando Sahmkow
2020-06-27Core: Correct rebase.Fernando Sahmkow
2020-06-27General: Add better safety for JIT use.Fernando Sahmkow
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow
2020-06-22arm_dynarmic_64: Log the instruction when an exception is raisedMorph
2020-06-22arm_dynarmic_32: Log under Core_ARM instead of HW_GPUMorph
2020-06-18arm_dynarmic_32: Fix implicit conversion error in SetTPIDR_EL0ReinUsesLisp
2020-06-17arm_dynarmic_cp15: Implement CNTPCTMerryMage
2020-06-17arm_dynarmic_cp15: Update CP15MerryMage
2020-06-17arm_dynarmic_32: InterpreterFallback should never happenMerryMage
2020-04-24physical_core: Make use of std::make_unique instead of std::make_shared in ctorLioncash
2020-04-20Merge pull request #3724 from bunnei/fix-unicornbunnei
2020-04-20dynarmic: Add option to disable CPU JIT optimizationsMerryMage
2020-04-19core: arm_unicorn: Fix interpret fallback by temporarily mapping instruction ...bunnei
2020-04-17dynarmic: Enable strict alignment checks.bunnei
2020-04-17core: memory: Move to Core::Memory namespace.bunnei