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
Age
Commit message (
Expand
)
Author
2024-03-02
Change Config to make fastmem_pointer of zero valid.
Ash
2023-02-21
tests/A32: Add tbl/tbx instruction unit tests
Wunkolo
2023-02-04
reg_alloc: Fix cast-qual issue
Merry
2022-12-31
tests: Update to Catch2 v3
Merry
2022-12-29
tests/A32: Add a SVC call test
Merry
2022-11-29
emit_x64_data_processing: Detect overflow on division
Merry
2022-11-08
backend/arm64/a32_address_space: Terminate early if halted prior to execution...
Merry
2022-10-18
tests/A32: Add coprocessor tests
Merry
2022-08-08
fuzz_arm: Avoid backwards jumps that may jump into code
merry
2022-07-20
a32_get_set_elimination_pass: Convert NZ to NZC
Merry
2022-07-20
a32_get_set_elimination_pass: Add option to disable NZC -> NZ conversion
Merry
2022-07-19
A32: Condense flag handling
Merry
2022-07-14
fuzz_arm: Correct unicorn overrun recovery code
Merry
2022-06-21
A32/A64: Allow std::nullopt from MemoryReadCode
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
2022-02-12
test_arm_instructions: Add vmsr/vcmp/vmrs test
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-31
tests: Format to clang-format mandated style
MerryMage
2021-05-28
unit tests & various fixes
Jeremy Van de woestyne
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-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-07
testenv: Ignore warning C4309
MerryMage
2021-02-06
a32_unicorn: Halt when PC leaves code_mem
MerryMage
2021-02-06
fuzz_arm: Add fuzzing for thumb instructions
MerryMage
2021-02-01
thumb32: Implement SHSUB8/UHSUB8
Lioncash
2021-02-01
thumb32: Implement SHADD8/UHADD8
Lioncash
2021-02-01
thumb32: Implement SHSUB16/UHSUB16
Lioncash
2021-02-01
thumb32: Implement SHSAX/UHSAX
Lioncash
2021-02-01
thumb32: Implement SHASX/UHASX
Lioncash
2021-02-01
thumb32: Implement SHADD16/UHADD16
Lioncash
2021-02-01
thumb32: Implement QSUB8/UQSUB8
Lioncash
2021-02-01
thumb32: Implement QADD8/UQADD8
Lioncash
2021-02-01
thumb32: Implement QSUB16/UQSUB16
Lioncash
[next]