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
/
fuzz_with_unicorn.cpp
Age
Commit message (
Expand
)
Author
2023-02-04
reg_alloc: Fix cast-qual issue
Merry
2022-12-31
tests: Update to Catch2 v3
Merry
2022-07-20
emit_x64_vector: Ensure FPSR.QC is set even if output is invalidated
Merry
2022-04-19
Migrate to mcl
Merry
2021-12-23
general: Rename files with duplicate names
Morph
2021-08-08
catch: Correct include directory
Merry
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-05-22
Add .clang-format file
MerryMage
2021-05-19
Consolidate all source files into src/ directory
Merry
2021-04-26
fuzz_with_unicorn: Widen scope of floating point fuzzing
MerryMage
2021-04-21
ir: Reorganize to new top level folder
MerryMage
2020-07-04
Add optimization flags to disable specific optimizations
MerryMage
2020-04-29
fuzz_with_unicorn: Print IR
MerryMage
2020-04-23
Relicense to 0BSD
MerryMage
2020-04-22
fuzz_with_unicorn: Add large random block testing
MerryMage
2020-04-22
A64/fuzz_with_unicorn: Avoid repeated unnecessary library calls in RunTestIns...
Lioncash
2020-04-22
ir/value: Replace includes with forward declarations
Lioncash
2020-04-22
A64: Implement FastDispatchHint
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
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
2020-04-22
A64: Implement SQXTUN
MerryMage
2020-04-22
emit_x64_floating_point: Implement accurate fallback for FPMulAdd{32,64}
MerryMage
2020-04-22
fuzz_with_unicorn: Avoid self-modifying code
MerryMage
2020-04-22
fuzz_with_unicorn: Configure as per qemu max configuration
MerryMage
2020-04-22
tests/unicorn: Add type aliases to the Unicorn class
Lioncash
2020-04-22
tests/A64: Randomize FPCR.RMode for single random instruction
MerryMage
2020-04-22
fuzz_with_unicorn: Move std::vector outside loop in small random block test case
Lioncash
2020-04-22
fuzz_with_unicorn: Temporarily disable FDIV
MerryMage
2020-04-22
tests/A64: Test small blocks
MerryMage
2020-04-22
fuzz_with_unicorn: Randomize FPCR.RMode
MerryMage
2020-04-22
IR: Implement FPMulAdd
MerryMage
2020-04-22
fuzz_with_unicorn: Make float_numbers in floating-point tests constexpr
Lioncash
2020-04-22
fuzz_with_unicorn: Remove exclusion of FMOV (imm) for FP-16 floats
Lioncash
2020-04-22
fuzz_with_unicorn: Silence unused variable warning
Lioncash
2020-04-22
fuzz_with_unicorn: Correct GenRandomInst
MerryMage
2020-04-22
A64: Partially implement FCVTZU (scalar, fixed-point) and FCVTZS (scalar, fix...
MerryMage
2020-04-22
A64: Implement system register CNTPCT_EL0
MerryMage
2020-04-22
fuzz_with_unicorn: QEMU's implementation of FCVT is incorrect
MerryMage
[next]