Age | Commit message (Expand) | Author |
2024-03-02 | Change Config to make fastmem_pointer of zero valid. | Ash |
2024-02-24 | tests/A64: Update {S,U}SHL tests | zmt00 |
2024-02-20 | tests/A64: Add URSHL tests | zmt00 |
2024-02-17 | tests/A64: Add non-paired min/max integer tests | zmt00 |
2024-02-13 | tests/A64: Add SQABS tests | zmt00 |
2024-02-10 | tests/A64: Add negative-shift elements to `USHL` | Wunkolo |
2024-02-10 | tests/A64: Convert recent tests to oaknut | zmt00 |
2024-02-06 | tests/A64: Use oaknut for CLZ assembly | Wunkolo |
2024-02-06 | tests/A64: Add CLZ vector unit-tests | Wunkolo |
2024-01-28 | tests/A64: Add {U,S}MINP.B, {U,S}MAXP.B tests | zmt00 |
2024-01-28 | backend/arm64: Update for oaknut 2.0.0. | Merry |
2024-01-23 | tests/A64: Add SABD tests | zmt00 |
2024-01-10 | tests/A64: Add {U,S}MINP.H, {U,S}MAXP.H tests | zmt00 |
2024-01-02 | tests/A64: Add {U,S}MINP.S, {U,S}MAXP.S tests | zmt00 |
2023-12-17 | tests/A64: Add remaining UZP unit tests. | zmt00 |
2023-12-11 | tests/A64: Add VUZP{1,2}.H unit tests | zmt00 |
2023-12-02 | tests/A64: Add VUZP{1,2}.S unit tests | zmt00 |
2023-03-31 | tests: fibonacci example | Merry |
2023-02-04 | reg_alloc: Fix cast-qual issue | Merry |
2023-01-15 | tests: Ensure issue #727 resolved | Merry |
2023-01-15 | emit_x64_floating_point: Fix register allocation bug in FPTwoOp | Merry |
2022-12-31 | tests: Update to Catch2 v3 | Merry |
2022-12-29 | tests/fp_min_max: Test FPCR.FZ | merry |
2022-12-29 | tests/fp_min_max: Add a few more test cases | Merry |
2022-12-29 | tests: Add FMAX/FMIN/FMAXNM/FMINNM tests | Merry |
2022-12-03 | Add test for isolated GetNZCVFromOp | Liam |
2022-12-03 | Fix EXTR (flipped rgister order) | Liam |
2022-11-29 | emit_x64_data_processing: Detect overflow on division | Merry |
2022-07-20 | emit_x64_vector: Ensure FPSR.QC is set even if output is invalidated | Merry |
2022-07-11 | emit_x64: Fix bugs in fast dispatcher | Merry |
2022-06-21 | A32/A64: Allow std::nullopt from MemoryReadCode | Merry |
2022-04-19 | Migrate to mcl | Merry |
2022-04-06 | tests/A64: Add {S,U}SHL instruction unit tests | Wunkolo |
2021-12-23 | general: Rename files with duplicate names | Morph |
2021-09-27 | tests: Add {S,V}ADD{V,P} tests | Wunkolo |
2021-08-08 | catch: Correct include directory | Merry |
2021-08-07 | tests: Add FMLA(lane) test | Wunkolo |
2021-08-06 | fuzz_with_unicorn: Correct printing of vectors | Merry |
2021-08-06 | tests: Use Zydis for disassembly | Merry |
2021-06-23 | externals: Update fmt to 8.0.0 | Lioncash |
2021-06-20 | tests: add F{MIN,MAX}NM tests | Wunkolo |
2021-06-10 | tests: Add FABS tests | Wunkolo |
2021-06-08 | tests: Add F{MIN,MAX} tests | Wunkolo |
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-28 | unit tests & various fixes | Jeremy Van de woestyne |
2021-05-28 | tests/A64: Add VQADD/VQSUB unit tests | 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 |