aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-08-04CodeGenerator::reset() calls ClearError()v5.941MITSUNARI Shigeo
2020-07-28Merge branch 'cursey-no-winsock2-header'v5.94MITSUNARI Shigeo
2020-07-28v5.94MITSUNARI Shigeo
2020-07-28define WIN32_LEAN_AND_MEAN for including winsock2.h after xbyak.hMITSUNARI Shigeo
2020-07-27Remove #include <winsock2.h>cursey
2020-07-21update docv5.93MITSUNARI Shigeo
2020-07-21rename XBYAK_NOEXCEPTION to XBYAK_NO_EXCEPTIONMITSUNARI Shigeo
2020-07-21use static to avoid multiple instanceMITSUNARI Shigeo
2020-07-20test_nm.bat supports noexceptMITSUNARI Shigeo
2020-07-20XBYAK_NOEXCEPTION for -fno-exceptionsMITSUNARI Shigeo
2020-06-30v5.92v5.92MITSUNARI Shigeo
2020-06-30mov(rax, imm64) on 32-bit env with XBYAK64MITSUNARI Shigeo
2020-06-30throw exception if not supported amx sibmem 2MITSUNARI Shigeo
2020-06-30mov amx insts from avx512MITSUNARI Shigeo
2020-06-30throw exception if not supported amx sibmemMITSUNARI Shigeo
2020-06-28fix test of sizeof(Operand)MITSUNARI Shigeo
2020-06-28remove T_TMMMITSUNARI Shigeo
2020-06-28gen_amx.cpp is merged into gen_avx512.cppMITSUNARI Shigeo
2020-06-28remove my alias for tmm registersMITSUNARI Shigeo
2020-06-28bit_ contains 8192MITSUNARI Shigeo
2020-06-26extend mnemonics with Intel(R) AMX ISAShustrov, Nikita
2020-06-26add generation of Intel(R) AMX ISA mnemonicsShustrov, Nikita
2020-06-26add support of Intel(R) AMX ISAShustrov, Nikita
2020-06-19v5.912MITSUNARI Shigeo
2020-06-19Merge branch 'rsdubtso-master'MITSUNARI Shigeo
2020-06-18use MAP_JIT on macOS regardless of Xcode versionRoman Dubtsov
2020-05-10v5.911 ; XBYAK_USE_MMAP_ALLOCATOR is definedv5.911MITSUNARI Shigeo
2020-05-10fix test for macMITSUNARI Shigeo
2020-04-20add link to GitHub Sponsorv5.91MITSUNARI Shigeo
2020-04-20accept k0 mask register (it means no mask)MITSUNARI Shigeo
2020-04-09kmov{b,w,d,q} throws for unsupported regv5.90MITSUNARI Shigeo
2020-04-08Merge pull request #91 from marcelotrevisani/patch-1MITSUNARI Shigeo
2020-04-08Possibility to specify a different PREFIXMarcelo Duarte Trevisani
2020-02-26remove warning of testv5.891MITSUNARI Shigeo
2020-02-26fix typo of type of ZmiMITSUNARI Shigeo
2020-01-27perf does not recognize too short function nameMITSUNARI Shigeo
2020-01-18Consider max defined as a macro on WindowsMITSUNARI Shigeo
2020-01-17fix for zeroed-out 0xb leafRoman Dubtsov
2020-01-15Merge branch 'tyfkda-feature/fix-segfault-in-calc'MITSUNARI Shigeo
2020-01-15Fix segmentation fault in calc sampletyfkda
2020-01-07add test_avx512 to batMITSUNARI Shigeo
2020-01-03add .travis.ymlv5.89MITSUNARI Shigeo
2020-01-03refactor testMITSUNARI Shigeo
2020-01-03fix error of vfpclasspdMITSUNARI Shigeo
2019-12-20fix for windowsv5.88MITSUNARI Shigeo
2019-12-19add setDefaultJmpNEARv5.87MITSUNARI Shigeo
2019-12-13revert to the behavior before v5.84 if -fno-operator-names is definedv5.86MITSUNARI Shigeo
2019-12-07update to v5.85v5.85MITSUNARI Shigeo
2019-12-07enable MAP_JIT only if mojave or laterMITSUNARI Shigeo
2019-12-04specify MAP_JIT mmap flag on macOSRoman Dubtsov