.. |
CachedInterpreter
|
CachedInterpreter: Implement breakpoints.
|
2018-06-13 08:33:57 +02:00 |
Interpreter
|
Merge pull request #7141 from lioncash/fp
|
2018-07-04 22:26:24 -04:00 |
Jit64
|
JitCommon/JitBase: Rename x86-specific logging define to be platform agnostic
|
2018-06-14 08:35:35 -04:00 |
Jit64Common
|
Eliminate branch in ConvertDoubleToSingle
|
2018-06-13 23:02:50 +02:00 |
JitArm64
|
JitArm64: Drop the plattform register.
|
2018-06-21 22:39:15 +02:00 |
JitArmCommon
|
Reformat all the things. Have fun with merge conflicts.
|
2016-06-24 10:43:46 +02:00 |
JitCommon
|
Merge pull request #7116 from lioncash/log
|
2018-06-14 15:00:34 +02:00 |
SignatureDB
|
PowerPC: Move MMU-specifics from PowerPC.h to MMU.h
|
2018-05-17 19:18:55 -04:00 |
BreakPoints.cpp
|
BreakPoints: Make OverlapsMemcheck() a const member function
|
2018-05-22 09:42:20 -04:00 |
BreakPoints.h
|
BreakPoints: Make OverlapsMemcheck() a const member function
|
2018-05-22 09:42:20 -04:00 |
CPUCoreBase.h
|
CPUCoreBase: Make the GetName() member function const qualified
|
2018-03-24 16:17:39 -04:00 |
GDBStub.cpp
|
PowerPC: Make the PowerPCState's msr member variable a UReg_MSR instance
|
2018-05-05 17:59:30 -04:00 |
GDBStub.h
|
PowerPC: Fix indirect includes for GDBStub
|
2017-08-08 17:47:20 +08:00 |
Gekko.h
|
Gekko: Centralize bitmasking of the FPSCR within UReg_FPSCR
|
2018-06-12 14:15:50 -04:00 |
JitInterface.cpp
|
PowerPC: Convert CPUCore enum into an enum class
|
2018-06-15 10:27:59 -04:00 |
JitInterface.h
|
PowerPC: Convert CPUCore enum into an enum class
|
2018-06-15 10:27:59 -04:00 |
MMU.cpp
|
Gekko: Make register constructors explicit where applicable
|
2018-06-03 12:37:17 -04:00 |
MMU.h
|
PowerPC: Move MMU-specifics from PowerPC.h to MMU.h
|
2018-05-17 19:18:55 -04:00 |
PPCAnalyst.cpp
|
Core/PowerPC: Add option to disable branch following
|
2018-07-09 22:58:40 +02:00 |
PPCAnalyst.h
|
SymbolDB: Namespace code under the Common namespace
|
2018-05-27 18:01:40 -04:00 |
PPCCache.cpp
|
Common: Move byte swapping utilities into their own header
|
2017-03-03 17:18:18 -05:00 |
PPCCache.h
|
PowerPC: Explicitly savestate PowerPCState members
|
2017-01-18 23:44:46 -05:00 |
PPCSymbolDB.cpp
|
SymbolDB: Namespace code under the Common namespace
|
2018-05-27 18:01:40 -04:00 |
PPCSymbolDB.h
|
SymbolDB: Namespace code under the Common namespace
|
2018-05-27 18:01:40 -04:00 |
PPCTables.cpp
|
Reformat all the things!
|
2018-04-12 21:28:39 +02:00 |
PPCTables.h
|
PPCTables: Remove prefixed underscores from parameter names
|
2018-03-24 16:46:49 -04:00 |
PowerPC.cpp
|
PowerPC: Add functions to read/write the full timebase value
|
2018-06-19 13:26:08 -04:00 |
PowerPC.h
|
PowerPC: Add functions to read/write the full timebase value
|
2018-06-19 13:26:08 -04:00 |
Profiler.cpp
|
JitArm64: Reimplement aarch64 cycle counters.
|
2017-09-02 13:24:37 +02:00 |
Profiler.h
|
Profiler: Move BlockStat and ProfileStats structures into the Profiler namespace
|
2018-04-08 22:29:48 -04:00 |