index
:
dynarmic
master
A dynamic recompiler for ARM.
merryhime
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-06-06
A64/config.h: Split fastmem and page_table options.
Markus Wick
2021-06-05
IR: Implement FPVector{To,From}Half32
MerryMage
2021-05-31
emit_x64_floating_point: AVX implementation of ZeroIfNaN
Wunkolo
2021-05-31
emit_x64{_vector}_floating_point: AVX512 implementation of ZeroIfNaN
Wunkolo
2021-05-31
backend/x64: Add vfixup constants
Wunkolo
2021-05-30
{a32,a64}_emit_x64: Fix fast_dispatch_table_lookup call in Unpatch on W^X sys...
MerryMage
2021-05-30
exception_handler_*: Simplify message for case when exception is not our fault
MerryMage
2021-05-30
emit_x64_data_processing: operand in EmitExtractRegister is not modified
MerryMage
2021-05-28
fixup! a64/fastmem: Implement fastmem on 128 bit memory access.
Markus Wick
2021-05-28
a64/fastmem: Implement fastmem on 128 bit memory access.
Markus Wick
2021-05-28
a64/fastmem: Only generate abort handler if needed.
Markus Wick
2021-05-28
a64_emit_x64: Implement fastmem for A64 frontend for 8-64 bit reads/writes
MerryMage
2021-05-28
emit_x64_vector_saturation: AVX implementation of EmitVectorSignedSaturated
Merry
2021-05-28
emit_x64_vector_saturated: Consolidate unsigned operations into EmitVectorUns...
Merry
2021-05-28
emit_x64_vector_saturation: Reduce esize noise in EmitVectorSignedSaturated
Merry
2021-05-28
emit_x64_vector_saturation: AVX implementation of EmitVectorUnsignedSaturated...
Merry
2021-05-28
emit_x64_vector_saturation: AVX implementation of EmitVectorUnsignedSaturated...
Merry
2021-05-28
emit_x64_vector_saturation: AVX implementation of EmitVectorUnsignedSaturated...
Merry
2021-05-28
emit_x64_vector_saturation: AVX2 implementation of EmitVectorUnsignedSaturate...
Merry
2021-05-28
emit_x64_vector_saturation: AVX512 implementation of EmitVectorSignedSaturated
Wunkolo
2021-05-28
emit_x64_vector_saturation: AVX512 implementation of VectorUnsignedSaturated{...
Wunkolo
2021-05-28
backend/x64: Add constants
Wunkolo
2021-05-25
a32_emit_x64: Dump x64 disassembly upon fastmem patch failure
MerryMage
2021-05-25
common: Add x64_disassemble
MerryMage
2021-05-23
IR: Implement IR instruction CallHostFunction
MerryMage
2021-05-22
emit_x64_vector: AVX512VBMI implementation of EmitVectorTableLookup128
Wunkolo
2021-05-22
emit_x64_vector: AVX512{VL+BW} implementation of EmitVectorTableLookup128
Wunkolo
2021-05-22
Add .clang-format file
MerryMage
2021-05-22
A32: Introduce PreCodeTranslationHook
MerryMage
2021-05-19
Consolidate all source files into src/ directory
Merry
2021-05-16
ASIMD: Implement VCVT (between half-precision and single-precision)
MerryMage
2021-05-16
assert: Check for unreachable code if DYNARMIC_IGNORE_ASSERTS isn't enabled
MerryMage
2021-05-16
reg_alloc: Determine size of spill slot with sizeof
MerryMage
2021-05-16
translate_thumb: Update current_instruction_size in TranslateSingleThumbInstr...
MerryMage
2021-05-16
emit_x64_vector: AVX512 Implementation of EmitVectorNarrow{32,64}
Wunkolo
2021-05-15
translate_thumb: VFP/ASIMD conflict with coprocessor instructions
MerryMage
2021-05-14
backend/x64: Implement HostFeature
Wunkolo
2021-05-13
thumb32: Add coprocessor instructions
MerryMage
2021-05-07
reg_alloc: Inform RegAlloc about rsp changes
MerryMage
2021-05-07
translate_thumb: Permit ASIMD element or structure load/store instructions to...
MerryMage
2021-05-05
thumb32: Support setflags in shift reg instructions
sunho
2021-05-05
thumb32: Add Rn argument to ADD/SUB (Plain Binary Immediate)
MerryMage
2021-05-04
stack_layout: Ignore warning C4324 for StackLayout
MerryMage
2021-05-04
frontend/A32: Correct more IT state
MerryMage
2021-05-04
frontend: Standardize emitted IR for exception raising
MerryMage
2021-05-04
backend/x64: Move cycles_remaining and cycles_to_run from JitState to stack
MerryMage
2021-05-04
Remove ExceptionalExit hack
MerryMage
2021-05-04
backend/x64: Move check_bit from JitState to stack
MerryMage
2021-05-04
backend/x64: Move save_host_MXCSR from JitState to stack
MerryMage
2021-05-04
backend/x64: Move spill from JitState onto the stack
MerryMage
[next]