- be0ae18 Merge pull request #257 from orz--/patch-2 by MITSUNARI Shigeo · 3 weeks ago master
- 897c816 Update changelog.md by myoshika · 3 weeks ago
- abe2dee Merge branch 'dev' by MITSUNARI Shigeo · 3 weeks ago v7.37.3
- 520eb35 v7.37.3 by MITSUNARI Shigeo · 3 weeks ago
- d373c84 skip pkgconfig/cmake generation when used as a subproject in meson.build by MITSUNARI Shigeo · 3 weeks ago
- d2f2076 Merge branch 'dev' by MITSUNARI Shigeo · 4 weeks ago v7.37.2
- 9d0e81d v7.37.2 by MITSUNARI Shigeo · 4 weeks ago
- dadb1aa improve memory access on x86 in sample/bf.cpp by MITSUNARI Shigeo · 4 weeks ago
- 001e4fb fix bf sample on x86 by MITSUNARI Shigeo · 4 weeks ago
- fa08a68 add Address::changeBit(bit) to change byte to dword etc. by MITSUNARI Shigeo · 4 weeks ago
- 6396120 move bit check to cstr by MITSUNARI Shigeo · 4 weeks ago
- 0c7e044 add tpause tests by MITSUNARI Shigeo · 4 weeks ago
- d12bac8 simplify umonitor by MITSUNARI Shigeo · 4 weeks ago
- 2057c65 tpause supports r8, ..., r31 by MITSUNARI Shigeo · 4 weeks ago
- 843bdf6 fix comment by MITSUNARI Shigeo · 4 weeks ago
- 63b2977 add umonitor tests by MITSUNARI Shigeo · 4 weeks ago
- 0682742 umonitor supports r8, ..., r31 by MITSUNARI Shigeo · 4 weeks ago
- ca71dff add test umwait by MITSUNARI Shigeo · 4 weeks ago
- b00e8aa umwait support r8d, ..., r31d by MITSUNARI Shigeo · 4 weeks ago
- 6ffb386 Merge branch 'dev' by MITSUNARI Shigeo · 5 weeks ago v7.37.1
- 037548f v7.37.1 by MITSUNARI Shigeo · 5 weeks ago
- 0b3e5bb update comment to XBYAK_STRICT_CHECK_MEM_REG_SIZE by MITSUNARI Shigeo · 5 weeks ago
- 9460345 modify gen/gen_code.cpp to generate a patched xbyak_mnemonic.h by MITSUNARI Shigeo · 5 weeks ago
- 1e67084 allow mismatched size for x87 FP state mnemonics by George Nash · 5 weeks ago
- 85b2782 Allow mismatched size for cmpxchg8b by George Nash · 5 weeks ago
- ecf86ba Allow mismatched size for movdir64b by George Nash · 5 weeks ago
- 5b4a318 Allow mismatched size for lea by George Nash · 5 weeks ago
- c0a1f1b Allow mismatched size for prefetch/cache mnemonics by George Nash · 5 weeks ago
- 431abd8 Merge branch 'dev' by MITSUNARI Shigeo · 7 weeks ago v7.37
- 8a245bd v7.37 by MITSUNARI Shigeo · 7 weeks ago
- c54f1b0 refactor Linux hybrid core-type fallback by MITSUNARI Shigeo · 7 weeks ago
- 638935c refactor convertMask to handle GroupMasks and GroupMask by MITSUNARI Shigeo · 7 weeks ago
- 6d72dd5 simplify core type detection using impl::getCoreType() by MITSUNARI Shigeo · 7 weeks ago
- 0fc3c4d Merge branch 'winsdk_ver_fix' of https://github.com/georgen117/xbyak into georgen117-winsdk_ver_fix by MITSUNARI Shigeo · 7 weeks ago
- 6b91f9e xbyak_util: guard Win32 CpuTopology against older WinSDK versions by George Nash · 7 weeks ago
- 084028f add detection of AMX_COMPLEX by MITSUNARI Shigeo · 8 weeks ago
- a33007c remove Xeon Phi-specific instructions (prefetchwt1) and their tests by MITSUNARI Shigeo · 8 weeks ago
- 56406fd Merge branch 'deadext' of https://github.com/RedBlackAka/xbyak into RedBlackAka-deadext by MITSUNARI Shigeo · 8 weeks ago
- f74a7e2 Merge branch 'dev' by MITSUNARI Shigeo · 9 weeks ago v7.36.2
- a15576a v7.36.2 by MITSUNARI Shigeo · 9 weeks ago
- 3bfbb2a fall back on both if either fails by MITSUNARI Shigeo · 9 weeks ago cpuid_fallback
- 24459b3 fallback if both pcore and ecore and check the return value of sched_getaffinity by MITSUNARI Shigeo · 9 weeks ago
- 998a906 Merge branch 'core_type_cpuid_fallback' of https://github.com/georgen117/xbyak into cpuid_fallback by MITSUNARI Shigeo · 9 weeks ago
- fa64912 CpuTopology: P/E core detection CPUID fallback by George Nash · 9 weeks ago
- cc0cdb6 Merge branch 'dev' by MITSUNARI Shigeo · 9 weeks ago v7.36.1
- 9605bdb v7.36.1 by MITSUNARI Shigeo · 9 weeks ago
- 502eddf change the order of push for stack frame by MITSUNARI Shigeo · 9 weeks ago
- 216410b fix array size by MITSUNARI Shigeo · 9 weeks ago
- 53234fc Merge branch 'dev' by MITSUNARI Shigeo · 9 weeks ago v7.36
- d9fbce7 v7.36 by MITSUNARI Shigeo · 9 weeks ago
- d677558 refactoring StackFrame by MITSUNARI Shigeo · 9 weeks ago
- 1521a8a use getPageSize() instead of sysconf by MITSUNARI Shigeo · 9 weeks ago
- 2ff112d add UseRBPAsFramePointer tests by MITSUNARI Shigeo · 9 weeks ago
- 4264fbe [doc] add StackFrame by MITSUNARI Shigeo · 9 weeks ago
- 3a0d245 refactoring StackFrame by MITSUNARI Shigeo · 9 weeks ago
- 41ca561 old tests with only Use{RCX,RDX} by MITSUNARI Shigeo · 9 weeks ago
- b6659f1 fix test by MITSUNARI Shigeo · 9 weeks ago
- d498444 add UseRBP/UseRBPAsFramePointer by MITSUNARI Shigeo · 9 weeks ago
- 762fd09 refactor the replacement method by MITSUNARI Shigeo · 9 weeks ago
- 7eb8373 remove redundant spaces by MITSUNARI Shigeo · 9 weeks ago
- 442b1b9 remove warning on msvc by MITSUNARI Shigeo · 9 weeks ago
- 8f61b46 format by MITSUNARI Shigeo · 9 weeks ago
- ad86d22 add StackFrame test with Use{RSI,RDI,RBP} by MITSUNARI Shigeo · 9 weeks ago
- d1d1db2 StackFrame supports use{RSI,RDI,RBP} by MITSUNARI Shigeo · 9 weeks ago
- 4d072b4 separate dump mode and test of sf_test by MITSUNARI Shigeo · 9 weeks ago
- b1eadc0 add test to check regression by MITSUNARI Shigeo · 9 weeks ago
- 53930be add StackFrame tests by MITSUNARI Shigeo · 9 weeks ago
- 7d63a8a allow users to define XBYAK64_{WIN,GCC} by MITSUNARI Shigeo · 9 weeks ago
- 156c475 Merge branch 'dev' by MITSUNARI Shigeo · 3 months ago v7.35.4
- 2b78ba0 v7.35.4 by MITSUNARI Shigeo · 3 months ago
- eafba99 change 128 to 64 for disp8N tests by MITSUNARI Shigeo · 3 months ago
- ea719a2 update ca-certificates by MITSUNARI Shigeo · 3 months ago
- 72f62ce bump to actions/checkout@v5 by MITSUNARI Shigeo · 3 months ago
- 1e3073b fix disp8N encoding of vcvt2ph2{b,h}f8[,s] by MITSUNARI Shigeo · 3 months ago
- bfa7526 change 128 to 64 for disp8N tests by MITSUNARI Shigeo · 3 months ago
- 5bf2c3b add conversion from const Reg& to Reg in xbyak_mnemonic.h by MITSUNARI Shigeo · 3 months ago
- 8984994 Remove support for dead Intel AVX-512 extensions by RedBlackAka · 3 months ago
- 7409032 Merge branch 'dev' by MITSUNARI Shigeo · 3 months ago
- 65658e3 add comment by MITSUNARI Shigeo · 3 months ago
- b91d482 remove #include <list> by deepprog · 3 months ago
- 0b8046e use vector for StateList by deepprog · 3 months ago
- 98050f1 Merge branch 'xinitrcn1-patch-3' into dev by MITSUNARI Shigeo · 3 months ago
- fb4dd56 include vector by MITSUNARI Shigeo · 3 months ago
- b85badb use std::vector<AddrInfo> instead of std::list<> by Ploo · 3 months ago
- 560ca67 Merge branch 'dev' by MITSUNARI Shigeo · 3 months ago v7.35.3
- 521f741 v7.35.3 by MITSUNARI Shigeo · 3 months ago
- dc2ff4c fix bounds-checking by Yayoi-cs · 3 months ago
- ad3852d minimize use of friend functions by MITSUNARI Shigeo · 3 months ago
- f760c5b Overloads for RegExp operator+ to handle more data types by George Nash · 3 months ago
- dd90171 Merge branch 'dev' by MITSUNARI Shigeo · 3 months ago v7.35.2
- 9489a23 v7.35.2 by MITSUNARI Shigeo · 3 months ago
- 58427e7 upate comment to RegExp by MITSUNARI Shigeo · 3 months ago
- 08b94d1 fix: add int overload for RegExp::operator+ to resolve ambiguity with 0 by George Nash · 3 months ago
- 1a0ff37 simplify macro by MITSUNARI Shigeo · 3 months ago
- 7db0bbb Update xbyak.h by Ploo · 3 months ago
- af50eb7 add test with clang++ by MITSUNARI Shigeo · 3 months ago
- 1d206b8 Merge branch 'dev' by MITSUNARI Shigeo · 3 months ago v7.35.1
- 7511e42 v7.35.1 by MITSUNARI Shigeo · 3 months ago
- ea31c95 remove unused warning in test/misc.cpp by MITSUNARI Shigeo · 3 months ago
- 42d1416 remove constexpr for clang++ -std=c++14 or later by MITSUNARI Shigeo · 3 months ago