Age | Commit message (Expand) | Author |
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 |
2021-02-01 | thumb32: Implement SADD16/UADD16 | Lioncash |
2021-02-01 | thumb32: Implement QADD | Lioncash |
2021-02-01 | thumb32: Implement QSUB | Lioncash |
2021-02-01 | thumb32: Implement QDADD | Lioncash |
2021-02-01 | thumb32: Implement REV | Lioncash |
2021-02-01 | thumb32: Implement REV16 | Lioncash |
2021-02-01 | thumb32: Implement RBIT | Lioncash |
2021-02-01 | thumb32: Implement REVSH | Lioncash |
2021-02-01 | fuzz_thumb: Allow running only Thumb-16 tests | Lioncash |
2021-02-01 | thumb32: Implement SEL | Lioncash |
2021-02-01 | thumb32: Implement CLZ | Lioncash |
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 | emit_x64_floating_point: Correct error in s16 rounding in EmitFPToFixed | 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-20 | A32: Implement ASIMD VCEQ, VCGE, VCGT, VCLE, VCLT with zero | Lioncash |
2020-06-18 | test_arm_instructions: Add vclt.f32 (zero) test | MerryMage |
2020-06-16 | fuzz_arm: Ignore endian bit | Lioncash |
2020-06-12 | interface/a32: Remove descriptor argument from Disassemble | MerryMage |
2020-06-12 | emit_x64_packed: PackedAbsDiffSumS8: Fix case when bits above the lower 32 bi... | 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-24 | Fix single stepping for certain instructions | MerryMage |
2020-04-23 | Relicense to 0BSD | MerryMage |
2020-04-22 | A32: Detect unpredictable LDM/STM instructions | MerryMage |
2020-04-22 | test_arm_instruction: Revive some old tests | MerryMage |
2020-04-22 | constant_propagation_pass: Handle GetCarryFromOp for MostSignificantWord | MerryMage |
2020-04-22 | A32/Thumb: Correct behaviour for UDF and Unpredictable instructions | MerryMage |
2020-04-22 | fuzz_arm: Test MSR and MRS instructions against unicorn | MerryMage |
2020-04-22 | Merge pull request #500 from lioncash/cbz | Merry |
2020-04-22 | tests: Fix Windows build when DYNARMIC_TESTS_USE_UNICORN is enabled | MerryMage |
2020-04-22 | A32: Implement Thumb-1's CBZ/CBNZ instructions | Lioncash |