.. |
Interpreter
|
Merge pull request #1012 from skidau/aram-dma-exceptions
|
2014-09-28 14:48:38 +10:00 |
Jit64
|
Compile the ARAM DMA exception checks into the JIT block in a similar style to FIFO writes. This ensures that the ARAM DMA is handled soon after the DMA completes. Fixes issue 7122 and issue 7342.
|
2014-09-27 20:16:25 +10:00 |
Jit64IL
|
Fix fastmem in JitIL after 755bd2c4 .
|
2014-09-25 01:15:58 -04:00 |
JitArm32
|
Implement XER optimization on ARMv7 JIT core
|
2014-09-24 12:27:54 -07:00 |
JitArm64
|
[AArch64] Implement twi and tw.
|
2014-09-21 14:17:04 -05:00 |
JitCommon
|
Compile the ARAM DMA exception checks into the JIT block in a similar style to FIFO writes. This ensures that the ARAM DMA is handled soon after the DMA completes. Fixes issue 7122 and issue 7342.
|
2014-09-27 20:16:25 +10:00 |
JitILCommon
|
Fix Fastmem in JitIL for massive speed gains.
|
2014-09-14 16:21:54 +12: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
|
Merge pull request #1127 from Sonicadvance1/QGR-BitField
|
2014-09-26 14:53:24 +10:00 |
JitInterface.cpp
|
Added a instant ARAM DMA mode which is enabled automatically when required.
|
2014-09-27 20:47:29 +10:00 |
JitInterface.h
|
Added a instant ARAM DMA mode which is enabled automatically when required.
|
2014-09-27 20:47:29 +10:00 |
PPCAnalyst.cpp
|
Added a CompileExceptionCheck function to the JitInterface and re-routed the existing code to utilise the interface.
|
2014-09-27 20:16:26 +10:00 |
PPCAnalyst.h
|
JIT: flush a register if it won't be used for the rest of the block
|
2014-09-22 16:00:25 -07:00 |
PPCCache.cpp
|
Fix build failing when disabling precompiled headers.
|
2014-09-19 18:17:51 -04: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 |
PowerPC.cpp
|
Include CommonTypes.h instead of Common.h.
|
2014-09-08 15:39:58 -04:00 |
PowerPC.h
|
Reorganize carry to store flags separately instead of part of XER
|
2014-09-24 12:27:47 -07:00 |
Profiler.cpp
|
remove unused globals
|
2014-07-11 16:10:20 +02:00 |
Profiler.h
|
Remove x86_32 from the JIT block "profiler."
|
2014-08-03 13:48:53 -05: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 |