ppsspp/Core/MIPS
Unknown W. Brackets 0ca8f5c655 Improve performance of ScanForFunctions().
Mostly affects games with a lot of modules and exports.
2013-07-06 16:58:17 -07:00
..
ARM Fix dumb mistake from x86 jit changes, fixes #2635. 2013-07-05 22:05:55 -07:00
JitCommon Fix potential crash looking up block_num. 2013-04-28 20:59:13 -07:00
x86 Fix memchecks for halfwords and bytes. 2013-07-06 13:15:48 -07:00
MIPS.cpp Add Mersenne Twister random number generator. 2013-05-20 00:57:45 +02:00
MIPS.h Mips interpreter: Use unions instead of ugly casts. Strict-aliasing builds now work, but needs more testing so I don't enable it yet. Also some aliasing fixes for TransformPipeline. 2013-06-11 21:44:37 +02:00
MIPSAnalyst.cpp Improve performance of ScanForFunctions(). 2013-07-06 16:58:17 -07:00
MIPSAnalyst.h Clear the debug symbol map on shutdown. 2013-05-26 16:29:21 -07:00
MIPSCodeUtils.cpp Correctly detect bltzal as func calls in debug. 2013-05-26 16:24:58 -07:00
MIPSCodeUtils.h Fix a typo. 2013-05-27 00:16:22 -07:00
MIPSDebugInterface.cpp Merge branch 'Debugger' of https://github.com/Kingcom/ppsspp into Kingcom-Debugger 2013-07-05 22:59:55 +02:00
MIPSDebugInterface.h Moved expression parser to native and changed how it's accessed 2013-07-01 01:41:06 +02:00
MIPSDis.cpp Clean up disasm immediates. 2013-03-11 23:45:29 -07:00
MIPSDis.h
MIPSDisVFPU.cpp
MIPSDisVFPU.h
MIPSInt.cpp Revert "Remove hack for BREAK in Sol Trigger" 2013-06-26 07:56:36 -07:00
MIPSInt.h
MIPSIntVFPU.cpp Implement vmone/vmzero/vmidt for the x86 jit. 2013-07-04 18:16:57 -07:00
MIPSIntVFPU.h
MIPSTables.cpp Implement vmone/vmzero/vmidt for the x86 jit. 2013-07-04 18:16:57 -07:00
MIPSTables.h
MIPSVFPUUtils.cpp Clean up some indents, add some reporting. 2013-05-18 02:09:32 -07:00
MIPSVFPUUtils.h Clean up some indents, add some reporting. 2013-05-18 02:09:32 -07:00