summaryrefslogtreecommitdiff
path: root/src/core/arm
AgeCommit message (Expand)Author
2018-02-09dynarmic: Update to 41ae12263MerryMage
2018-01-19Fixes some cast warnings, partial port of citra #3064 (#106)River City Ransomware
2018-01-16clang-formatMerryMage
2018-01-16Build: Automagically handle unicornJames Rowe
2018-01-16Build: Add unicorn as a submodule and build it if neededJames Rowe
2018-01-13Update dynarmic to bc73004MerryMage
2018-01-13arm_unicorn: Log unmapped memory access address.bunnei
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2018-01-12arm_dynarmic: Implement coreMerryMage
2018-01-04arm_unicorn: Load/release unicorn DLL.bunnei
2018-01-04unicorn: Use for arm interface on Windows.bunnei
2018-01-04arm_dynarmic: More cleanup.bunnei
2018-01-03arm_dynarmic: Gut interface until dynarmic is ready for general use.bunnei
2018-01-02arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei
2017-10-23logging: Rename category "Core_ARM11" to "Core_ARM".bunnei
2017-10-09Merge remote-tracking branch 'upstream/master' into nxbunnei
2017-09-30arm_interface: Set TLS address for dynarmic core.bunnei
2017-09-30arm: Use 64-bit addressing in a bunch of places.bunnei
2017-09-30Moved down_count to CoreTimingHuw Pascoe
2017-09-24ARM_Interface: Implement PageTableChangedMerryMage
2017-09-15Merge pull request #2842 from Subv/switchable_page_tableB3n30
2017-09-15CPU/Dynarmic: Disable the fast page-table access in dynarmic until it support...Subv
2017-08-21CPU/Dynarmic: Fixed a warning when incrementing the number of ticks in Execut...Subv
2017-08-21Dyncom: Use size_t instead of int to store the instruction offsets in the ins...Subv
2017-08-21Dyncom: Fixed a conversion warning when decoding thumb instructions.Subv
2017-05-22Merge pull request #2692 from Subv/vfp_ftzSebastian Valle
2017-05-21fixup! Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.Subv
2017-05-22Merge pull request #2694 from Subv/vfp_vsub_ftzMerry
2017-05-13Dyncom/VFP: Perform flush-to-zero on the second operand of vsub before sendin...Subv
2017-05-08Merge pull request #2696 from Subv/vfp_revertYuri Kunde Schlesner
2017-05-09Dyncom/VFP: Strip the VFP_NAN_FLAG sentinel value when setting vfp exceptions.Subv
2017-05-09Revert "Remove `exceptions` parameter from `normaliseround` VFP functions"Subv
2017-05-08Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.Subv
2017-05-07Dyncom: Remove disassembler codeYuri Kunde Schlesner
2017-05-07Dyncom: Tweak types and log formattingYuri Kunde Schlesner
2017-05-07Remove unused symbols codeYuri Kunde Schlesner
2017-02-18dyncom: Correct SXTAB16 and SXTB16MerryMage
2017-02-03arm_dynarmic: Update memory interfaceMerryMage
2017-02-03arm_dynarmic: CP15 supportMerryMage
2016-12-22Merge pull request #2366 from MerryMage/MemoryReadCodebunnei
2016-12-22arm_dynarmic: Provide MemoryReadCode callbackMerryMage
2016-12-22ThreadContext: Move from "core" to "arm_interface".bunnei
2016-12-15gdbstub: Remove global variable from public interfaceLioncash
2016-12-15core: Add missing #pragma once directives where applicableLioncash
2016-12-11Core: Add a forgotten #include <cstring> for memcpy.Emmanuel Gil Peyrot
2016-11-26dynarmic: Add ticks based on ticks executed, not ticks requestedMerryMage
2016-11-24Expose page table to dynarmic for optimized reads and writes to the JITJames Rowe
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner