dolphin/Source/Core/Core/PowerPC
Ryan Houdek 0fbd5248ca Fixes a potential crash on the ARMv7 JIT if someone disables the entire JIT in the debugger.
We can't disable branches in the JITs. Make sure they don't become disabled if someone tries to disable the full JIT.
2014-10-25 20:38:44 -05:00
..
Interpreter Merge pull request #846 from lioncash/fpscr-enum 2014-10-14 12:33:57 +11:00
Jit64 Merge pull request #1347 from comex/header-hygiene 2014-10-22 23:23:58 -04:00
Jit64IL Debug: fix disable block linking option 2014-10-08 19:03:25 -07: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 Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
JitILCommon Fix FPRF flag setting 2014-10-21 04:56:35 -07: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 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 check for external exceptions that have been set. Prevents a false positive log message. 2014-10-24 13:23:21 +11:00
PowerPC.h Reorganize carry to store flags separately instead of part of XER 2014-09-24 12:27:47 -07: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 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 Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04: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