ppsspp/Core/MIPS
Henrik Rydgård b1d6eefb8a Call UpdateActiveSymbols only once from MIPSAnalyst instead of for every recognized function.
Reduces startup slowdown when using a function signature file drastically.
2014-02-11 11:21:56 +01:00
..
ARM Mostly get rid of including "Globals.h" 2013-12-30 10:17:11 +01:00
JitCommon Including <cstddef> here was reported to fix a build problem. 2014-02-07 23:05:03 +01:00
PPC Mostly get rid of including "Globals.h" 2013-12-30 10:17:11 +01:00
x86 Merge branch 'debugger2' of https://github.com/unknownbrackets/ppsspp into unknownbrackets-debugger2 2014-01-26 23:10:37 +01:00
MIPS.cpp Clear out the jit pointer on shutdown. Some cleanup. 2014-01-28 11:32:54 +01:00
MIPS.h Clear out the jit pointer on shutdown. Some cleanup. 2014-01-28 11:32:54 +01:00
MIPSAnalyst.cpp Call UpdateActiveSymbols only once from MIPSAnalyst instead of for every recognized function. 2014-02-11 11:21:56 +01:00
MIPSAnalyst.h Make the "on change" checkbox for memchecks work. 2014-01-26 11:57:39 -08:00
MIPSAsm.cpp Remove redundant break in MIPSAsm.cpp. 2014-01-30 01:48:32 -05:00
MIPSAsm.h Mostly get rid of including "Globals.h" 2013-12-30 10:17:11 +01:00
MIPSAsmTables.cpp Fix rotrv (dis)assembly 2013-10-13 10:36:43 +02:00
MIPSAsmTables.h Fix some const char * conversion warnings. 2013-09-01 10:25:20 -07:00
MIPSCodeUtils.cpp Assorted cleanup in the MIPS emulation 2013-12-10 13:15:16 +01:00
MIPSCodeUtils.h Mostly get rid of including "Globals.h" 2013-12-30 10:17:11 +01:00
MIPSDebugInterface.cpp Avoid returning points from the symbol map. 2014-01-25 21:40:23 -08:00
MIPSDebugInterface.h Avoid returning points from the symbol map. 2014-01-25 21:40:23 -08:00
MIPSDis.cpp Fix some replace-related bugs. Add "jal" replace inlining, not activated. 2013-12-18 16:27:23 +01:00
MIPSDis.h Mostly get rid of including "Globals.h" 2013-12-30 10:17:11 +01:00
MIPSDisVFPU.cpp Fix some formatting warnings. 2013-12-01 11:21:15 -08:00
MIPSDisVFPU.h Mostly get rid of including "Globals.h" 2013-12-30 10:17:11 +01:00
MIPSInt.cpp Update the debugger on a break instruction. 2014-01-26 11:57:40 -08:00
MIPSInt.h Mostly get rid of including "Globals.h" 2013-12-30 10:17:11 +01:00
MIPSIntVFPU.cpp Improve vfpu disasm for a few instructions. 2013-11-29 10:07:15 -08:00
MIPSIntVFPU.h Mostly get rid of including "Globals.h" 2013-12-30 10:17:11 +01:00
MIPSStackWalk.cpp Avoid an infinite loop on bad stack walk. 2014-01-18 09:58:48 -08:00
MIPSStackWalk.h Fix a few minor typos + small reporting change. 2013-08-12 23:02:39 -07:00
MIPSTables.cpp Delete CPU.cpp/h , cleanup 2013-12-30 00:11:29 +01:00
MIPSTables.h Mostly get rid of including "Globals.h" 2013-12-30 10:17:11 +01:00
MIPSVFPUUtils.cpp Fix missing includes (stdio.h) 2014-01-01 22:31:03 +02:00
MIPSVFPUUtils.h Improve vfpu disasm for a few instructions. 2013-11-29 10:07:15 -08:00