ppsspp/Core/MIPS
Unknown W. Brackets 6aa9b8aa36 Limit stack walk distance a bit.
It was spending 0.5s in debug scanning all of memory for an entry (due to
some fp/sp tricks that aren't well detected yet.)  Let's just assume a 1MB
func doesn't need to be walked properly.
2014-07-20 21:52:55 -07:00
..
ARM ArmJit: Optimisation when comparing float against 0.0f 2014-07-17 05:12:43 +10:00
JitCommon Keep track of ranges that have emuhack ops. 2014-07-05 16:25:16 -07:00
PPC Android: ARMv5 fix 2014-07-17 02:34:22 +10:00
x86 Keep track of ranges that have emuhack ops. 2014-07-05 16:25:16 -07:00
MIPS.cpp Fix startDefaultPrefix tripping. 2014-06-30 08:10:14 -07:00
MIPS.h jit: Initialize startDefaultPrefix when switching. 2014-06-28 00:38:56 -07:00
MIPSAnalyst.cpp Improve function range detection. 2014-07-20 14:42:20 -07:00
MIPSAnalyst.h Check more ops for changing memory in debugger. 2014-06-19 00:48:33 -07: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 vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
MIPSCodeUtils.cpp When scanning or relocating, check replacements. 2014-06-23 08:18:56 -07:00
MIPSCodeUtils.h Clear module text and bss on unload. 2014-07-13 22:00:32 -07:00
MIPSDebugInterface.cpp Fix Unix-like builds. 2014-03-15 10:02:47 -04:00
MIPSDebugInterface.h More cstring includes, grr. 2014-03-15 12:03:33 -07:00
MIPSDis.cpp More cstring includes, grr. 2014-03-15 12:03:33 -07:00
MIPSDis.h Mostly get rid of including "Globals.h" 2013-12-30 10:17:11 +01:00
MIPSDisVFPU.cpp More cstring includes, grr. 2014-03-15 12:03:33 -07:00
MIPSDisVFPU.h Mostly get rid of including "Globals.h" 2013-12-30 10:17:11 +01:00
MIPSInt.cpp Fix a warning on 32-bit that might be bad... 2014-06-22 22:17:48 -07:00
MIPSInt.h Mostly get rid of including "Globals.h" 2013-12-30 10:17:11 +01:00
MIPSIntVFPU.cpp Remove outdated comment (real cause found/fixed.) 2014-06-28 16:06:10 -07:00
MIPSIntVFPU.h Mostly get rid of including "Globals.h" 2013-12-30 10:17:11 +01:00
MIPSStackWalk.cpp Limit stack walk distance a bit. 2014-07-20 21:52:55 -07:00
MIPSStackWalk.h Fix a few minor typos + small reporting change. 2013-08-12 23:02:39 -07:00
MIPSTables.cpp MemMap should not be included in MIPS.h. 2014-03-15 10:45:39 +01:00
MIPSTables.h MemMap should not be included in MIPS.h. 2014-03-15 10:45:39 +01:00
MIPSVFPUUtils.cpp Fix missing includes (stdio.h) 2014-01-01 22:31:03 +02:00
MIPSVFPUUtils.h Use sincosf where available (linux) 2014-06-15 12:06:02 +02:00