.. |
Interpreter
|
Remove an old comment about stfiwx.
|
2015-02-01 00:30:53 -06:00 |
Jit64
|
Merge pull request #1874 from magumagu/remove-unchecked-reads
|
2015-02-07 13:48:22 -08:00 |
Jit64Common
|
JitRegister: JitAsmCommon
|
2015-01-28 10:40:05 +01:00 |
Jit64IL
|
Use emplace_* functions where in-place construction is preferable
|
2015-02-04 11:39:08 -05:00 |
JitArm32
|
Merge pull request #1879 from magumagu/idle-exception-check
|
2015-01-24 12:28:44 +11:00 |
JitArm64
|
[AArch64] Remove an extraneous nop in 8bit fastmem stores.
|
2015-01-30 08:30:17 -06:00 |
JitArmCommon
|
[ARM] Adds a ArmCommon folder.
|
2014-12-20 19:36:48 -06:00 |
JitCommon
|
Fixed an overflow bug in Jit64.
|
2015-01-30 13:00:23 +11:00 |
JitILCommon
|
JIT: simplify ISI handling.
|
2015-01-01 19:25:48 -08: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
|
Use emplace_* functions where in-place construction is preferable
|
2015-02-04 11:39:08 -05:00 |
JitInterface.h
|
JIT: optimize for the common case of unquantized psq_l/st
|
2015-01-10 14:14:43 -08:00 |
PowerPC.cpp
|
For idle loops, don't explicitly call CoreTiming::Advance.
|
2015-01-11 20:42:08 -08:00 |
PowerPC.h
|
For idle loops, don't explicitly call CoreTiming::Advance.
|
2015-01-11 20:42:08 -08:00 |
PPCAnalyst.cpp
|
Use emplace_* functions where in-place construction is preferable
|
2015-02-04 11:39:08 -05:00 |
PPCAnalyst.h
|
JIT: make instruction merging generic
|
2015-01-11 09:11:18 -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
|
Rename menu items, stop using PanicAlertT, remove -d when running from visual studio.
|
2014-12-17 01:12:33 +10:30 |
PPCSymbolDB.h
|
Merge bad map file loading into the original function.
|
2014-12-17 01:11:58 +10:30 |
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
|
Fix many bugs with the Symbols menu (when run with -d argument).
|
2014-12-17 01:11:36 +10:30 |
SignatureDB.h
|
Kill off some usages of c_str.
|
2014-03-14 13:51:23 -04:00 |