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