Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-10 | externals: Update dynarmic to 6.6.3 | Merry | |
2024-01-28 | externals/dynarmic: Update to 6.6.1 | Merry | |
2023-10-08 | qt: implement automatic crash dump support | Liam | |
2023-05-07 | externals: Update dynarmic to include latest patch. | bunnei | |
2023-05-07 | externals: Update dynarmic to include latest patch. | bunnei | |
2023-05-05 | externals: Update dynarmic to 6.4.7 | Merry | |
2023-04-01 | externals: Update dynarmic to 6.4.6 | Merry | |
2023-02-05 | dynarmic: Update to 6.4.5 | Merry | |
2023-01-15 | externals: Update dynarmic to 6.4.4 | Merry | |
2023-01-05 | externals: update dynarmic, xbyak | Liam | |
2022-12-05 | externals: Bump dynarmic to 6.4.0 | Morph | |
Uses the tagged, versioned release instead. | |||
2022-12-04 | externals: update dynarmic, SDL2 | Liam | |
2022-11-29 | externals: Update dynarmic | ameerj | |
Includes precompiled headers commit | |||
2022-11-19 | dynarmic: Fix stack misalignment in GenMemory128Accessors | Merry | |
2022-11-09 | Initial ARM64 support | Liam | |
2022-07-29 | externals: Update dynarmic to 6.2.3 | Merry | |
2022-07-17 | externals: Update dynarmic to 6.2.1 | Merry | |
Fix issue with A64CallbackConfigPass | |||
2022-07-15 | dynarmic: Abort watchpoints ASAP | Merry | |
2022-07-12 | externals: Update dynarmic to 6.1.1 | Merry | |
Fixes for fast dispatcher | |||
2022-06-21 | dynarmic: Stop ReadCode callbacks to unmapped addresses | Liam | |
2022-06-16 | core/debugger: memory breakpoint support | Liam | |
2022-04-19 | Update dynarmic | Liam | |
2022-04-03 | dynarmic: Better interrupts | merry | |
2022-04-02 | externals: Update dynarmic to 8bcd46b7 | merry | |
* Ensure 128-bit ordered load/stores are atomic * Always order exclusive load/stores | |||
2022-04-02 | externals: Update dynarmic to 9cadab8fa91a63564774ae7dbe74e7c18715f586 | merry | |
Enforce memory ordering for acquire/release instructions. | |||
2022-03-27 | externals: Update dynarmic | merry | |
IC instructions now check for a need to halt execution | |||
2022-03-20 | dynarmic: Accelerate SHA256 and implement for A32 frontend | Merry | |
* Implements hardware acceleration for SHA256 instructions. * Adds SHA256 instructions introduced in ARMv8 to A32 frontend. * Implements polyfill for processors that do not support hardware accelerated SHA instructions. | |||
2022-02-28 | dynarmic: Update to latest master | merry | |
2022-02-27 | dynarmic: Inline exclusive memory accesses | merry | |
Inlines implementation of exclusive instructions into JITted code, improving performance of applications relying heavily on these instructions. We also fastmem these instructions for additional speed, with support for appropriate recompilation on fastmem failure. An unsafe optimization to disable the intercore global_monitor is also provided, should one wish to rely solely on cmpxchg semantics for safety. See also: merryhime/dynarmic#664 | |||
2022-02-26 | externals: Dynarmic: Update to latest rev. | bunnei | |
- Fixes inaccurate size reporting in SpaceRemaining, which caused crashes in yuzu with SSBU. | |||
2022-02-01 | Update dynarmic. | Fernando Sahmkow | |
2022-01-06 | externals/dynarmic: update to latest revision ... | liushuyu | |
... to resolve compilation errors with fmt 8.1 | |||
2021-12-30 | externals: Update dynarmic to 28714ee7 | Morph | |
Reduces compilation times on MSVC. | |||
2021-10-12 | externals: Update dynarmic to cce7e4ee | Morph | |
2021-08-15 | dynarmic: Update and enable DYNARMIC_IGNORE_ASSERTS | Merry | |
2021-06-23 | externals: Update dynarmic to allow fmt compilation to succeed | Lioncash | |
2021-06-20 | Update dynarmic and add new unsafe CPU option. | Fernando Sahmkow | |
2021-06-11 | core: Make use of fastmem | Markus Wick | |
2021-06-05 | externals: Update dynarmic | ReinUsesLisp | |
2021-05-29 | externals: Update dynarmic. | Markus Wick | |
The new version supports fastmem on a64. | |||
2021-04-11 | externals: Update dynarmic to b2a4da5e | MerryMage | |
2021-04-02 | arm_dynarmic: Increase size of code cache | MerryMage | |
2021-04-01 | externals: dynarmic: Update to latest rev. to increase code size. | bunnei | |
- The current limits are being hit in yuzu with some games. - This should fix the slowdowns in newer updates for Super Smash Bros. Ultimate. | |||
2021-03-27 | externals: Update dynarmic to c28f13af | MerryMage | |
AVX-512 bugfixes | |||
2021-03-08 | external: Update dynarmic | Lioncash | |
2021-02-18 | externals: Update dynarmic to latest | lat9nq | |
Updates dynarmic to its latest commit. Includes a fix for argument limits while compiling with Clang 12. | |||
2021-01-29 | externals: Dynarmic: Update to latest to include A32 ISB hook. | bunnei | |
- Fixes perf. issues with Megadimension Neptunia VII. | |||
2021-01-26 | externals: Update dynarmic to 0f27368f | MerryMage | |
2021-01-02 | externals: Update dynarmic to 3806284cb | MerryMage | |
2021-01-02 | dynarmic: Add Unsafe_InaccurateNaN optimization | MerryMage | |