559 Commits (9a6bc1e8c99acb5f9962b520c30b2cfe0237f5f0)

Author SHA1 Message Date
Lioncash 75c3f87d24 arm_dynarmic: Make MakeJit() a const member function 8 years ago
Lioncash 78051d5378 exclusive_monitor: Use consistent type alias for u64 8 years ago
MerryMage 34bf2dbf68 Implement exclusive monitor 8 years ago
Subv 196a689d20 CPU: Save and restore the TPIDR_EL0 system register on every context switch. 8 years ago
Lioncash f4047ccd48 arm_interface: Remove unused tls_address member of ThreadContext 8 years ago
MerryMage bd97579188 scheduler: Clear exclusive state when switching contexts 8 years ago
Hedges d8d8be6ac0 More improvements to GDBStub (#653) 8 years ago
James Rowe d74d2a77cb Update clang format 8 years ago
James Rowe e159c550d8 Rename logging macro back to LOG_* 8 years ago
Hedges 6c4b650ae7 GDB Stub Improvements (#508) 8 years ago
bunnei 44c565aeca core: Implement multicore support. 8 years ago
Lioncash 1b310cbb3a general: Make formatting of logged hex values more straightforward 8 years ago
Lioncash 324ee31fc3 general: Convert assertion macros over to be fmt-compatible 8 years ago
Lioncash 0a1e044322 core: Replace remaining old non-generic logger usages with fmt-capable equivalents 8 years ago
MerryMage f8426bcf94 arm_dynarmic: Fix timing 8 years ago
N00byKing 1212e9e231 Clean Warnings (?) 8 years ago
bunnei 256153c50c arm_interface: Support unmapping previously mapped memory. 8 years ago
bunnei f16763ed52 core: Move process creation out of global state. 8 years ago
N00byKing 3660aa9318 Implements citra-emu/citra#3184 8 years ago
mailwl 9d6a03e6a3 Stub am::SetScreenShotPermission, and bsd::StartMonitoring functions 8 years ago
MerryMage 2598b3d893 dynarmic: Update to 6b4c6b0 8 years ago
MerryMage 803436b709 arm_dynarmic: LOG_INFO on unicorn fallback 8 years ago
MerryMage 2a0362fe5d arm_dynarmic: Support direct page table access 8 years ago
MerryMage 9eb03cb8ef dynarmic: Update to 41ae12263 8 years ago
River City Ransomware 39827d573a Fixes some cast warnings, partial port of citra #3064 (#106) 8 years ago
MerryMage 41bfd994f6 clang-format 8 years ago
James Rowe 19fe8884ce Build: Automagically handle unicorn 8 years ago
James Rowe 84a702e6c3 Build: Add unicorn as a submodule and build it if needed 8 years ago
MerryMage d3b17a5e9b Update dynarmic to bc73004 8 years ago
bunnei ed9ffbaf28 arm_unicorn: Log unmapped memory access address. 8 years ago
bunnei 182548ec86 yuzu: Update license text to be consistent across project. 8 years ago
MerryMage ced9768819 arm_dynarmic: Implement core 8 years ago
bunnei 08991b82fe arm_unicorn: Load/release unicorn DLL. 8 years ago
bunnei 3ff86cab2e unicorn: Use for arm interface on Windows. 8 years ago
bunnei c3ee3f9d76 arm_dynarmic: More cleanup. 8 years ago
bunnei 20165180ea arm_dynarmic: Gut interface until dynarmic is ready for general use. 8 years ago
bunnei b055ea2699 arm: Remove SkyEye/Dyncom code that is ARMv6-only. 8 years ago
bunnei 9651b2db3a logging: Rename category "Core_ARM11" to "Core_ARM". 8 years ago
bunnei 47d0206ac7 arm_interface: Set TLS address for dynarmic core. 8 years ago
bunnei 7f1ce2cf68 arm: Use 64-bit addressing in a bunch of places. 8 years ago
Huw Pascoe ed9e0618c9 Moved down_count to CoreTiming 8 years ago
MerryMage 0e49bffe03 ARM_Interface: Implement PageTableChanged 8 years ago
Subv 85f1a05d7e CPU/Dynarmic: Disable the fast page-table access in dynarmic until it supports switching page tables at runtime. 9 years ago
Subv 690eed4d9e CPU/Dynarmic: Fixed a warning when incrementing the number of ticks in ExecuteInstructions. 8 years ago
Subv 015a96a59b Dyncom: Use size_t instead of int to store the instruction offsets in the instruction cache. 8 years ago
Subv b2d8872e56 Dyncom: Fixed a conversion warning when decoding thumb instructions. 8 years ago
Subv c67cd54049 fixup! Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled. 9 years ago
Subv 8533b511e8 Dyncom/VFP: Perform flush-to-zero on the second operand of vsub before sending it to vadd. 9 years ago
Subv 338eb4204e Dyncom/VFP: Strip the VFP_NAN_FLAG sentinel value when setting vfp exceptions. 9 years ago
Subv 55a42d3764 Revert "Remove `exceptions` parameter from `normaliseround` VFP functions" 9 years ago