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
Age
Commit message (
Expand
)
Author
2021-06-06
A64/config.h: Split fastmem and page_table options.
Markus Wick
2021-05-31
tests: Format to clang-format mandated style
MerryMage
2021-05-31
github: Add build-and-test workflow
merry
2021-05-28
unit tests & various fixes
Jeremy Van de woestyne
2021-05-28
tests/A64: Add VQADD/VQSUB unit tests
Wunkolo
2021-05-24
cpu_info: Add CPU Name, Family, compact output
Wunkolo
2021-05-22
emit_x64_vector: AVX512VBMI implementation of EmitVectorTableLookup128
Wunkolo
2021-05-22
tests/A64: Add TBL/TBX instruction unit tests
Wunkolo
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-16
decoder_tests: Only run ASIMD decoder test explicitly
MerryMage
2021-05-16
emit_x64_vector: AVX512 Implementation of EmitVectorNarrow{32,64}
Wunkolo
2021-05-13
thumb32: Add coprocessor instructions
MerryMage
2021-05-07
print_info: Add thumb mode
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-05-04
A32: Merge ArmTranslateVistor and ThumbTranslateVisitor
MerryMage
2021-05-01
rsqrt_test: Fix on GCC
MerryMage
2021-04-26
fuzz_with_unicorn: Widen scope of floating point fuzzing
MerryMage
2021-04-26
emit_x64_floating_point: Optimize 32-bit EmitFPRSqrtEstimate
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-17
fixed data + instruction cache callbacks (w/ tests)
emuplz
2021-02-17
implemented other ic instructions
rufi
2021-02-17
added support for instruction ic ivau
emuplz
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
2021-02-01
thumb32: Implement QSAX/UQSAX
Lioncash
2021-02-01
thumb32: Implement QASX/UQASX
Lioncash
2021-02-01
thumb32: Implement QADD16/UQADD16
Lioncash
2021-02-01
thumb32: Implement SSUB8/USUB8
Lioncash
2021-02-01
thumb32: Implement SADD8/UADD8
Lioncash
2021-02-01
thumb32: Implement SSUB16/USUB16
Lioncash
2021-02-01
thumb32: Implement SSAX/USAX
Lioncash
2021-02-01
thumb32: Implement SASX/UASX
Lioncash
[next]