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
/
A32
/
fuzz_arm.cpp
Age
Commit message (
Expand
)
Author
2022-12-31
tests: Update to Catch2 v3
Merry
2022-08-08
fuzz_arm: Avoid backwards jumps that may jump into code
merry
2022-07-14
fuzz_arm: Correct unicorn overrun recovery code
Merry
2022-04-19
Migrate to mcl
Merry
2022-03-20
fuzz_arm: Add offset thumb instruction test
merry
2022-02-27
fuzz_arm: Sometimes we have to step more to sync up with unicorn
merry
2022-02-15
fuzz_arm: Don't generate thumb32_MSR_reg: Unicorn steps by 2 instead of 4
Merry
2022-02-15
fuzz_arm: Handle unicorn overrun on internal jump
Merry
2022-02-12
fuzz_arm: Ensure that FPSCR.QC is tested
merry
2021-12-23
general: Rename files with duplicate names
Morph
2021-08-08
catch: Correct include directory
Merry
2021-08-06
tests: Use Zydis for disassembly
Merry
2021-05-22
Add .clang-format file
MerryMage
2021-05-19
Consolidate all source files into src/ directory
Merry
2021-05-13
thumb32: Add coprocessor instructions
MerryMage
2021-05-04
thumb32: Implement MRS (register)
MerryMage
2021-05-04
T32: Add ASIMD instructions
MerryMage
2021-05-04
T32: Add VFP instructions
MerryMage
2021-04-21
ir: Reorganize to new top level folder
MerryMage
2021-04-19
thumb32: Implement exclusive loads
Lioncash
2021-04-10
thumb32: Implement STREX variants
Lioncash
2021-02-07
A32/thumb16: Implement IT instruction
MerryMage
2021-02-07
fuzz_arm: Correctly print thumb instruction listing
MerryMage
2021-02-06
a32_unicorn: Halt when PC leaves code_mem
MerryMage
2021-02-06
fuzz_arm: Add fuzzing for thumb instructions
MerryMage
2020-07-04
Add optimization flags to disable specific optimizations
MerryMage
2020-07-04
asimd_three_same: Ignore Q=1 for VPADD (floating-point)
MerryMage
2020-06-22
A32: Implement VFPv3 VCT (between floating-point and fixed-point)
MerryMage
2020-06-21
A32: Implement ASIMD VMULL
MerryMage
2020-06-21
fuzz_arm: Test large random blocks
MerryMage
2020-06-20
fuzz_arm: Test testable parts of ASIMD VRECPE and VRSQRTE
MerryMage
2020-06-20
A32: Implement ASIMD VRSQRTE
MerryMage
2020-06-20
fuzz_arm: Unicorn has incorrect VRSQRTS implementation
MerryMage
2020-06-20
A32: Implement ASIMD VRECPE
MerryMage
2020-06-20
A32: Implement ASIMD VRSQRTS
MerryMage
2020-06-20
A32: Implement ASIMD VPADD (floating-point)
MerryMage
2020-06-16
fuzz_arm: Ignore endian bit
Lioncash
2020-06-12
interface/a32: Remove descriptor argument from Disassemble
MerryMage
2020-05-16
A32/ASIMD: ARMv8: Implement VLD{1-4} (multiple)
MerryMage
2020-05-15
A32: ARMv8: Implement LDA{,EX}{,B,D,H} and STL{,EX}{,B,D,H}
MerryMage
2020-05-10
fuzz_arm: Do not test vfp_VMRS
MerryMage
2020-05-10
fuzz_arm: Ensure all instructions are fuzzed
MerryMage
2020-04-23
Relicense to 0BSD
MerryMage
2020-04-22
fuzz_arm: Test MSR and MRS instructions against unicorn
MerryMage
2020-04-22
tests: Fix Windows build when DYNARMIC_TESTS_USE_UNICORN is enabled
MerryMage
2020-04-22
A32: Handle different variants of PLD
Lioncash
2020-04-22
A32: Rename vfp2-related files to vfp
Lioncash
2020-04-22
a32/fuzz_arm: Use same fuzzing mechanism as AArch64
Lioncash
2020-04-22
A32: Implement ARM-mode MLS
Lioncash
2020-04-22
A32: Implement ARM-mode MOVT
Lioncash
[next]