dolphin/Source/Core/Core/PowerPC
JosJuice ab8b2f9fe0 PPCAnalyst: Less strict interrupt checks in CanSwapAdjacentOps
When these checks were originally added, we didn't have the nice
canCauseException attribute. Now we do, so let's use it.
2022-01-01 20:25:04 +01:00
..
CachedInterpreter Config: Port remaining Interface settings to new config system. 2021-12-31 17:40:04 +01:00
Interpreter Config: Port remaining Interface settings to new config system. 2021-12-31 17:40:04 +01:00
Jit64 Config: Port remaining Interface settings to new config system. 2021-12-31 17:40:04 +01:00
Jit64Common Config: Port remaining Interface settings to new config system. 2021-12-31 17:40:04 +01:00
JitArm64 Config: Port remaining Interface settings to new config system. 2021-12-31 17:40:04 +01:00
JitArmCommon JitArm64: Restructure the BackPatchInfo flags enum 2021-09-08 21:23:00 +02:00
JitCommon Config: Port remaining Interface settings to new config system. 2021-12-31 17:40:04 +01:00
SignatureDB treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
BreakPoints.cpp MMU: Don't truncate 64-bit values when calling Memcheck() 2021-08-31 11:39:13 -04:00
BreakPoints.h MMU: Don't truncate 64-bit values when calling Memcheck() 2021-08-31 11:39:13 -04:00
ConditionRegister.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ConditionRegister.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
CPUCoreBase.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GDBStub.cpp Merge pull request #10298 from aldelaro5/gdb-stub-fix-registers 2021-12-29 21:02:31 -05:00
GDBStub.h GDBStub: Refactor the whole code 2021-10-21 08:26:50 -04:00
Gekko.h GDB Stub: Fix the id of the registers returned by p and P packets 2021-12-28 19:27:34 -05:00
JitInterface.cpp PowerPC: Fix for calling InvalidateICacheLines() with a count of 1 causing a (harmless) second invalidation. 2021-08-19 22:54:34 +02:00
JitInterface.h Jit64: Optimize dcbx being called in a loop over a large memory region. 2021-08-17 02:38:00 +02:00
MMU.cpp Merge pull request #10142 from aldelaro5/gdb-stub-rework 2021-10-24 01:51:29 +13:00
MMU.h MMU: Replace TryReadResult and TryWriteResult with std::optional 2021-10-13 11:44:28 -07:00
PowerPC.cpp Config: Port remaining Interface settings to new config system. 2021-12-31 17:40:04 +01:00
PowerPC.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
PPCAnalyst.cpp PPCAnalyst: Less strict interrupt checks in CanSwapAdjacentOps 2022-01-01 20:25:04 +01:00
PPCAnalyst.h PPCAnalyzer: Most member functions can be const. 2021-12-31 17:46:45 +01:00
PPCCache.cpp Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
PPCCache.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
PPCSymbolDB.cpp Merge pull request #8932 from sepalani/cw-map 2021-08-29 23:28:09 +02:00
PPCSymbolDB.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
PPCTables.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
PPCTables.h Jit: Raise program exception on floating point exceptions 2021-10-13 17:42:56 +02:00
Profiler.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00