dolphin/Source/Core/Core/PowerPC
Michael Maltese 89eb019788 SignatureDB: fix prevented copy elision
Clang warning:

```
Source/Core/Core/PowerPC/SignatureDB/SignatureDB.cpp:22:17: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
    : m_handler(std::move(CreateFormatHandler(handler)))
                ^
Source/Core/Core/PowerPC/SignatureDB/SignatureDB.cpp:22:17: note: remove std::move call here
    : m_handler(std::move(CreateFormatHandler(handler)))
                ^~~~~~~~~~                            ~
```
2017-05-02 20:01:32 -07:00
..
CachedInterpreter [HLE] CachedInterpreter: Fixes invalid logs 2017-04-29 19:38:41 +01:00
Interpreter [HLE] Interpreter: Fixes invalid logs 2017-04-29 19:38:40 +01:00
Jit64 Jit64: fix braces warning in Jit_Integer 2017-05-02 14:30:28 -07:00
Jit64Common Merge pull request #5260 from MerryMage/CheckIfSafeAddress 2017-04-15 13:26:05 +02:00
Jit64IL [HLE] JitIL: Fixes invalid logs 2017-04-29 19:38:42 +01:00
JitArm64 JitArm64: Use CR cache 2017-04-29 09:31:28 +01:00
JitArmCommon Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
JitCommon Jit64: Make psq_lXX PIE-compliant 2017-04-14 11:52:33 +01:00
JitILCommon CPU: Convert state enum to an enum class 2017-03-28 11:48:28 -04:00
SignatureDB SignatureDB: fix prevented copy elision 2017-05-02 20:01:32 -07:00
BreakPoints.cpp Breakpoints.cpp: fix format string warnings 2017-03-21 23:25:17 -07:00
BreakPoints.h Fix memory breakpoint when checking the middle of the data 2017-03-18 22:48:57 -04:00
CPUCoreBase.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
GDBStub.cpp Core: Remove double newlines at the end of *_LOG messages. 2016-11-02 02:09:33 +00:00
GDBStub.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Gekko.h specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
JitInterface.cpp JitInterface: Convert includes into forward declarations where applicable 2017-03-02 13:20:29 -05:00
JitInterface.h JitInterface: Convert includes into forward declarations where applicable 2017-03-02 13:20:29 -05:00
MMU.cpp MMU: Get rid of pointer casts 2017-04-17 20:52:57 -04:00
PowerPC.cpp x86-64 support on Android 2017-04-16 11:53:33 +02:00
PowerPC.h x86-64 support on Android 2017-04-16 11:53:33 +02:00
PPCAnalyst.cpp Merge pull request #5140 from sepalani/signature_db 2017-05-02 19:23:46 -04:00
PPCAnalyst.h PPCAnalyst: Make SetInstructionStats' opinfo parameter a const pointer 2017-02-18 04:14:26 -05:00
PPCCache.cpp Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
PPCCache.h PowerPC: Explicitly savestate PowerPCState members 2017-01-18 23:44:46 -05:00
PPCSymbolDB.cpp SignatureDB: Rewrite FormatHandler API 2017-04-29 19:50:20 +01:00
PPCSymbolDB.h PPCSymbolDB: Drop useless const qualifier 2016-09-26 22:57:40 +02:00
PPCTables.cpp PPCTables: Do not consider OPTYPE_UNKNOWN as valid instruction 2017-04-10 18:31:24 +01:00
PPCTables.h CPU Backends: Make each CPU backend responsible for initializing its own 2017-02-10 13:08:14 -05:00
Profiler.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Profiler.h JitCache: Add a helper function to iterate over all blocks. 2017-01-12 20:23:14 +01:00