index
:
dynarmic
master
A dynamic recompiler for ARM.
merryhime
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
A64
Age
Commit message (
Expand
)
Author
2021-08-06
fuzz_with_unicorn: Correct printing of vectors
Merry
2021-08-06
tests: Use Zydis for disassembly
Merry
2021-06-23
externals: Update fmt to 8.0.0
Lioncash
2021-06-20
tests: add F{MIN,MAX}NM tests
Wunkolo
2021-06-10
tests: Add FABS tests
Wunkolo
2021-06-08
tests: Add F{MIN,MAX} tests
Wunkolo
2021-06-06
A64/config.h: Split fastmem and page_table options.
Markus Wick
2021-05-31
tests: Format to clang-format mandated style
MerryMage
2021-05-28
unit tests & various fixes
Jeremy Van de woestyne
2021-05-28
tests/A64: Add VQADD/VQSUB unit tests
Wunkolo
2021-05-22
emit_x64_vector: AVX512VBMI implementation of EmitVectorTableLookup128
Wunkolo
2021-05-22
tests/A64: Add TBL/TBX instruction unit tests
Wunkolo
2021-05-22
Add .clang-format file
MerryMage
2021-05-19
Consolidate all source files into src/ directory
Merry
2021-05-16
emit_x64_vector: AVX512 Implementation of EmitVectorNarrow{32,64}
Wunkolo
2021-04-26
fuzz_with_unicorn: Widen scope of floating point fuzzing
MerryMage
2021-04-21
ir: Reorganize to new top level folder
MerryMage
2021-02-17
fixed data + instruction cache callbacks (w/ tests)
emuplz
2021-02-17
implemented other ic instructions
rufi
2021-02-17
added support for instruction ic ivau
emuplz
2020-07-04
Add optimization flags to disable specific optimizations
MerryMage
2020-06-17
Merge A32 and A64 exclusive monitors
MerryMage
2020-05-03
Exclusive Monitor: Rework exclusive monitor interface.
Fernando Sahmkow
2020-04-29
fuzz_with_unicorn: Print IR
MerryMage
2020-04-29
constant_propagation_pass: Don't fold add if we nee flags
MerryMage
2020-04-23
tests/a64: Reminder about hidden infinite loops
MerryMage
2020-04-23
Relicense to 0BSD
MerryMage
2020-04-22
fuzz_with_unicorn: Add large random block testing
MerryMage
2020-04-22
A64: Add options for detecting misaligned loads and stores
MerryMage
2020-04-22
A64/fuzz_with_unicorn: Avoid repeated unnecessary library calls in RunTestIns...
Lioncash
2020-04-22
emit_x64_vector: Changes to VectorSignedSaturatedDoublingMultiply
MerryMage
2020-04-22
emit_x64_floating_point: Hardware FMA implementation of FPRSqrtStepFused
MerryMage
2020-04-22
simd_two_register_misc: FNEG (vector) with Q == 0 had dirty upper
MerryMage
2020-04-22
ir/value: Replace includes with forward declarations
Lioncash
2020-04-22
A64: Implement FastDispatchHint
MerryMage
2020-04-22
emit_x64_floating_point: Fix smallest normal check in EmitFPMulAdd
MerryMage
2020-04-22
system: Implement MRS CNTFRQ_EL0
MerryMage
2020-04-22
fuzz_with_unicorn: Split utility functions into fuzz_util
MerryMage
2020-04-22
tests: Refactor unicorn_emu to allow for A32 unicorn
MerryMage
2020-04-22
fuzz_with_unicorn: Remove FCVT_float from ignore list
MerryMage
2020-04-22
fuzz_with_unicorn: Randomize SP
MerryMage
2020-04-22
fuzz_with_unicorn: Randomize PC
MerryMage
2020-04-22
testenv: Make code_mem mobile
MerryMage
2020-04-22
fuzz_with_unicorn: Randomize FPCR.AHP and FPCR.FZ16
MerryMage
2020-04-22
emit_x64_vector_floating_point: Correct FMA in FTZ mode
MerryMage
2020-04-22
backend_x64: Fix FPVectorMulAdd and FPMulAdd NaN handling with denormals
MerryMage
2020-04-22
fuzz_with_unicorn: Randomize FPCR.FZ
MerryMage
2020-04-22
fuzz_with_unicorn: Extract RandomFpcr function
MerryMage
2020-04-22
fuzz_with_unicorn: Randomize FPCR.DN
MerryMage
2020-04-22
fuzz_with_unicorn: Disable testing of FDIV
MerryMage
[next]