.. |
ArmAsm.cpp
|
Implement W^X-compatible path. Works on Windows and Android, hopefully iOS (untested).
|
2016-08-28 14:52:08 +02:00 |
ArmCompALU.cpp
|
armjit: Handle divide by zero more accurately.
|
2016-05-19 00:07:41 -07:00 |
ArmCompBranch.cpp
|
Jit: Always link RA, even if branch not taken.
|
2015-12-27 20:47:15 -08:00 |
ArmCompFPU.cpp
|
jit: Normalize CONDITIONAL_DISABLE formatting.
|
2015-07-02 20:31:37 -07:00 |
ArmCompLoadStore.cpp
|
ARM64: Fix joining of lwl/lwr and swl/swr. "implement" the cache instruction.
|
2015-07-11 16:25:22 +02:00 |
ArmCompReplace.cpp
|
Rename the ARM Jit class to ArmJit
|
2014-12-07 14:25:22 +01:00 |
ArmCompVFPU.cpp
|
jit: Minor cleanups.
|
2016-01-10 12:28:29 -08:00 |
ArmCompVFPUNEON.cpp
|
Correct some warnings reported by clang.
|
2016-03-20 23:13:28 -07:00 |
ArmCompVFPUNEONUtil.cpp
|
jit: Normalize CONDITIONAL_DISABLE formatting.
|
2015-07-02 20:31:37 -07:00 |
ArmCompVFPUNEONUtil.h
|
Namespacing cleanup (it's bad to do "using namespace" in a header)
|
2014-12-07 14:44:15 +01:00 |
ArmJit.cpp
|
Fix issue with iOS JIT block linking, see #8122
|
2016-08-29 17:32:46 +02:00 |
ArmJit.h
|
Add some missing override definitions.
|
2016-05-21 09:29:03 -07:00 |
ArmRegCache.cpp
|
arm64: Oops, fix flushing zero from an armreg.
|
2015-07-05 11:57:18 -07:00 |
ArmRegCache.h
|
arm64: Meld LO and HI together for multiplies.
|
2015-07-02 20:31:37 -07:00 |
ArmRegCacheFPU.cpp
|
Correct some initialization order warnings.
|
2016-08-05 10:46:11 -07:00 |
ArmRegCacheFPU.h
|
Unify JitOptions across the backends.
|
2015-04-12 11:41:26 -07:00 |