| .. |
|
Interpreter
|
Merge pull request #846 from lioncash/fpscr-enum
|
2014-10-14 12:33:57 +11:00 |
|
Jit64
|
Disabled optimizations, block merging and instruction skipping code while the debugger is stepping.
|
2014-10-27 23:38:45 +11:00 |
|
Jit64IL
|
Fixed a crash that would occur if a new watch were added by entering a watch name.
|
2014-10-26 23:23:45 +11:00 |
|
JitArm32
|
Fixes a potential crash on the ARMv7 JIT if someone disables the entire JIT in the debugger.
|
2014-10-25 20:38:44 -05:00 |
|
JitArm64
|
JitCache: Use std::array to back the arrays within it.
|
2014-10-10 00:22:09 -04:00 |
|
JitCommon
|
Removed the EXRAM_MASK from the safe address check as it was causing invalid accesses on Wii games in DEBUGFAST builds
|
2014-10-26 14:56:03 +11:00 |
|
JitILCommon
|
Disabled optimizations, block merging and instruction skipping code while the debugger is stepping.
|
2014-10-27 23:38:45 +11:00 |
|
CPUCoreBase.h
|
|
|
|
GDBStub.cpp
|
|
|
|
GDBStub.h
|
|
|
|
Gekko.h
|
Core: Move FPSCR exception flags to a typed enum
|
2014-09-29 00:46:15 -04:00 |
|
JitInterface.cpp
|
Enables block profiling in the UI on non x86 targets.
|
2014-10-23 05:59:14 -05:00 |
|
JitInterface.h
|
JIT: properly remove FIFO write addresses when code is invalidated
|
2014-09-30 01:00:23 -07:00 |
|
PowerPC.cpp
|
Added a RAM Watch window to the debugger
|
2014-10-26 14:56:02 +11:00 |
|
PowerPC.h
|
Added a RAM Watch window to the debugger
|
2014-10-26 14:56:02 +11:00 |
|
PPCAnalyst.cpp
|
JIT: add basic register allocation heuristics
|
2014-10-09 20:09:14 -07:00 |
|
PPCAnalyst.h
|
Merge pull request #1252 from FioraAeterna/regallocator
|
2014-10-14 12:45:48 +11:00 |
|
PPCCache.cpp
|
Eliminated getPointers which are memcpyed or memset.
|
2014-10-21 12:18:54 +13:00 |
|
PPCCache.h
|
|
|
|
PPCSymbolDB.cpp
|
|
|
|
PPCSymbolDB.h
|
|
|
|
PPCTables.cpp
|
|
|
|
PPCTables.h
|
Added OPTYPE_LOADPS and OPTYPE_STOREPS instruction types to the PPC table.
|
2014-09-27 20:16:26 +10:00 |
|
Profiler.cpp
|
|
|
|
Profiler.h
|
Add missing includes where headers depend on other headers having been included first.
|
2014-10-21 21:22:16 -04:00 |
|
SignatureDB.cpp
|
|
|
|
SignatureDB.h
|
|
|