Age | Commit message (Expand) | Author |
2022-11-20 | Use upstream unicorn for Ryujinx.Tests.Unicorn (#3771)1.1.368 | TSRBerry |
2022-10-23 | Ryujinx.Tests.Unicorn: Implement IDisposable (#3794)1.1.326 | merry |
2022-05-31 | Refactor CPU interface to allow the implementation of other CPU emulators (#3...1.1.134 | gdkchan |
2022-05-02 | Support memory aliasing (#2954)1.1.110 | gdkchan |
2021-05-29 | Add multi-level function table (#2228) | FICTURE7 |
2021-05-24 | POWER - Performance Optimizations With Extensive Ramifications (#2286) | riperiperi |
2020-12-07 | Add support for guest Fz (Fpcr) mode through host Ftz and Daz (Mxcsr) modes (... | LDj3SNuD |
2020-11-17 | shader cache: Fix Linux boot issues (#1709) | Mary |
2020-08-13 | Fix Vcvt_FI & Vcvt_RM; Add Vfma_S & Vfms_S. Add Tests. (#1471) | LDj3SNuD |
2020-08-08 | CPU: This PR fixes Fpscr, among other things. (#1433) | LDj3SNuD |
2020-07-13 | Add Fmax/minv_V & S/Ushl_S Inst.s with Tests. Fix Maxps/d & Minps/d d… (#1335) | LDj3SNuD |
2020-07-13 | Add SSE4.2 Path for CRC32, add A32 variant, add tests for non-castagnoli vari... | riperiperi |
2020-06-16 | Add Profiled Persistent Translation Cache. (#769) | LDj3SNuD |
2020-05-04 | Implement a new physical memory manager and replace DeviceMemory (#856) | gdkchan |
2020-04-17 | Improve V128 (#1097) | Ficture Seven |
2019-10-04 | Add Tbx Inst. (fast & slow paths), with Tests. (#782) | LDj3SNuD |
2019-08-08 | Add a new JIT compiler for CPU code (#693) | gdkchan |
2019-03-23 | Add Tbl_V Sse opt. with Tests. (#651) | LDj3SNuD |
2019-02-04 | Implement speculative translation on the CPU (#515) | gdkchan |
2018-11-18 | Add Sse Opt. for S/Umax_V, S/Umin_V, S/Uaddw_V, S/Usubw_V, Fabs_S/V, Fneg_S/V... | LDj3SNuD |
2018-11-01 | Add Flush-to-zero mode (input, output) to FP instructions (slow paths); updat... | LDj3SNuD |
2018-10-30 | Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) | Alex Barney |
2018-10-23 | Fix Fcvtl_V and Fcvtn_V; fix half to float conv. and add float to half conv. ... | LDj3SNuD |
2018-10-05 | Add 9+7 fast/slow FP inst. impls.; add 14 FP Tests. (#437) | LDj3SNuD |
2018-09-17 | Fix/Add 1+12 [Saturating] [Rounded] Shift Right Narrow (imm.) Instructions; a... | LDj3SNuD |
2018-09-08 | Remove old Tester, update Tests (some reworks). (#400) | LDj3SNuD |
2018-09-01 | Ryujinx.Tests: Add unicorn to test framework (#389) | Merry |
2018-08-27 | Add SHADD, SHSUB, UHSUB, SRHADD, URHADD, instructions; add 12 Tests. (#380) | LDj3SNuD |
2018-08-15 | More flexible memory manager (#307) | gdkchan |
2018-06-30 | Add Saba_V, Sabal_V, Sabd_V, Sabdl_V, Uaba_V, Uabal_V; Update Uabd_V, Uabdl_V... | LDj3SNuD |
2018-06-25 | Add Sse Opt. for Cmeq_V_2D, Cmgt_V_2D (Reg). Add Sse Opt. for Crc32cb, Crc32c... | LDj3SNuD |
2018-06-18 | Add Cmeq_S, Cmge_S, Cmgt_S, Cmhi_S, Cmhs_S, Cmle_S, Cmlt_S (Reg, Zero) & Cmts... | LDj3SNuD |
2018-06-10 | Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LL... | gdkchan |
2018-05-11 | Add intrinsics support (#121) | gdkchan |
2018-04-29 | Add Sqxtn_S, Sqxtn_V, Uqxtn_S, Uqxtn_V instructions and Tests (6). (#110) | LDj3SNuD |
2018-04-18 | Add 151 complete tests for 71 base instructions of types: Alu; AluImm; AluRs;... | LDj3SNuD |
2018-03-12 | Allow more than one process, free resources on process dispose, implement Svc... | gdkchan |
2018-03-10 | Allow to enable/disable memory checks even on release mode through the flag, ... | gdkchan |
2018-03-09 | Disable memory checks by default, even on debug, move ram memory allocation i... | gdkchan |
2018-03-05 | Add Frintx_S, ASRV test, update ADCS, use Assert.Multiple and indent (#44) | MS-DOS1999 |
2018-02-27 | Change SvcGetInfo 5 to return actual heap size, remove AMemoryAlloc since it ... | gdkchan |
2018-02-25 | Added initial support for function names from symbol table on the cpu with tr... | gdkchan |
2018-02-24 | Update ADC test, add WZR/WSP, ADCS, SBCS test (#37) | MS-DOS1999 |
2018-02-23 | Add flags parameters in singleOpcode function, and add ADC Test (#36) | MS-DOS1999 |
2018-02-23 | Review of cpu tests and creation of a class for mixed cpu tests. (#35) | LDj3SNuD |
2018-02-18 | Rename ARegisters to AThreadState | gdkchan |
2018-02-15 | Add some tests (#18) | Merry |