| .. |
|
Jit.cpp
|
Profiling: measure time on POSIX systems using clock_gettime
|
2014-11-03 00:07:12 +01: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
|
Optimizes ARMv7 andi{s,}_rc implementations.
|
2014-11-01 13:06:52 +00: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
|
|
|
|
JitArmCache.cpp
|
Core: Clean up body/brace placements in JitArm32
|
2014-08-20 14:03:46 -04:00 |
|
JitArmCache.h
|
|
|
|
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 |