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
/
testenv.h
Age
Commit message (
Expand
)
Author
2022-12-29
tests/A32: Add a SVC call test
Merry
2022-06-21
A32/A64: Allow std::nullopt from MemoryReadCode
Merry
2022-04-19
Migrate to mcl
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-19
Consolidate all source files into src/ directory
Merry
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
2020-04-23
Relicense to 0BSD
MerryMage
2020-04-22
A32/Thumb: Correct behaviour for UDF and Unpredictable instructions
MerryMage
2020-04-22
A32: Fuzz instructions using unicorn
Lioncash
2020-04-22
tests/a32/testenv: Make A32TestEnv's code_mem member a std::vector
Lioncash
2020-04-22
A32/testenv: Add missing headers
MerryMage
2020-04-22
tests: Refactor unicorn_emu to allow for A32 unicorn
MerryMage
2020-04-22
tests/A32/testenv: Add type aliases for register arrays
Lioncash
2020-04-22
assert: Use fmt in ASSERT_MSG
MerryMage
2020-04-22
A32: Change UserCallbacks to be similar to A64's interface
MerryMage