| .. |
|
Jit.cpp
|
Removes some terrible printf debugging that was left over in the ARMv7 JIT.
|
2014-10-23 06:08:49 -05:00 |
|
Jit.h
|
Removes some terrible printf debugging that was left over in the ARMv7 JIT.
|
2014-10-23 06:08:49 -05:00 |
|
JitArm_BackPatch.cpp
|
Android: Silence a few warnings
|
2014-09-21 19:51:27 -04:00 |
|
JitArm_Branch.cpp
|
Fixes a potential crash on the ARMv7 JIT if someone disables the entire JIT in the debugger.
|
2014-10-25 20:38:44 -05:00 |
|
JitArm_FloatingPoint.cpp
|
include CommonTypes.h instead of Common.h, remove unused using.
|
2014-09-11 17:23:59 -04:00 |
|
JitArm_FPUtils.h
|
Move "using namespace ArmGen" from headers to sources.
|
2014-09-11 16:46:43 -04:00 |
|
JitArm_Integer.cpp
|
Fixes some overzealous optimizations from ARMv7 BindToRegister.
|
2014-10-25 20:36:29 -05:00 |
|
JitArm_LoadStore.cpp
|
include CommonTypes.h instead of Common.h, remove unused using.
|
2014-09-11 17:23:59 -04:00 |
|
JitArm_LoadStoreFloating.cpp
|
include CommonTypes.h instead of Common.h, remove unused using.
|
2014-09-11 17:23:59 -04:00 |
|
JitArm_LoadStorePaired.cpp
|
include CommonTypes.h instead of Common.h, remove unused using.
|
2014-09-11 17:23:59 -04:00 |
|
JitArm_Paired.cpp
|
include CommonTypes.h instead of Common.h, remove unused using.
|
2014-09-11 17:23:59 -04:00 |
|
JitArm_SystemRegisters.cpp
|
Adds support to ARMv7's register cache for not loading a destination register prior to overwriting.
|
2014-10-23 15:38:56 +00:00 |
|
JitArm_Tables.cpp
|
JIT: change eieio and tlbsync to DoNothing
|
2014-09-19 13:14:49 -07:00 |
|
JitArm_Tables.h
|
Convert all includes to relative paths.
|
2014-02-18 02:19:10 -05:00 |
|
JitArmCache.cpp
|
Core: Clean up body/brace placements in JitArm32
|
2014-08-20 14:03:46 -04:00 |
|
JitArmCache.h
|
Convert all includes to relative paths.
|
2014-02-18 02:19:10 -05:00 |
|
JitAsm.cpp
|
Adds support for stepping in the ARMv7 JIT.
|
2014-10-21 12:53:59 +00:00 |
|
JitAsm.h
|
Core: Clean up body/brace placements in JitArm32
|
2014-08-20 14:03:46 -04:00 |
|
JitFPRCache.cpp
|
Move "using namespace ArmGen" from headers to sources.
|
2014-09-11 16:46:43 -04:00 |
|
JitFPRCache.h
|
Move "using namespace ArmGen" from headers to sources.
|
2014-09-11 16:46:43 -04:00 |
|
JitRegCache.cpp
|
Fixes minor bug in the ARMv7 register cache.
|
2014-10-25 20:34:11 -05:00 |
|
JitRegCache.h
|
Adds support to ARMv7's register cache for not loading a destination register prior to overwriting.
|
2014-10-23 15:38:56 +00:00 |