summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dynarmic/arm_dynarmic.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm_dynarmic: Gut interface until dynarmic is ready for general use.bunnei2018-01-041-134/+41
* arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei2018-01-031-21/+5
* Merge remote-tracking branch 'upstream/master' into nxbunnei2017-10-101-58/+35
|\
| * Moved down_count to CoreTimingHuw Pascoe2017-09-301-8/+1
| * ARM_Interface: Implement PageTableChangedMerryMage2017-09-251-5/+17
| * Merge pull request #2842 from Subv/switchable_page_tableB3n302017-09-151-1/+3
| |\
| | * CPU/Dynarmic: Disable the fast page-table access in dynarmic until it supports switching page tables at runtime.Subv2017-09-151-1/+3
| * | CPU/Dynarmic: Fixed a warning when incrementing the number of ticks in ExecuteInstructions.Subv2017-08-211-1/+1
| |/
* | arm_interface: Set TLS address for dynarmic core.bunnei2017-09-301-0/+14
* | arm: Use 64-bit addressing in a bunch of places.bunnei2017-09-301-48/+81
|/
* arm_dynarmic: Update memory interfaceMerryMage2017-02-031-10/+10
* arm_dynarmic: CP15 supportMerryMage2017-02-031-4/+7
* Merge pull request #2366 from MerryMage/MemoryReadCodebunnei2016-12-221-0/+1
|\
| * arm_dynarmic: Provide MemoryReadCode callbackMerryMage2016-12-221-0/+1
* | ThreadContext: Move from "core" to "arm_interface".bunnei2016-12-221-2/+2
|/
* Core: Add a forgotten #include <cstring> for memcpy.Emmanuel Gil Peyrot2016-12-111-0/+1
* dynarmic: Add ticks based on ticks executed, not ticks requestedMerryMage2016-11-261-2/+2
* Expose page table to dynarmic for optimized reads and writes to the JITJames Rowe2016-11-251-0/+1
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-4/+2
* arm_dynarmic: Implement GetVFPSystemReg/SetVFPSystemReg.bunnei2016-09-151-5/+12
* arm: ResetContext shouldn't be part of ARM_Interface.bunnei2016-09-151-9/+0
* dynarmic: Implement ARM CPU interface.bunnei2016-09-151-0/+176