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
/
testenv.h
Age
Commit message (
Expand
)
Author
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-17
fixed data + instruction cache callbacks (w/ tests)
emuplz
2020-05-03
Exclusive Monitor: Rework exclusive monitor interface.
Fernando Sahmkow
2020-04-23
Relicense to 0BSD
MerryMage
2020-04-22
tests: Refactor unicorn_emu to allow for A32 unicorn
MerryMage
2020-04-22
testenv: Make code_mem mobile
MerryMage
2020-04-22
a64_emit_x64: Ensure host has updated ticks in EmitA64GetCNTPCT
MerryMage
2020-04-22
fuzz_with_unicorn: Avoid self-modifying code
MerryMage
2020-04-22
A64: Implement system register CNTPCT_EL0
MerryMage
2020-04-22
assert: Use fmt in ASSERT_MSG
MerryMage
2020-04-22
tests/A64: Test memory writes
MerryMage
2020-04-22
IR: Add IR instructions A64Memory{Read,Write}128
MerryMage
2020-04-22
interface: Move Vector typedef to config.h
MerryMage
2020-04-22
testenv: Use format constants
MerryMage
2020-04-22
tests/A64: Move TestEnvironment to own header
MerryMage