dolphin/Source/Core/Core
Ryan Houdek 3f73fc37fc [ARM] Implements more fastmem instructions in lXX.
There are a few instructions in lXX that aren't currently fastmem capable due to using a register offset.
This implements fastmem for those few instructions.
Really I'll be changing how ARMv7 fastmem works in the future so this is really temporary code.
Just don't know how long it'll stay.
This relies on PR #257
2014-04-14 00:38:46 -05:00
..
Boot Remove all trailing whitespaces from our codebase. 2014-03-29 11:05:44 +01:00
Debugger Mark the PPCDebugInterface and DSPDebugInterface as final. 2014-03-18 20:42:08 -04:00
DSP Renamed all Core/DPS/Dsp* files to Core/DSP/DSP* 2014-04-10 12:10:55 -06:00
FifoPlayer Add the algorithm header to a few FifoPlayer cpp files. 2014-03-29 10:42:28 -04:00
HLE Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
HW Added BBA TAP backend for OS X. 2014-04-12 09:51:34 +02:00
IPC_HLE Fixes Wiimotes for libogc. 2014-03-30 11:04:30 +13:00
PowerPC [ARM] Implements more fastmem instructions in lXX. 2014-04-14 00:38:46 -05:00
ActionReplay.cpp Turn some non-const refs into pointers 2014-03-17 02:55:57 +01:00
ActionReplay.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
ARDecrypt.cpp Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
ARDecrypt.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
ArmMemTools.cpp clang-modernize -use-nullptr 2014-03-09 21:14:26 +01:00
BootManager.cpp Save bHLE_BS2 to config cache before it can be changed while booting. 2014-03-16 20:05:09 -04:00
BootManager.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
CMakeLists.txt Updated the Cmake and VCX project files 2014-04-10 12:10:55 -06:00
ConfigManager.cpp Allow the user to enable the extended information string like the old days. 2014-03-22 23:32:07 -05:00
ConfigManager.h Allow the user to enable the extended information string like the old days. 2014-03-22 23:32:07 -05:00
Core.cpp Move audio handling out of DSP emulation. 2014-03-29 11:19:32 -07:00
Core.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
Core.vcxproj Updated the Cmake and VCX project files 2014-04-10 12:10:55 -06:00
Core.vcxproj.filters Updated the Cmake and VCX project files 2014-04-10 12:10:55 -06:00
CoreParameter.cpp Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
CoreParameter.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
CoreTiming.cpp Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
CoreTiming.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
DSPEmulator.cpp Fix more header sorting issues in Core/ (now check-includes clean). 2014-02-20 01:01:11 +01:00
DSPEmulator.h Move audio handling out of DSP emulation. 2014-03-29 11:19:32 -07:00
ec_wii.cpp clang-modernize -use-nullptr 2014-03-09 21:14:26 +01:00
ec_wii.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
GeckoCode.cpp Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
GeckoCode.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
GeckoCodeConfig.cpp Turn some non-const refs into pointers 2014-03-17 02:55:57 +01:00
GeckoCodeConfig.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Host.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
MemTools.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Movie.cpp Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
Movie.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
NetPlayClient.cpp Replace use of the deprecated mem_fun function with mem_fn. 2014-04-01 12:09:22 -04:00
NetPlayClient.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
NetPlayProto.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
NetPlayServer.cpp Replace use of the deprecated mem_fun function with mem_fn. 2014-04-01 12:09:22 -04:00
NetPlayServer.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
PatchEngine.cpp Turn some non-const refs into pointers 2014-03-17 02:55:57 +01:00
PatchEngine.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
State.cpp Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
State.h Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
stdafx.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
stdafx.h Second and final pass of clearing out tabs. 2014-02-17 02:19:41 -05:00
Tracer.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Tracer.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
VolumeHandler.cpp clang-modernize -use-nullptr 2014-03-09 21:14:26 +01:00
VolumeHandler.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
x64MemTools.cpp clang-modernize -use-nullptr 2014-03-09 21:14:26 +01:00