556 Commits (3e2b32a3ee4ee6c212972c544d7844632d202fd9)

Author SHA1 Message Date
Subv d84eb9dac6 CPU: Save and restore the TPIDR_EL0 system register on every context switch. 8 years ago
Lioncash ae09adfcb3 arm_interface: Remove unused tls_address member of ThreadContext 8 years ago
MerryMage 56cc1c11ec scheduler: Clear exclusive state when switching contexts 8 years ago
Hedges e066bc75b9 More improvements to GDBStub (#653) 8 years ago
James Rowe 0d46f0df12 Update clang format 8 years ago
James Rowe 638956aa81 Rename logging macro back to LOG_* 8 years ago
Hedges 39fb3e362c GDB Stub Improvements (#508) 8 years ago
bunnei a434fdcb10 core: Implement multicore support. 8 years ago
Lioncash 7c9644646f
general: Make formatting of logged hex values more straightforward 8 years ago
Lioncash 8475496630
general: Convert assertion macros over to be fmt-compatible 8 years ago
Lioncash c33755e2b9
core: Replace remaining old non-generic logger usages with fmt-capable equivalents 8 years ago
MerryMage 88c9608eac arm_dynarmic: Fix timing 8 years ago
N00byKing ef875d6a35 Clean Warnings (?) 8 years ago
bunnei 403f8e79ea arm_interface: Support unmapping previously mapped memory. 8 years ago
bunnei 7d6653268f core: Move process creation out of global state. 8 years ago
N00byKing bc88cae0c7 Implements citra-emu/citra#3184 8 years ago
mailwl 910198a29a Stub am::SetScreenShotPermission, and bsd::StartMonitoring functions 8 years ago
MerryMage 32d127ad3e dynarmic: Update to 6b4c6b0 8 years ago
MerryMage e8b9731af3 arm_dynarmic: LOG_INFO on unicorn fallback 8 years ago
MerryMage 6085d32cf5 arm_dynarmic: Support direct page table access 8 years ago
MerryMage d3bbed5e78 dynarmic: Update to 41ae12263 8 years ago
River City Ransomware dd62f125c3 Fixes some cast warnings, partial port of citra #3064 (#106) 8 years ago
MerryMage e35644c005 clang-format 8 years ago
James Rowe 2d7a85f7af Build: Automagically handle unicorn 8 years ago
James Rowe e026b66bbb Build: Add unicorn as a submodule and build it if needed 8 years ago
MerryMage 668e5452fa Update dynarmic to bc73004 8 years ago
bunnei 17af2937fe arm_unicorn: Log unmapped memory access address. 8 years ago
bunnei 1247c53786 yuzu: Update license text to be consistent across project. 8 years ago
MerryMage d2fbc78320 arm_dynarmic: Implement core 8 years ago
bunnei b38223f662 arm_unicorn: Load/release unicorn DLL. 8 years ago
bunnei 3f8b9181b5 unicorn: Use for arm interface on Windows. 8 years ago
bunnei 6e9d66fd3a arm_dynarmic: More cleanup. 8 years ago
bunnei aa7e061e71 arm_dynarmic: Gut interface until dynarmic is ready for general use. 8 years ago
bunnei b172f0d770 arm: Remove SkyEye/Dyncom code that is ARMv6-only. 8 years ago
bunnei 45db4bb3ea logging: Rename category "Core_ARM11" to "Core_ARM". 8 years ago
bunnei 6377585edb arm_interface: Set TLS address for dynarmic core. 8 years ago
bunnei 3411883fe3 arm: Use 64-bit addressing in a bunch of places. 8 years ago
Huw Pascoe 529f4a0131 Moved down_count to CoreTiming 8 years ago
MerryMage 67a70bd9e1 ARM_Interface: Implement PageTableChanged 8 years ago
Subv 7a3ab7c63d CPU/Dynarmic: Disable the fast page-table access in dynarmic until it supports switching page tables at runtime. 8 years ago
Subv d237a89048 CPU/Dynarmic: Fixed a warning when incrementing the number of ticks in ExecuteInstructions. 8 years ago
Subv 9d0841b48b Dyncom: Use size_t instead of int to store the instruction offsets in the instruction cache. 8 years ago
Subv d3fb1d6c38 Dyncom: Fixed a conversion warning when decoding thumb instructions. 8 years ago
Subv 5b46a89230 fixup! Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled. 9 years ago
Subv a0874a7a68 Dyncom/VFP: Perform flush-to-zero on the second operand of vsub before sending it to vadd. 9 years ago
Subv 11fe85f129 Dyncom/VFP: Strip the VFP_NAN_FLAG sentinel value when setting vfp exceptions. 9 years ago
Subv bf45ccfb40 Revert "Remove `exceptions` parameter from `normaliseround` VFP functions" 9 years ago
Subv b1a29371c9 Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled. 9 years ago
Yuri Kunde Schlesner d97b977540 Dyncom: Remove disassembler code 9 years ago
Yuri Kunde Schlesner f0a582b218 Dyncom: Tweak types and log formatting 9 years ago