aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-08-17v5.995v5.995MITSUNARI Shigeo
2021-08-17rename XBYAK_MEMFD_CREATE to XBYAK_USE_MEMFDMITSUNARI Shigeo
2021-08-15Merge branch 'captain5050-master' into devMITSUNARI Shigeo
2021-08-15fix for mac and enable it if XBYAK_MEMFD_CREATE is definedMITSUNARI Shigeo
2021-08-11Name mmap pages on Linux with memfd_createIan Rogers
2021-06-17v5.994v5.994MITSUNARI Shigeo
2021-06-17add alias of vcmpXX{ps,pd,ss,sd} for mask registerMITSUNARI Shigeo
2021-06-06v5.993v5.993MITSUNARI Shigeo
2021-06-06add test for gather/scatterMITSUNARI Shigeo
2021-06-06gather test does not generate bad combination of regsMITSUNARI Shigeo
2021-06-06check restriction of gather/scatter regsMITSUNARI Shigeo
2021-06-05check bad reg combination of gatherMITSUNARI Shigeo
2021-05-10add endbr32 and endbr64v5.992MITSUNARI Shigeo
2021-03-11fix typoMITSUNARI Shigeo
2021-03-04use github actionMITSUNARI Shigeo
2021-02-18change build status to travis-ci.comMITSUNARI Shigeo
2021-02-05meanings of the nameMITSUNARI Shigeo
2021-01-02test_util.cpp supports OpenBSDMITSUNARI Shigeo
2020-11-24Merge pull request #115 from Ryan-rsm-McKenzie/masterMITSUNARI Shigeo
2020-11-23fix build interface include directoryryan-rsm-mckenzie
2020-11-23fix add_library call with INTERFACEryan-rsm-mckenzie
2020-11-19support slightly more modern cmakeryan-rsm-mckenzie
2020-11-16v5.991v5.991MITSUNARI Shigeo
2020-11-15disable XBYAK_CONSTEXPR for g++-5 -std=c++-14MITSUNARI Shigeo
2020-10-23Merge branch 'atafra-old_mac_fix' into devMITSUNARI Shigeo
2020-10-21fixed compile error on some older macOS versionsAttila Afra
2020-10-20refactor utilv5.99MITSUNARI Shigeo
2020-10-19test_util checks AMX and AVX_VNNIMITSUNARI Shigeo
2020-10-19update to v5.99MITSUNARI Shigeo
2020-10-19refactorMITSUNARI Shigeo
2020-10-19default encoding is always evexMITSUNARI Shigeo
2020-10-19refactor vnniMITSUNARI Shigeo
2020-10-19Merge branch 'akharito-akharito/adl_support' into devMITSUNARI Shigeo
2020-10-17v5.98v5.98MITSUNARI Shigeo
2020-10-17Merge branch 'akharito/adl_support' of https://github.com/akharito/xbyak into...MITSUNARI Shigeo
2020-10-17support [scale * reg]MITSUNARI Shigeo
2020-10-15cpuid - check that GRT CPUID leaf 7 subleaf 0 should return EAX=1Andrey Kharitonchik
2020-10-15add AVX VNNI instruction supportAndrey Kharitonchik
2020-10-15add ADL CPUIDAndrey Kharitonchik
2020-10-15Add option to choose VEX or EVEX encodingAndrey Kharitonchik
2020-10-13fix indentMITSUNARI Shigeo
2020-10-13Merge branch 'atafra-mac_avx512_fix' into devMITSUNARI Shigeo
2020-10-12fixed incorrect detection of AVX-512 on macOSAttila Afra
2020-10-05Merge branch 'FEX-Emu-extended_features' into devMITSUNARI Shigeo
2020-10-05Merge branch 'extended_features' of https://github.com/FEX-Emu/xbyak into FEX...MITSUNARI Shigeo
2020-10-05Merge branch 'kariya-mitsuru-use-sh'MITSUNARI Shigeo
2020-10-05Merge branch 'use-sh' of https://github.com/kariya-mitsuru/xbyak into kariya-...MITSUNARI Shigeo
2020-10-04Fixes extended feature support checkingRyan Houdek
2020-09-25Use sh instead of tcsh for test scriptsMitsuru Kariya
2020-09-23remove warning of _MSC_VERMITSUNARI Shigeo