.. |
Interpreter
|
Fix register usage detection in PPCAnalyst.
|
2014-12-02 16:12:33 -06:00 |
Jit64
|
JIT: fix possible panicalert in loadstore
|
2014-12-06 16:09:13 -08:00 |
Jit64IL
|
JIT: remove unused flag.
|
2014-11-29 12:41:36 -08:00 |
JitArm32
|
[ARM32] Fix a couple bugs in the paired loadstore routines.
|
2014-11-30 04:10:17 +00:00 |
JitArm64
|
[AArch64] Only flush registers that are needed with interpreter fallback.
|
2014-12-02 21:08:38 -06:00 |
JitCommon
|
Merge pull request #1645 from magumagu/jit-unused-flag
|
2014-12-03 16:13:31 -05:00 |
JitILCommon
|
Various formatting and consistency fixes
|
2014-11-13 22:42:18 -05:00 |
CPUCoreBase.h
|
Replace all include guard ifdefs with "#pragma once"
|
2014-02-10 18:07:16 -05:00 |
GDBStub.cpp
|
Split some parts of UpdateBoundingBox into multiple lines. Also,
|
2014-09-06 09:49:27 -05:00 |
GDBStub.h
|
Include CommonTypes.h instead of Common.h.
|
2014-09-08 15:39:58 -04:00 |
Gekko.h
|
Core: Move FPSCR exception flags to a typed enum
|
2014-09-29 00:46:15 -04:00 |
JitInterface.cpp
|
Merge pull request #1408 from randomstuff/perf
|
2014-11-03 22:36:32 -05:00 |
JitInterface.h
|
Merge pull request #1449 from comex/memtools-merge
|
2014-11-16 13:46:33 -05:00 |
PowerPC.cpp
|
Stored a copy of the PTE in the TLB like the real hardware does.
|
2014-12-06 10:28:34 +11:00 |
PowerPC.h
|
Stored a copy of the PTE in the TLB like the real hardware does.
|
2014-12-06 10:28:34 +11:00 |
PPCAnalyst.cpp
|
Updated C bit on TLB cache hits.
|
2014-12-05 14:29:13 +11:00 |
PPCAnalyst.h
|
JIT: more optimizing of float ops based on known input characteristics
|
2014-11-29 11:33:11 -08:00 |
PPCCache.cpp
|
PPCCache: Make PLRU lookup tables static
|
2014-11-05 19:35:30 -05:00 |
PPCCache.h
|
PPCCache: Get rid of FAST_ICACHE define.
|
2014-05-25 18:06:52 -07:00 |
PPCSymbolDB.cpp
|
Include CommonTypes.h instead of Common.h.
|
2014-09-08 15:39:58 -04:00 |
PPCSymbolDB.h
|
Kill off some usages of c_str.
|
2014-03-14 13:51:23 -04:00 |
PPCTables.cpp
|
Include CommonTypes.h instead of Common.h.
|
2014-09-08 15:39:58 -04:00 |
PPCTables.h
|
Added OPTYPE_LOADPS and OPTYPE_STOREPS instruction types to the PPC table.
|
2014-09-27 20:16:26 +10:00 |
Profiler.cpp
|
remove unused globals
|
2014-07-11 16:10:20 +02:00 |
Profiler.h
|
JIT: fix profiler call
|
2014-12-02 10:17:58 -08:00 |
SignatureDB.cpp
|
Include CommonTypes.h instead of Common.h.
|
2014-09-08 15:39:58 -04:00 |
SignatureDB.h
|
Kill off some usages of c_str.
|
2014-03-14 13:51:23 -04:00 |