.. |
ARM
|
jit: Use nicknames for a few more static regs.
|
2014-12-17 01:11:33 -08:00 |
fake
|
x86 JIT: Join adjacent vrot calls together to avoid redundant sin/cos calls. Add a prototype, fix minor issues.
|
2014-11-30 11:04:13 +01:00 |
JitCommon
|
Merge pull request #7140 from AbandonedCart/master
|
2014-12-18 22:38:14 +01:00 |
MIPS
|
x86 JIT: Join adjacent vrot calls together to avoid redundant sin/cos calls. Add a prototype, fix minor issues.
|
2014-11-30 11:04:13 +01:00 |
x86
|
x86jit: Fix an x32 compile error in disabled code.
|
2014-12-17 08:50:31 -08:00 |
MIPS.cpp
|
Split JitCommon.h so that you can include it without getting the "NativeJit" definition
|
2014-12-13 21:13:28 +01:00 |
MIPS.h
|
Reduce the number of places we include JitCommon.h. Update native.
|
2014-12-12 23:49:08 +01:00 |
MIPSAnalyst.cpp
|
Merge pull request #7140 from AbandonedCart/master
|
2014-12-18 22:38:14 +01:00 |
MIPSAnalyst.h
|
jit: Improve and unify GPR spill logic.
|
2014-12-07 21:10:28 -08:00 |
MIPSAsm.cpp
|
Split JitCommon.h so that you can include it without getting the "NativeJit" definition
|
2014-12-13 21:13:28 +01:00 |
MIPSAsm.h
|
Replace assembler with a submodule
|
2014-11-23 21:09:40 +01:00 |
MIPSCodeUtils.cpp
|
Reduce the number of places we include JitCommon.h. Update native.
|
2014-12-12 23:49:08 +01:00 |
MIPSCodeUtils.h
|
x86 JIT: Join adjacent vrot calls together to avoid redundant sin/cos calls. Add a prototype, fix minor issues.
|
2014-11-30 11:04:13 +01:00 |
MIPSDebugInterface.cpp
|
Core: Add missing override specifiers
|
2014-12-08 15:20:31 -05:00 |
MIPSDebugInterface.h
|
Core: Add missing override specifiers
|
2014-12-08 15:20:31 -05:00 |
MIPSDis.cpp
|
Reduce the number of places we include JitCommon.h. Update native.
|
2014-12-12 23:49:08 +01:00 |
MIPSDis.h
|
Mostly get rid of including "Globals.h"
|
2013-12-30 10:17:11 +01:00 |
MIPSDisVFPU.cpp
|
Change VROT disassembly
|
2014-11-29 18:33:33 +01:00 |
MIPSDisVFPU.h
|
Mostly get rid of including "Globals.h"
|
2013-12-30 10:17:11 +01:00 |
MIPSInt.cpp
|
Reduce the number of places we include JitCommon.h. Update native.
|
2014-12-12 23:49:08 +01:00 |
MIPSInt.h
|
Mostly get rid of including "Globals.h"
|
2013-12-30 10:17:11 +01:00 |
MIPSIntVFPU.cpp
|
x86 Jit: Basic implementation of vbfy1/2 (mostly to just cross another one off the list..)
|
2014-12-04 00:18:58 +01: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
|
Goodbye PowerPC, you can always be resurrected when the time comes
|
2014-12-16 21:58:38 +01:00 |
MIPSTables.h
|
MIPSTables: Annotate fp and hi/lo in/out more accurately than just "other"
|
2014-10-12 19:46:50 +02:00 |
MIPSVFPUUtils.cpp
|
Minor cleanups, warning fixes
|
2014-12-06 12:25:28 +01:00 |
MIPSVFPUUtils.h
|
We can use sincosf again on Android - the bug in the NDK has been fixed.
|
2014-12-07 11:53:46 +01:00 |