aboutsummaryrefslogtreecommitdiffhomepage
path: root/externals/xbyak
AgeCommit message (Collapse)Author
2023-01-05externals: update dynarmic, xbyakLiam
2022-11-09Initial ARM64 supportLiam
2020-08-30externals: Update Xbyak to 5.96Lioncash
I made a request on the Xbyak issue tracker to allow some constructors to be constexpr in order to avoid static constructors from needing to execute for some of our register constants. This request was implemented, so this updates Xbyak so that we can make use of it.
2020-08-25externals: Update Xbyak to 5.95Lioncash
5.95 contains a potentially backward-compatibility breaking change, so we should be updating to this to ensure that our code remains forward-compatible.
2020-08-23externals: Update xbyak to v5.941Lioncash
Keeps the tracked submodule up to date with the latest release.
2020-05-30Add xbyak externalDavid Marcec
2018-11-21common: Remove dependency on xbyakLioncash
Xbyak is currently entirely unused. Rather than carting it along, remove it and get rid of a dependency. If it's ever needed in the future, then it can be re-added (and likely be more up to date at that point in time).
2018-09-08Externals: Update xbyakJames Rowe
2018-07-19externals: Update Xbyak to 5.65Lioncash
Keeps the JIT assembler library up to date and ensures we don't run into any issues that may have been resolved.
2018-02-09dynarmic: Update to 41ae12263MerryMage
Changes: Primarily implementing more A64 instructions
2017-10-25externals: Update dynarmic and xbyak.bunnei
2016-12-14Externals: Add XbyakYuri Kunde Schlesner