summaryrefslogtreecommitdiff
path: root/externals/dynarmic
AgeCommit message (Collapse)Author
2024-02-10externals: Update dynarmic to 6.6.3Merry
2024-01-28externals/dynarmic: Update to 6.6.1Merry
2023-10-08qt: implement automatic crash dump supportLiam
2023-05-07externals: Update dynarmic to include latest patch.bunnei
2023-05-07externals: Update dynarmic to include latest patch.bunnei
2023-05-05externals: Update dynarmic to 6.4.7Merry
2023-04-01externals: Update dynarmic to 6.4.6Merry
2023-02-05dynarmic: Update to 6.4.5Merry
2023-01-15externals: Update dynarmic to 6.4.4Merry
2023-01-05externals: update dynarmic, xbyakLiam
2022-12-05externals: Bump dynarmic to 6.4.0Morph
Uses the tagged, versioned release instead.
2022-12-04externals: update dynarmic, SDL2Liam
2022-11-29externals: Update dynarmicameerj
Includes precompiled headers commit
2022-11-19dynarmic: Fix stack misalignment in GenMemory128AccessorsMerry
2022-11-09Initial ARM64 supportLiam
2022-07-29externals: Update dynarmic to 6.2.3Merry
2022-07-17externals: Update dynarmic to 6.2.1Merry
Fix issue with A64CallbackConfigPass
2022-07-15dynarmic: Abort watchpoints ASAPMerry
2022-07-12externals: Update dynarmic to 6.1.1Merry
Fixes for fast dispatcher
2022-06-21dynarmic: Stop ReadCode callbacks to unmapped addressesLiam
2022-06-16core/debugger: memory breakpoint supportLiam
2022-04-19Update dynarmicLiam
2022-04-03dynarmic: Better interruptsmerry
2022-04-02externals: Update dynarmic to 8bcd46b7merry
* Ensure 128-bit ordered load/stores are atomic * Always order exclusive load/stores
2022-04-02externals: Update dynarmic to 9cadab8fa91a63564774ae7dbe74e7c18715f586merry
Enforce memory ordering for acquire/release instructions.
2022-03-27externals: Update dynarmicmerry
IC instructions now check for a need to halt execution
2022-03-20dynarmic: Accelerate SHA256 and implement for A32 frontendMerry
* 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-28dynarmic: Update to latest mastermerry
2022-02-27dynarmic: Inline exclusive memory accessesmerry
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-26externals: Dynarmic: Update to latest rev.bunnei
- Fixes inaccurate size reporting in SpaceRemaining, which caused crashes in yuzu with SSBU.
2022-02-01Update dynarmic.Fernando Sahmkow
2022-01-06externals/dynarmic: update to latest revision ...liushuyu
... to resolve compilation errors with fmt 8.1
2021-12-30externals: Update dynarmic to 28714ee7Morph
Reduces compilation times on MSVC.
2021-10-12externals: Update dynarmic to cce7e4eeMorph
2021-08-15dynarmic: Update and enable DYNARMIC_IGNORE_ASSERTSMerry
2021-06-23externals: Update dynarmic to allow fmt compilation to succeedLioncash
2021-06-20Update dynarmic and add new unsafe CPU option.Fernando Sahmkow
2021-06-11core: Make use of fastmemMarkus Wick
2021-06-05externals: Update dynarmicReinUsesLisp
2021-05-29externals: Update dynarmic.Markus Wick
The new version supports fastmem on a64.
2021-04-11externals: Update dynarmic to b2a4da5eMerryMage
2021-04-02arm_dynarmic: Increase size of code cacheMerryMage
2021-04-01externals: 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-27externals: Update dynarmic to c28f13afMerryMage
AVX-512 bugfixes
2021-03-08external: Update dynarmicLioncash
2021-02-18externals: Update dynarmic to latestlat9nq
Updates dynarmic to its latest commit. Includes a fix for argument limits while compiling with Clang 12.
2021-01-29externals: Dynarmic: Update to latest to include A32 ISB hook.bunnei
- Fixes perf. issues with Megadimension Neptunia VII.
2021-01-26externals: Update dynarmic to 0f27368fMerryMage
2021-01-02externals: Update dynarmic to 3806284cbMerryMage
2021-01-02dynarmic: Add Unsafe_InaccurateNaN optimizationMerryMage