Age | Commit message (Expand) | Author |
2024-01-30 | Avoid emplace. | Merry |
2024-01-30 | externals: Update oaknut to 2.0.2 | Merry |
2024-01-30 | Squashed 'externals/oaknut/' changes from 9d091109d..6b1d57ea7 | Merry |
2024-01-30 | dynarmic: 6.6.2 | Merry |
2024-01-30 | externals: Update xbyak to v7.05 | Merry |
2024-01-30 | Squashed 'externals/xbyak/' changes from a1ac3750f..2ce465bbc | Merry |
2024-01-30 | emit_x64_vector: Improve AVX512 implementation of EmitVectorTableLookup128 | Merry |
2024-01-30 | emit_x64_vector: Fix AVX-512 implementation of EmitVectorTableLookup64 | Merry |
2024-01-29 | cmake: prefer system oaknut | Alexandre Bouvier |
2024-01-29 | emit_x64_crc32: Correct use of x64 crc32 instruction | Merry |
2024-01-28 | emit_x64_vector: Implement PairedMinMax{Lower}8 | zmt00 |
2024-01-28 | tests/A64: Add {U,S}MINP.B, {U,S}MAXP.B tests | zmt00 |
2024-01-28 | dynarmic: 6.6.1 | Merry |
2024-01-28 | externals: Update oaknut to 2.0.1 | Merry |
2024-01-28 | Squashed 'externals/oaknut/' changes from d0488d932..9d091109d | Merry |
2024-01-28 | dynarmic: 6.6.0 | Merry |
2024-01-28 | backend/arm64: Update for oaknut 2.0.0. | Merry |
2024-01-28 | Squashed 'externals/oaknut/' changes from c24f918e5..d0488d932 | Merry |
2024-01-28 | externals: Update oaknut to 2.0.0 | Merry |
2024-01-28 | A32: Implement VCVT{A,N,P,M} (ASIMD) | Merry |
2024-01-28 | A32: Correct function naming convention for VRINT{N,X,A,Z,M,P} (ASIMD) | Merry |
2024-01-28 | backend/arm64: FPVectorRoundInt{32,64}: FPCR comparisons should be made with ... | Merry |
2024-01-28 | A32: Implement VRINT{N,X,A,Z,M,P} (ASIMD) | Merry |
2024-01-27 | arm64: Fix compiling under MSYS2 CLANGARM64. | Steveice10 |
2024-01-23 | Refactor `Xmm{B}Const` to `{,B}Const` | Wunkolo |
2024-01-23 | block_of_code: Add `XmmBConst` | Wunkolo |
2024-01-23 | block_of_code: Rename `MConst` to `XmmConst` | Wunkolo |
2024-01-23 | emit_x64_vector: Optimize VectorSignedAbsoluteDifference | zmt00 |
2024-01-23 | tests/A64: Add SABD tests | zmt00 |
2024-01-13 | decoder/arm: Improve performance of arm decoding by adding LUT | Merry |
2024-01-10 | emit_x64_vector: Implement PairedMinMax{Lower}16 | zmt00 |
2024-01-10 | tests/A64: Add {U,S}MINP.H, {U,S}MAXP.H tests | zmt00 |
2024-01-09 | ir_emitter: Fix CallHostFunction | merry |
2024-01-02 | emit_x64_vector: Implement SSE4.1 PairedMinMaxLower32 | zmt00 |
2024-01-02 | tests/A64: Add {U,S}MINP.S, {U,S}MAXP.S tests | zmt00 |
2024-01-02 | CMakeLists: disable -Warray-bounds for GCC | comex |
2023-12-31 | externals: Update catch2 to v3.5.0 | Yang Liu |
2023-12-31 | Squashed 'externals/catch/' changes from ab6c7375b..53d0d913a | Yang Liu |
2023-12-20 | misc: Remove duplicate configuration options from .clang-format file. | zmt00 |
2023-12-17 | emit_x64_vector: Add SSSE3 implementation of VUZP{1,2}.8B | zmt00 |
2023-12-17 | tests/A64: Add remaining UZP unit tests. | zmt00 |
2023-12-11 | emit_x64_vector: Add SSE4.1 implementation of VUZP1.8H | zmt00 |
2023-12-11 | emit_x64_vector: Add SSSE3 implementation of VUZP{1,2}.4H | zmt00 |
2023-12-11 | tests/A64: Add VUZP{1,2}.H unit tests | zmt00 |
2023-12-02 | emit_x64_vector: Add SSE4.1 implementation of VUZP{1,2}.2S | zmt00 |
2023-12-02 | tests/A64: Add VUZP{1,2}.S unit tests | zmt00 |
2023-11-23 | CMakeLists: Fix build with /WX and clang-cl on non-VS generators. (#764) | zmt00 |
2023-11-16 | A32: Introduce PreCodeReadHook (#763) | kynex7510 |
2023-10-08 | exception_handler: connect installation to instance lifetime | Liam |
2023-10-08 | exception_handler_posix: Support NetBSD and OpenBSD | scribam |