)]}'
{
  "log": [
    {
      "commit": "431abd865e70a46d56f5aa0e1f87572decb60169",
      "tree": "c0479a1e1d851a0f16ca4cd3f276d7c3932f67ef",
      "parents": [
        "f74a7e2fdca293540ec65efa85e96cf6d9db6092",
        "8a245bd80d387c1a9ba0a465b52aa141a43f62ec"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 27 13:57:12 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 27 13:57:12 2026 +0900"
      },
      "message": "Merge branch \u0027dev\u0027\n"
    },
    {
      "commit": "8a245bd80d387c1a9ba0a465b52aa141a43f62ec",
      "tree": "c0479a1e1d851a0f16ca4cd3f276d7c3932f67ef",
      "parents": [
        "c54f1b0ba66c53bef05cff7f9085f6443b1066c7"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 27 13:06:11 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 27 13:06:11 2026 +0900"
      },
      "message": "v7.37\n"
    },
    {
      "commit": "c54f1b0ba66c53bef05cff7f9085f6443b1066c7",
      "tree": "18b4586abfaab0d6599c8c062be666705334ee0d",
      "parents": [
        "638935c5a3cafcc87658df846fd2b7c8e1cdf70f"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 27 10:17:32 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 27 10:17:32 2026 +0900"
      },
      "message": "refactor Linux hybrid core-type fallback\n"
    },
    {
      "commit": "638935c5a3cafcc87658df846fd2b7c8e1cdf70f",
      "tree": "392e0bcb8cdbb5f2816b1206e5876f81ddd60628",
      "parents": [
        "6d72dd5a84bc27d399162723e3d8ed5b1340e5ae"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 27 08:27:24 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 27 09:14:26 2026 +0900"
      },
      "message": "refactor convertMask to handle GroupMasks and GroupMask\n"
    },
    {
      "commit": "6d72dd5a84bc27d399162723e3d8ed5b1340e5ae",
      "tree": "7eb1606a5033ec0ebd81a9f57fa7c2a2d36c1786",
      "parents": [
        "0fc3c4d6fd9c68d55260f221e541eea179d18ce3"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 27 07:01:55 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 27 09:14:25 2026 +0900"
      },
      "message": "simplify core type detection using impl::getCoreType()\n"
    },
    {
      "commit": "0fc3c4d6fd9c68d55260f221e541eea179d18ce3",
      "tree": "26015b45d2f685a0ca8b38a1ec7fa3f06d7ffe54",
      "parents": [
        "084028f3a03ede65bcca13aca99becd1169354df",
        "6b91f9eb585459f3363fc61482ec99ef1e9fc911"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 27 06:28:12 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 27 06:28:12 2026 +0900"
      },
      "message": "Merge branch \u0027winsdk_ver_fix\u0027 of https://github.com/georgen117/xbyak into georgen117-winsdk_ver_fix\n"
    },
    {
      "commit": "6b91f9eb585459f3363fc61482ec99ef1e9fc911",
      "tree": "87e9e124cef7233c16c21bb21602eb60aa9c8236",
      "parents": [
        "f74a7e2fdca293540ec65efa85e96cf6d9db6092"
      ],
      "author": {
        "name": "George Nash",
        "email": "george.nash@intel.com",
        "time": "Fri Apr 24 10:17:36 2026 -0700"
      },
      "committer": {
        "name": "George Nash",
        "email": "george.nash@intel.com",
        "time": "Fri Apr 24 11:38:24 2026 -0700"
      },
      "message": "xbyak_util: guard Win32 CpuTopology against older WinSDK versions\n\nFix build errors when compiling with Windows SDKs older than\nWin10 20H1 (10.0.19041). Introduce three compile-time guards:\n\n- XBYAK_WINSDK_HAS_RELATIONSHIP_GROUP_AFFINITY (Win7+)\n- XBYAK_WINSDK_HAS_EFFICIENCY_CLASS (Win10+)\n- XBYAK_WINSDK_HAS_CACHE_RELATIONSHIP_GROUPMASKS (Win10 20H1+)\n\nThe three XBYAK_WINSDK_HAS_* macros are undefined after use to avoid\nheader macro pollution.\n\nReplace direct use of EfficiencyClass and GroupMasks[] with\nguarded fallback paths. When EfficiencyClass is unavailable, add\na getCoreTypeViaCpuid() fallback that pins the calling thread via\nSetThreadGroupAffinity and reads CPUID leaf 0x1A (Intel Hybrid\nInformation) to preserve full P/E-core detection, mirroring the\nexisting Linux sched_setaffinity fallback.\n\nSigned-off-by: George Nash \u003cgeorge.nash@intel.com\u003e\n"
    },
    {
      "commit": "084028f3a03ede65bcca13aca99becd1169354df",
      "tree": "df07c6afedc3bdf94adac7539cec508cca5e9881",
      "parents": [
        "a33007c908022b46b1a982afe649ded73a15219e"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Apr 23 09:01:58 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Apr 23 09:01:58 2026 +0900"
      },
      "message": "add detection of AMX_COMPLEX\n"
    },
    {
      "commit": "a33007c908022b46b1a982afe649ded73a15219e",
      "tree": "0ba104d56914b46af176eb40bd2ed907a452c798",
      "parents": [
        "56406fd82e75484b8b0cfe557200b3b77731fc7a"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Wed Apr 22 16:51:51 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Wed Apr 22 16:53:00 2026 +0900"
      },
      "message": "remove Xeon Phi-specific instructions (prefetchwt1) and their tests\n"
    },
    {
      "commit": "56406fd82e75484b8b0cfe557200b3b77731fc7a",
      "tree": "b976ff57bc68d0b4f89ef7c8eaf9429fb64ec902",
      "parents": [
        "f74a7e2fdca293540ec65efa85e96cf6d9db6092",
        "8984994439767d8cb3f70a1471ed8b2abafb66b6"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Wed Apr 22 16:13:56 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Wed Apr 22 16:13:56 2026 +0900"
      },
      "message": "Merge branch \u0027deadext\u0027 of https://github.com/RedBlackAka/xbyak into RedBlackAka-deadext\n"
    },
    {
      "commit": "f74a7e2fdca293540ec65efa85e96cf6d9db6092",
      "tree": "aecb10c706046f9054e032a58cb2935b8cec4098",
      "parents": [
        "cc0cdb65f68bc13f1b0a8463cdb522976aa2003a",
        "a15576a1736b604ced34bbdb8e1582f6e6133031"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Apr 17 08:50:23 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Apr 17 08:50:23 2026 +0900"
      },
      "message": "Merge branch \u0027dev\u0027\n"
    },
    {
      "commit": "a15576a1736b604ced34bbdb8e1582f6e6133031",
      "tree": "aecb10c706046f9054e032a58cb2935b8cec4098",
      "parents": [
        "3bfbb2a37ec38393cf8d1b760746d557e3588d37"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Apr 17 08:33:32 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Apr 17 08:33:32 2026 +0900"
      },
      "message": "v7.36.2\n"
    },
    {
      "commit": "3bfbb2a37ec38393cf8d1b760746d557e3588d37",
      "tree": "8d11539ae97e68fb59acf1a43c3fbd5fc29d1d8c",
      "parents": [
        "24459b3f2d430f6afb44226b02c0b59e518b7178"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Apr 17 05:20:38 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Apr 17 05:20:38 2026 +0900"
      },
      "message": "fall back on both if either fails\n"
    },
    {
      "commit": "24459b3f2d430f6afb44226b02c0b59e518b7178",
      "tree": "6f4916d30ac9962054e809e5b5d63c18dceebe57",
      "parents": [
        "998a9067cbe0ca6710e47247a8873f9815c6ed85"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Apr 16 09:54:10 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Apr 16 09:54:10 2026 +0900"
      },
      "message": "fallback if both pcore and ecore and check the return value of sched_getaffinity\n"
    },
    {
      "commit": "998a9067cbe0ca6710e47247a8873f9815c6ed85",
      "tree": "9e518be561675f9baac334a687ff367c988fad76",
      "parents": [
        "cc0cdb65f68bc13f1b0a8463cdb522976aa2003a",
        "fa649124ee59e4215a57b30798d7839237b53da5"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Apr 16 08:56:52 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Apr 16 08:56:52 2026 +0900"
      },
      "message": "Merge branch \u0027core_type_cpuid_fallback\u0027 of https://github.com/georgen117/xbyak into cpuid_fallback\n"
    },
    {
      "commit": "fa649124ee59e4215a57b30798d7839237b53da5",
      "tree": "61e3220f8516ac946182c0097a6447f92953fb6d",
      "parents": [
        "53234fc2d0eb532268360a2c291cb69051e921d8"
      ],
      "author": {
        "name": "George Nash",
        "email": "george.nash@intel.com",
        "time": "Wed Apr 15 12:58:21 2026 -0700"
      },
      "committer": {
        "name": "George Nash",
        "email": "george.nash@intel.com",
        "time": "Wed Apr 15 12:58:21 2026 -0700"
      },
      "message": "CpuTopology: P/E core detection CPUID fallback\n\nOn Linux use CPUID leaf 0x1A to detect per-CPU\ncore type if /sys/devices/cpu_atom or\n/sys/devices/cpu_core are not present.\n\nSigned-off-by: George Nash \u003cgeorge.nash@intel.com\u003e\n"
    },
    {
      "commit": "cc0cdb65f68bc13f1b0a8463cdb522976aa2003a",
      "tree": "81b730ca53ebfa38152a22bae380cce96f84263f",
      "parents": [
        "53234fc2d0eb532268360a2c291cb69051e921d8",
        "9605bdb10a756876e05049e418f471b7fe164d5d"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Apr 16 04:54:19 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Apr 16 04:54:19 2026 +0900"
      },
      "message": "Merge branch \u0027dev\u0027\n"
    },
    {
      "commit": "9605bdb10a756876e05049e418f471b7fe164d5d",
      "tree": "81b730ca53ebfa38152a22bae380cce96f84263f",
      "parents": [
        "502eddf2cbdc60a370baa095600ba05eefd7fb6a"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Apr 16 04:54:10 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Apr 16 04:54:10 2026 +0900"
      },
      "message": "v7.36.1\n"
    },
    {
      "commit": "502eddf2cbdc60a370baa095600ba05eefd7fb6a",
      "tree": "c5db37747f62477f2c4fa7855b473b2ae4288eec",
      "parents": [
        "216410b0b256d486c99033760ec41f1f072000a4"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Wed Apr 15 13:35:51 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Wed Apr 15 13:35:51 2026 +0900"
      },
      "message": "change the order of push for stack frame\n"
    },
    {
      "commit": "216410b0b256d486c99033760ec41f1f072000a4",
      "tree": "010aa14c96a77b7a07d3c325b33ae39947c72a9d",
      "parents": [
        "53234fc2d0eb532268360a2c291cb69051e921d8"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Wed Apr 15 08:16:38 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Wed Apr 15 08:16:38 2026 +0900"
      },
      "message": "fix array size\n"
    },
    {
      "commit": "53234fc2d0eb532268360a2c291cb69051e921d8",
      "tree": "68de4113ff9171a07f9c221ca62e630c18c7ec5a",
      "parents": [
        "156c47517bfe1226012001e320f64f53415a9cbc",
        "d9fbce734dbb5b39e24c55793a5e00e0a9ecd1c4"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Tue Apr 14 13:39:17 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Tue Apr 14 13:39:17 2026 +0900"
      },
      "message": "Merge branch \u0027dev\u0027\n"
    },
    {
      "commit": "d9fbce734dbb5b39e24c55793a5e00e0a9ecd1c4",
      "tree": "68de4113ff9171a07f9c221ca62e630c18c7ec5a",
      "parents": [
        "d6775585b3995934ecb5787f1133acf414877600"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Tue Apr 14 13:30:27 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Tue Apr 14 13:30:27 2026 +0900"
      },
      "message": "v7.36\n"
    },
    {
      "commit": "d6775585b3995934ecb5787f1133acf414877600",
      "tree": "89dddb765b10c85484a8e806174324135b7af983",
      "parents": [
        "1521a8a6dd12480ece946e1d5b965968a050a8e3"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Tue Apr 14 10:17:38 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Tue Apr 14 13:20:36 2026 +0900"
      },
      "message": "refactoring StackFrame\n"
    },
    {
      "commit": "1521a8a6dd12480ece946e1d5b965968a050a8e3",
      "tree": "9ba3cff09139fe8ca14500ce4c8c973da26d2a8e",
      "parents": [
        "2ff112d393f7a13aeb220c12e4c3e80811c97faf"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Tue Apr 14 08:47:46 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Tue Apr 14 08:47:46 2026 +0900"
      },
      "message": "use getPageSize() instead of sysconf\n"
    },
    {
      "commit": "2ff112d393f7a13aeb220c12e4c3e80811c97faf",
      "tree": "749799a7a41ded119cab63dc245794130f264f39",
      "parents": [
        "4264fbe196b164ae39cda79d97ad6d4601358c12"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Tue Apr 14 08:37:52 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Tue Apr 14 08:37:52 2026 +0900"
      },
      "message": "add UseRBPAsFramePointer tests\n"
    },
    {
      "commit": "4264fbe196b164ae39cda79d97ad6d4601358c12",
      "tree": "53dfce7920315127c8dd8f024dd42c4ce0986179",
      "parents": [
        "3a0d245516517328b9f24d152f4316e1c535cfc8"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 13 18:33:07 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 13 19:51:53 2026 +0900"
      },
      "message": "[doc] add StackFrame\n"
    },
    {
      "commit": "3a0d245516517328b9f24d152f4316e1c535cfc8",
      "tree": "aea5be1d66b2b3c7ba7f3ba926e40d2be36a3b62",
      "parents": [
        "41ca561e1ec697e50264aeb5e1553c929f76cd79"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 13 18:18:28 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 13 19:47:20 2026 +0900"
      },
      "message": "refactoring StackFrame\n"
    },
    {
      "commit": "41ca561e1ec697e50264aeb5e1553c929f76cd79",
      "tree": "2f30d7f2717f7602d1b4d4b40985b8667fa7ed52",
      "parents": [
        "b6659f13b5a2aeca603677536ee8399b47e1f27b"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 13 12:56:57 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 13 19:47:19 2026 +0900"
      },
      "message": "old tests with only Use{RCX,RDX}\n"
    },
    {
      "commit": "b6659f13b5a2aeca603677536ee8399b47e1f27b",
      "tree": "e046b2de4857fc2ad1da9c33f90ca70fe130b723",
      "parents": [
        "d4984441bf7a39a6563306d572f832a96e76bb97"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 13 12:06:10 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 13 19:47:19 2026 +0900"
      },
      "message": "fix test\n"
    },
    {
      "commit": "d4984441bf7a39a6563306d572f832a96e76bb97",
      "tree": "edff2812f8d96f17de85f0e7d008fa8a4128b952",
      "parents": [
        "762fd09982742e2941daf617592ba8fe8da7b27d"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 13 11:46:01 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 13 19:47:18 2026 +0900"
      },
      "message": "add UseRBP/UseRBPAsFramePointer\n"
    },
    {
      "commit": "762fd09982742e2941daf617592ba8fe8da7b27d",
      "tree": "f3815d9bfda6c2c56b4ec821318b9c806c7a38c2",
      "parents": [
        "7eb83736fed63156519e6ff1ad7882fb61c61e5f"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Sun Apr 12 17:48:42 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 13 19:47:18 2026 +0900"
      },
      "message": "refactor the replacement method\n"
    },
    {
      "commit": "7eb83736fed63156519e6ff1ad7882fb61c61e5f",
      "tree": "0d609725b512e267fc00abe436ed4689eeb7666b",
      "parents": [
        "442b1b9456db46703537a8292524aca380a291ee"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Sun Apr 12 17:48:17 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 13 19:47:18 2026 +0900"
      },
      "message": "remove redundant spaces\n"
    },
    {
      "commit": "442b1b9456db46703537a8292524aca380a291ee",
      "tree": "dc53a6ce34055a5d2003c269651d5a1f4657f378",
      "parents": [
        "8f61b46e717d50ffa161c7fb35cee42fc28f69cc"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 13 10:06:36 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 13 19:47:17 2026 +0900"
      },
      "message": "remove warning on msvc\n"
    },
    {
      "commit": "8f61b46e717d50ffa161c7fb35cee42fc28f69cc",
      "tree": "fe9e860fc13ceac5bca6ad010cac46e549a66028",
      "parents": [
        "ad86d22b2617ab5a8215f62d548f83075152fdbe"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Sun Apr 12 17:46:54 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 13 19:47:17 2026 +0900"
      },
      "message": "format\n"
    },
    {
      "commit": "ad86d22b2617ab5a8215f62d548f83075152fdbe",
      "tree": "dfe9131b236f12c695db7362c3fdd17a839200a9",
      "parents": [
        "d1d1db2da6f1f1576774150bb92e434a25beb6da"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Apr 10 16:41:30 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 13 19:47:16 2026 +0900"
      },
      "message": "add StackFrame test with Use{RSI,RDI,RBP}\n"
    },
    {
      "commit": "d1d1db2da6f1f1576774150bb92e434a25beb6da",
      "tree": "5a91397ff02e75de5aaa83701fde3a861f74c6d7",
      "parents": [
        "4d072b490cf4f68ff0fa504e61f298664fe8754d"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Apr 10 16:40:50 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 13 19:47:16 2026 +0900"
      },
      "message": "StackFrame supports use{RSI,RDI,RBP}\n"
    },
    {
      "commit": "4d072b490cf4f68ff0fa504e61f298664fe8754d",
      "tree": "ff60a3c58ec16089da1566f892e72cca586a9f30",
      "parents": [
        "b1eadc04b9e2e4cc6b7d34438e8ed5af98cb3a56"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Apr 10 16:29:01 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 13 19:47:16 2026 +0900"
      },
      "message": "separate dump mode and test of sf_test\n"
    },
    {
      "commit": "b1eadc04b9e2e4cc6b7d34438e8ed5af98cb3a56",
      "tree": "e569b77abde835a4b956f0130fedc1289fa828c6",
      "parents": [
        "53930be7f5f8d8cab1d52fcb8fe4bb5bddf64461"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Apr 10 15:07:46 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 13 19:47:15 2026 +0900"
      },
      "message": "add test to check regression\n"
    },
    {
      "commit": "53930be7f5f8d8cab1d52fcb8fe4bb5bddf64461",
      "tree": "d39c271ee8777c75057f588ab10f780b8309a6eb",
      "parents": [
        "7d63a8af8dd3c24ec8a3e6920f702bd2a39ce086"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Apr 10 13:26:53 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 13 19:47:15 2026 +0900"
      },
      "message": "add StackFrame tests\n"
    },
    {
      "commit": "7d63a8af8dd3c24ec8a3e6920f702bd2a39ce086",
      "tree": "a7c1d9deac8679df607e282524a3ce7bb330d299",
      "parents": [
        "156c47517bfe1226012001e320f64f53415a9cbc"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Apr 10 13:26:32 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Apr 13 19:47:15 2026 +0900"
      },
      "message": "allow users to define XBYAK64_{WIN,GCC}\n"
    },
    {
      "commit": "156c47517bfe1226012001e320f64f53415a9cbc",
      "tree": "a07b1027c4f753b25107e50c02413bf9e6fd0f9d",
      "parents": [
        "7409032b3d74323b7fe9eb804204d7c6e48d2cc6",
        "2b78ba073dd3646e16c4c220e7c5b0d19d770235"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Mar 30 13:49:40 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Mar 30 13:49:40 2026 +0900"
      },
      "message": "Merge branch \u0027dev\u0027\n"
    },
    {
      "commit": "2b78ba073dd3646e16c4c220e7c5b0d19d770235",
      "tree": "a07b1027c4f753b25107e50c02413bf9e6fd0f9d",
      "parents": [
        "eafba9906c4cdee119ce4a255ee6748c77d077f7"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Mar 30 13:41:25 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Mar 30 13:41:25 2026 +0900"
      },
      "message": "v7.35.4\n"
    },
    {
      "commit": "eafba9906c4cdee119ce4a255ee6748c77d077f7",
      "tree": "b125d063c508b9a1e393b1a50a0f130d22e5cfba",
      "parents": [
        "ea719a22bcdea38564c6d93eae13dfd863aa74c5"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Mar 30 10:26:37 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Mar 30 10:26:37 2026 +0900"
      },
      "message": "change 128 to 64 for disp8N tests\n"
    },
    {
      "commit": "ea719a22bcdea38564c6d93eae13dfd863aa74c5",
      "tree": "ffa971f1cf4e85ddd83320a49403bfe65a5c3b39",
      "parents": [
        "72f62ce018933d149112f3f39a5d1e33e5ad60a3"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Mar 30 10:12:44 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Mar 30 10:12:44 2026 +0900"
      },
      "message": "update ca-certificates\n"
    },
    {
      "commit": "72f62ce018933d149112f3f39a5d1e33e5ad60a3",
      "tree": "0b433f498887b527ad14806dff36a6c0b0e098fd",
      "parents": [
        "1e3073bb0dca589343af81f46e2722e9b9b11d23"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Mar 30 10:10:36 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Mar 30 10:10:36 2026 +0900"
      },
      "message": "bump to actions/checkout@v5\n"
    },
    {
      "commit": "1e3073bb0dca589343af81f46e2722e9b9b11d23",
      "tree": "12f2e7763c0a621ab7611d1b4146459b0bf7e60f",
      "parents": [
        "bfa75261249e3e2f917f8557e47c195bdd374a61"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Mar 30 09:57:39 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Mar 30 10:02:37 2026 +0900"
      },
      "message": "fix disp8N encoding of vcvt2ph2{b,h}f8[,s]\n"
    },
    {
      "commit": "bfa75261249e3e2f917f8557e47c195bdd374a61",
      "tree": "3da29fcb98982aa3999158b72619cc64c69d16a5",
      "parents": [
        "5bf2c3b1d38ffa09e0a6c1efced2f2f71c34541b"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Mar 30 10:02:27 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Mar 30 10:02:27 2026 +0900"
      },
      "message": "change 128 to 64 for disp8N tests\n"
    },
    {
      "commit": "5bf2c3b1d38ffa09e0a6c1efced2f2f71c34541b",
      "tree": "9bac472ef380d28b7cf74154b38536f0f96cbdf1",
      "parents": [
        "7409032b3d74323b7fe9eb804204d7c6e48d2cc6"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Mar 30 10:02:02 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Mar 30 10:02:02 2026 +0900"
      },
      "message": "add conversion from const Reg\u0026 to Reg in xbyak_mnemonic.h\n"
    },
    {
      "commit": "8984994439767d8cb3f70a1471ed8b2abafb66b6",
      "tree": "1a057382d90a1210acd3e1050536d0e523cb01f1",
      "parents": [
        "7409032b3d74323b7fe9eb804204d7c6e48d2cc6"
      ],
      "author": {
        "name": "RedBlackAka",
        "email": "140876408+RedBlackAka@users.noreply.github.com",
        "time": "Mon Mar 23 05:20:45 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Mar 23 05:20:45 2026 +0100"
      },
      "message": "Remove support for dead Intel AVX-512 extensions"
    },
    {
      "commit": "7409032b3d74323b7fe9eb804204d7c6e48d2cc6",
      "tree": "555120c933ab622016615bd15ec2b0c00eafaeb4",
      "parents": [
        "560ca671421e47e32d3c8270623aaa74454570f4",
        "65658e3cb13f01653d8c3be5bc4ffaf46682dd73"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Mar 23 09:53:45 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Mar 23 09:53:45 2026 +0900"
      },
      "message": "Merge branch \u0027dev\u0027\n"
    },
    {
      "commit": "65658e3cb13f01653d8c3be5bc4ffaf46682dd73",
      "tree": "555120c933ab622016615bd15ec2b0c00eafaeb4",
      "parents": [
        "b91d482f7e8d2503a72e58c3852e94eebb8a0708"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Wed Mar 18 09:17:15 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Wed Mar 18 09:17:15 2026 +0900"
      },
      "message": "add comment\n"
    },
    {
      "commit": "b91d482f7e8d2503a72e58c3852e94eebb8a0708",
      "tree": "15e85622e1b30cda6c1a0be1c5186edc7032716e",
      "parents": [
        "0b8046e32126d5afd3a458b2d0d7b8a7f788e0ae"
      ],
      "author": {
        "name": "deepprog",
        "email": "deepprog@gmail.com",
        "time": "Sat Mar 14 07:03:00 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Mar 16 12:44:07 2026 +0900"
      },
      "message": "remove #include \u003clist\u003e\n"
    },
    {
      "commit": "0b8046e32126d5afd3a458b2d0d7b8a7f788e0ae",
      "tree": "155bdb57c24ddc92f4e970913d539e37337cfb79",
      "parents": [
        "98050f1ea517f319b290ff09fd50412fd0565047"
      ],
      "author": {
        "name": "deepprog",
        "email": "deepprog@gmail.com",
        "time": "Sat Mar 14 06:55:19 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Mar 16 12:43:34 2026 +0900"
      },
      "message": "use vector for StateList\n"
    },
    {
      "commit": "98050f1ea517f319b290ff09fd50412fd0565047",
      "tree": "73f46e3aafa99264a155909863383eb100ffedaa",
      "parents": [
        "560ca671421e47e32d3c8270623aaa74454570f4",
        "fb4dd56c4f1ed4cae453f18d09b1fdbcc0349853"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Mar 13 14:19:53 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Mar 13 14:19:53 2026 +0900"
      },
      "message": "Merge branch \u0027xinitrcn1-patch-3\u0027 into dev\n"
    },
    {
      "commit": "fb4dd56c4f1ed4cae453f18d09b1fdbcc0349853",
      "tree": "73f46e3aafa99264a155909863383eb100ffedaa",
      "parents": [
        "b85badb40de7e4ef38b8f8c660d0a834d2ae8bc7"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Mar 13 14:18:49 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Mar 13 14:19:18 2026 +0900"
      },
      "message": "include vector\n"
    },
    {
      "commit": "b85badb40de7e4ef38b8f8c660d0a834d2ae8bc7",
      "tree": "b42a581017107454472ba252980a27ef7e798885",
      "parents": [
        "560ca671421e47e32d3c8270623aaa74454570f4"
      ],
      "author": {
        "name": "Ploo",
        "email": "239304139+xinitrcn1@users.noreply.github.com",
        "time": "Thu Mar 12 11:35:26 2026 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Mar 12 11:35:26 2026 +0000"
      },
      "message": "use std::vector\u003cAddrInfo\u003e instead of std::list\u003c\u003e"
    },
    {
      "commit": "560ca671421e47e32d3c8270623aaa74454570f4",
      "tree": "e5de03181d77c08bc55949ec0b7596e7c251f2e6",
      "parents": [
        "dd90171902677780ffeb4c0d8360cc4f4e91fadb",
        "521f741c579cf3ff24952608a17c474ee93e01c6"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Tue Mar 10 08:42:09 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Tue Mar 10 08:42:09 2026 +0900"
      },
      "message": "Merge branch \u0027dev\u0027\n"
    },
    {
      "commit": "521f741c579cf3ff24952608a17c474ee93e01c6",
      "tree": "e5de03181d77c08bc55949ec0b7596e7c251f2e6",
      "parents": [
        "dc2ff4c0924ed1e38e91813a4d8d8b4e48daf5ab"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Tue Mar 10 08:41:38 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Tue Mar 10 08:41:38 2026 +0900"
      },
      "message": "v7.35.3\n"
    },
    {
      "commit": "dc2ff4c0924ed1e38e91813a4d8d8b4e48daf5ab",
      "tree": "29655a39c59dcc3e35bd41c316511c04f6895825",
      "parents": [
        "ad3852d7b7b1bba7b652e2b90ca03c8bd5702319"
      ],
      "author": {
        "name": "Yayoi-cs",
        "email": "hirogoshawk3249@gmail.com",
        "time": "Fri Mar 06 20:41:30 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Mar 09 11:27:19 2026 +0900"
      },
      "message": "fix bounds-checking\n"
    },
    {
      "commit": "ad3852d7b7b1bba7b652e2b90ca03c8bd5702319",
      "tree": "81ce4f816c30c7ae9d830d585731daf6e7d0bbc0",
      "parents": [
        "f760c5b7ccd7cdd7e0eded669c100f5d2bc3e250"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Mar 09 10:57:24 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Mar 09 10:57:24 2026 +0900"
      },
      "message": "minimize use of friend functions\n"
    },
    {
      "commit": "f760c5b7ccd7cdd7e0eded669c100f5d2bc3e250",
      "tree": "508085704a4cd6986564a326d3df29fd9f03f1be",
      "parents": [
        "dd90171902677780ffeb4c0d8360cc4f4e91fadb"
      ],
      "author": {
        "name": "George Nash",
        "email": "george.nash@intel.com",
        "time": "Fri Mar 06 10:22:46 2026 -0800"
      },
      "committer": {
        "name": "George Nash",
        "email": "george.nash@intel.com",
        "time": "Sat Mar 07 15:13:57 2026 -0800"
      },
      "message": "Overloads for RegExp operator+ to handle more data types\n\nThis removes the `operator+(const RegExp\u0026, size_t)`\nbecause depending on the OS size_t may be defined\ndifferently:\n - `unsigned long long` (Win64/LLP64)\n - `unsigned long` (Linux/macOS/LP64)\n - `unsigned int` (32 bit systems/ILP32)\n\nRemoving the `size_t` variant makes it possible to define all\nvariations of with out worrying about OS differences.\n\nSigned-off-by: George Nash \u003cgeorge.nash@intel.com\u003e\n"
    },
    {
      "commit": "dd90171902677780ffeb4c0d8360cc4f4e91fadb",
      "tree": "5199ca9bb3073a3bedb58a7bda3a4971c89af29b",
      "parents": [
        "1d206b892aecbd0e1cafb65d4a91217e50f1d3d6",
        "9489a239adec3362798c31d2a7fe5040872dbf75"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Mar 06 16:04:30 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Mar 06 16:04:30 2026 +0900"
      },
      "message": "Merge branch \u0027dev\u0027\n"
    },
    {
      "commit": "9489a239adec3362798c31d2a7fe5040872dbf75",
      "tree": "5199ca9bb3073a3bedb58a7bda3a4971c89af29b",
      "parents": [
        "58427e72d7bc52f49e7e5b7823cf4fd930de2290"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Mar 06 15:49:26 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Mar 06 16:04:13 2026 +0900"
      },
      "message": "v7.35.2\n"
    },
    {
      "commit": "58427e72d7bc52f49e7e5b7823cf4fd930de2290",
      "tree": "691536f6cc1af6c24817762db8ae72483f786e39",
      "parents": [
        "08b94d107a0ff885e10b7e7c82e1972d7d79eada"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Mar 06 14:55:00 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Mar 06 16:04:12 2026 +0900"
      },
      "message": "upate comment to RegExp\n"
    },
    {
      "commit": "08b94d107a0ff885e10b7e7c82e1972d7d79eada",
      "tree": "9e5f51eaefed4d2d19a1dc9cf710280d74b9cdc8",
      "parents": [
        "1a0ff376ab3e649ad8a81c080bd020f23ae7f537"
      ],
      "author": {
        "name": "George Nash",
        "email": "george.nash@intel.com",
        "time": "Thu Mar 05 15:36:09 2026 -0800"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Mar 06 16:04:12 2026 +0900"
      },
      "message": "fix: add int overload for RegExp::operator+ to resolve ambiguity with 0\n"
    },
    {
      "commit": "1a0ff376ab3e649ad8a81c080bd020f23ae7f537",
      "tree": "81edee53d158b309ee4b92cb8ebb0849160ae5eb",
      "parents": [
        "7db0bbb3ed5816c26ca7d3b31dceb3caa2019d0d"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Mar 06 10:41:00 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Mar 06 16:04:11 2026 +0900"
      },
      "message": "simplify macro\n"
    },
    {
      "commit": "7db0bbb3ed5816c26ca7d3b31dceb3caa2019d0d",
      "tree": "9cfa58482fb9097b9a2af8d5442e47a21c5d8a93",
      "parents": [
        "af50eb721e79bb84627a46144b85852109ef2b2f"
      ],
      "author": {
        "name": "Ploo",
        "email": "239304139+xinitrcn1@users.noreply.github.com",
        "time": "Thu Mar 05 18:02:13 2026 +0000"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Mar 06 13:32:49 2026 +0900"
      },
      "message": "Update xbyak.h"
    },
    {
      "commit": "af50eb721e79bb84627a46144b85852109ef2b2f",
      "tree": "932d5e26fd25aeeca678c831fff5ff1253118ad6",
      "parents": [
        "1d206b892aecbd0e1cafb65d4a91217e50f1d3d6"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Mar 06 10:35:37 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Mar 06 13:32:49 2026 +0900"
      },
      "message": "add test with clang++\n"
    },
    {
      "commit": "1d206b892aecbd0e1cafb65d4a91217e50f1d3d6",
      "tree": "b13a951d26570d817342725674294eda24e05062",
      "parents": [
        "6bd80106570fa017c5592b31fb8049b9d459b9ef",
        "7511e421ca5425f4884e8647ef21cff6e6e245ec"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Mar 05 20:01:00 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Mar 05 20:01:00 2026 +0900"
      },
      "message": "Merge branch \u0027dev\u0027\n"
    },
    {
      "commit": "7511e421ca5425f4884e8647ef21cff6e6e245ec",
      "tree": "b13a951d26570d817342725674294eda24e05062",
      "parents": [
        "ea31c958c5c6593fd283c50939c116ac39e81085"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Mar 05 19:45:19 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Mar 05 19:56:08 2026 +0900"
      },
      "message": "v7.35.1\n"
    },
    {
      "commit": "ea31c958c5c6593fd283c50939c116ac39e81085",
      "tree": "beae74a4d352f63748f09be06d5b3a4b5df47108",
      "parents": [
        "42d1416f3831d5ffb167eadcb9936a25fac5db76"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Mar 05 19:55:53 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Mar 05 19:56:08 2026 +0900"
      },
      "message": "remove unused warning in test/misc.cpp\n"
    },
    {
      "commit": "42d1416f3831d5ffb167eadcb9936a25fac5db76",
      "tree": "011d1d4e5963ea4fccc979c2b4e0ae752ae239ed",
      "parents": [
        "6bd80106570fa017c5592b31fb8049b9d459b9ef"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Mar 05 19:40:48 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Mar 05 19:40:48 2026 +0900"
      },
      "message": "remove constexpr for clang++ -std\u003dc++14 or later\n"
    },
    {
      "commit": "6bd80106570fa017c5592b31fb8049b9d459b9ef",
      "tree": "b46a6b377f914bf2116cc06738e1080bafbd3f85",
      "parents": [
        "9393d369819beb72cf6b25154a38cfbd1016abfd",
        "0c439840d05dfc92063b13c2d966f41595a167e8"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Mar 05 12:11:57 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Mar 05 12:11:57 2026 +0900"
      },
      "message": "Merge branch \u0027dev\u0027\n"
    },
    {
      "commit": "0c439840d05dfc92063b13c2d966f41595a167e8",
      "tree": "b46a6b377f914bf2116cc06738e1080bafbd3f85",
      "parents": [
        "1d3cd340b784351b708782e24b7108320de42683"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Mar 05 11:47:46 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Mar 05 12:03:12 2026 +0900"
      },
      "message": "v7.35\n"
    },
    {
      "commit": "1d3cd340b784351b708782e24b7108320de42683",
      "tree": "403f54b3697ec72a4d6758ed7c8a201397e0729a",
      "parents": [
        "e8bc8f35b66b854f1d78b7638131c88e8e1db9f0"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Mar 05 10:53:36 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Mar 05 12:03:12 2026 +0900"
      },
      "message": "doc: add note that RegExp offset is in bytes, not pointer arithmetic\n"
    },
    {
      "commit": "e8bc8f35b66b854f1d78b7638131c88e8e1db9f0",
      "tree": "338cfaa31f87530fe2cdaf9d2bb55e085171316b",
      "parents": [
        "74cbe53025c98cb2625d6450d24559ac47d3ef81"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Mar 05 10:33:58 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Mar 05 12:03:12 2026 +0900"
      },
      "message": "sample of addressing with operator+\n"
    },
    {
      "commit": "74cbe53025c98cb2625d6450d24559ac47d3ef81",
      "tree": "38b6ee1e867e641fd1ccabebda04a82b23e15c53",
      "parents": [
        "c72e08d5cbfeb0e19afbf01cd401a705b9f43083"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Mar 05 09:36:13 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Mar 05 12:03:11 2026 +0900"
      },
      "message": "rename setLabel_ to asPtr_ and add XBYAK_CONSTEXPR to RegExp\n"
    },
    {
      "commit": "c72e08d5cbfeb0e19afbf01cd401a705b9f43083",
      "tree": "e9c7c35c8e83207d130acc27ce0aeb08d9044766",
      "parents": [
        "484339d0a1280c0c7fa9018c45241296ff2ed9cb"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Wed Mar 04 18:15:13 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Wed Mar 04 18:15:13 2026 +0900"
      },
      "message": "add tests of RegExp with add operation\n"
    },
    {
      "commit": "484339d0a1280c0c7fa9018c45241296ff2ed9cb",
      "tree": "d9cded97c89a4456cf52c7d6346cf809b912aead",
      "parents": [
        "9393d369819beb72cf6b25154a38cfbd1016abfd"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Wed Mar 04 18:14:47 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Wed Mar 04 18:14:47 2026 +0900"
      },
      "message": "treat RegExp(0) as normal disp\n"
    },
    {
      "commit": "9393d369819beb72cf6b25154a38cfbd1016abfd",
      "tree": "90f9042eac568993c175262a195fd9b62b0a64b7",
      "parents": [
        "093fa48eec0912e1e033654e192af4795a8dae2d"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Tue Mar 03 08:19:00 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Tue Mar 03 08:19:00 2026 +0900"
      },
      "message": "v7.34.1\n"
    },
    {
      "commit": "093fa48eec0912e1e033654e192af4795a8dae2d",
      "tree": "81660c4f751b81fabdb4d42ee1612526f7bc6c35",
      "parents": [
        "3c3b11d99b5091b43d6c857c9087b209bd4a3e06"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Tue Mar 03 08:18:32 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Tue Mar 03 08:18:32 2026 +0900"
      },
      "message": "fix xed_test script\n"
    },
    {
      "commit": "3c3b11d99b5091b43d6c857c9087b209bd4a3e06",
      "tree": "08b77bd9ac730bb1151d1e016910ce28741d1e64",
      "parents": [
        "3fe4856d12a44603dee3eced00f242e279666757",
        "97b187ba453e3876475bdd4929b21f97412c5ac7"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Tue Mar 03 08:05:17 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Tue Mar 03 08:05:17 2026 +0900"
      },
      "message": "Merge branch \u0027dev\u0027\n"
    },
    {
      "commit": "97b187ba453e3876475bdd4929b21f97412c5ac7",
      "tree": "08b77bd9ac730bb1151d1e016910ce28741d1e64",
      "parents": [
        "a385fa05568bbaf77299426666c1fb881d8e4ed3"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Tue Mar 03 08:04:17 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Tue Mar 03 08:04:17 2026 +0900"
      },
      "message": "v7.34\n"
    },
    {
      "commit": "a385fa05568bbaf77299426666c1fb881d8e4ed3",
      "tree": "e5df6f7906140e6641f3a8edd39c46de5564c353",
      "parents": [
        "16f23165431f12f5c5bc56eb5245d7779383cf9c"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Mar 02 14:34:44 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Mon Mar 02 14:34:44 2026 +0900"
      },
      "message": "Revert \"add Address(size_t disp) constructor for backward compatibility\"\n\nThis reverts commit 5b40171e723526a1f387152cf876f61425d2e05f.\n"
    },
    {
      "commit": "16f23165431f12f5c5bc56eb5245d7779383cf9c",
      "tree": "9df4f34dbea36ce74acc8d0eac4c1ccaaeb548cd",
      "parents": [
        "adca00117a4a17f006cd0255941675480f6bdb12"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Sat Feb 28 10:38:35 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Sat Feb 28 10:38:35 2026 +0900"
      },
      "message": "add multi-byte NOPs longer than 9 bytes\n"
    },
    {
      "commit": "adca00117a4a17f006cd0255941675480f6bdb12",
      "tree": "6419a9401846352a7ad6b6fa75d68be8984fe618",
      "parents": [
        "69c9d98ac245e0d908473d4acd6c5613610d2f2f"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Sat Feb 28 10:01:58 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Sat Feb 28 10:01:58 2026 +0900"
      },
      "message": "xed: FUTURE contains PREFETCH inst\n"
    },
    {
      "commit": "69c9d98ac245e0d908473d4acd6c5613610d2f2f",
      "tree": "4ee93cd51333e3be1205cb1a834ca13e2bd45f3f",
      "parents": [
        "58ad3054227124d089b955d60e2c371b711ca8a0"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Feb 27 17:36:35 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Feb 27 17:36:35 2026 +0900"
      },
      "message": "fix xed option\n"
    },
    {
      "commit": "58ad3054227124d089b955d60e2c371b711ca8a0",
      "tree": "91534e60783707cfded8ce59e7f65fd86398fb6f",
      "parents": [
        "6b3a5e2b9c6280db0e8ec8b2d094714d2824eba3"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Feb 27 17:12:02 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Feb 27 17:12:02 2026 +0900"
      },
      "message": "add prefetch tests\n"
    },
    {
      "commit": "6b3a5e2b9c6280db0e8ec8b2d094714d2824eba3",
      "tree": "ddbc6c8a0e33262ca58a21605384370855f08c3d",
      "parents": [
        "f9b7d6bc3a7e77ce07f3665157d108d1c8cb1de3"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Feb 27 17:11:53 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Feb 27 17:11:53 2026 +0900"
      },
      "message": "test: Memory class supports rip\n"
    },
    {
      "commit": "f9b7d6bc3a7e77ce07f3665157d108d1c8cb1de3",
      "tree": "4557e7d52cf26f3f9fd86881ef65274135295716",
      "parents": [
        "5b40171e723526a1f387152cf876f61425d2e05f"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Feb 27 17:10:59 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Feb 27 17:10:59 2026 +0900"
      },
      "message": "add prefetchrst2\n"
    },
    {
      "commit": "5b40171e723526a1f387152cf876f61425d2e05f",
      "tree": "33b91c7de0cd13807b02f6902de8b90fefc1ab37",
      "parents": [
        "3ec11a50ee5fd05b66d70b1e51c53eea4292e63b"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Feb 27 14:39:05 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Feb 27 14:39:05 2026 +0900"
      },
      "message": "add Address(size_t disp) constructor for backward compatibility\n"
    },
    {
      "commit": "3ec11a50ee5fd05b66d70b1e51c53eea4292e63b",
      "tree": "81982f7ce1c34aa84374895f1359035ae1797e8b",
      "parents": [
        "40614f9e944e6acf6a6045471f04ed65961cc030",
        "0ebd97ae70a8a3f7dcd20bab2daeee7ab8e35018"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Feb 26 10:26:42 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Feb 26 10:26:42 2026 +0900"
      },
      "message": "Merge branch \u0027georgen117-georgen/fix_undef_error\u0027 into dev\n"
    },
    {
      "commit": "40614f9e944e6acf6a6045471f04ed65961cc030",
      "tree": "8ef44fee17f7f86558977b50e9e29a73712536e6",
      "parents": [
        "9c0fec37712e3ae60bb3cfd86433d4228458e514"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Feb 26 10:23:48 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Feb 26 10:23:48 2026 +0900"
      },
      "message": "use NULL instead of nullptr for c++03\n"
    },
    {
      "commit": "9c0fec37712e3ae60bb3cfd86433d4228458e514",
      "tree": "b405af91590d834a5b301c9d85bca4dfa4deb2c6",
      "parents": [
        "b70d25c58d0000f6bed38612f54911c2e65c4e79"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Feb 26 10:11:26 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Feb 26 10:22:48 2026 +0900"
      },
      "message": "keep backward compatibility of RegExp\n"
    },
    {
      "commit": "b70d25c58d0000f6bed38612f54911c2e65c4e79",
      "tree": "930e1d477400d865f3f7b5951b2a403359a8f395",
      "parents": [
        "2b28465473a83b1070536c747d4476ddcb114458"
      ],
      "author": {
        "name": "George Nash",
        "email": "george.nash@intel.com",
        "time": "Wed Feb 25 09:57:03 2026 -0800"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Feb 26 10:18:27 2026 +0900"
      },
      "message": "Add default `Address` constructor\n\nSigned-off-by: George Nash \u003cgeorge.nash@intel.com\u003e\n"
    },
    {
      "commit": "2b28465473a83b1070536c747d4476ddcb114458",
      "tree": "1e8fd68d7b0460531395e65ccd0126dab8639787",
      "parents": [
        "ae6d1a973b5ff2807b0c3645124d771fd99a1f6d"
      ],
      "author": {
        "name": "George Nash",
        "email": "george.nash@intel.com",
        "time": "Wed Feb 25 09:44:31 2026 -0800"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Thu Feb 26 10:18:27 2026 +0900"
      },
      "message": "make RegExp constructor explicit to fix integer literal ambiguity\n\nSigned-off-by: George Nash \u003cgeorge.nash@intel.com\u003e\n"
    },
    {
      "commit": "0ebd97ae70a8a3f7dcd20bab2daeee7ab8e35018",
      "tree": "aff983a3c045a8c455b5d50fb587bad46ee281bc",
      "parents": [
        "3fe4856d12a44603dee3eced00f242e279666757"
      ],
      "author": {
        "name": "George Nash",
        "email": "george.nash@intel.com",
        "time": "Wed Feb 25 14:46:09 2026 -0800"
      },
      "committer": {
        "name": "George Nash",
        "email": "george.nash@intel.com",
        "time": "Wed Feb 25 14:49:08 2026 -0800"
      },
      "message": "Fix undef error when building on macOS\n\nSigned-off-by: George Nash \u003cgeorge.nash@intel.com\u003e\n"
    },
    {
      "commit": "ae6d1a973b5ff2807b0c3645124d771fd99a1f6d",
      "tree": "099cf092c1f1bec5ea501c99dd706063eae1c3fe",
      "parents": [
        "3fe4856d12a44603dee3eced00f242e279666757"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Tue Feb 24 11:41:18 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Tue Feb 24 11:41:18 2026 +0900"
      },
      "message": "add CpuMask::appendRange()\n"
    },
    {
      "commit": "3fe4856d12a44603dee3eced00f242e279666757",
      "tree": "31e2a6cb6c1078d70ca518f1adb77fcbcf4daf62",
      "parents": [
        "8c0098b69f95d02dea47efcdd42ab5aa2d03c72d",
        "b6d26d95e94b195d73a98be8f96d098021a92538"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Feb 13 18:41:04 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Feb 13 18:41:04 2026 +0900"
      },
      "message": "Merge branch \u0027dev\u0027\n"
    },
    {
      "commit": "b6d26d95e94b195d73a98be8f96d098021a92538",
      "tree": "31e2a6cb6c1078d70ca518f1adb77fcbcf4daf62",
      "parents": [
        "ab38f9da093f9c376bbce4cbed8b83f7ee91744e"
      ],
      "author": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Feb 13 18:40:38 2026 +0900"
      },
      "committer": {
        "name": "MITSUNARI Shigeo",
        "email": "herumi@nifty.com",
        "time": "Fri Feb 13 18:40:38 2026 +0900"
      },
      "message": "v7.33.3\n"
    }
  ],
  "next": "ab38f9da093f9c376bbce4cbed8b83f7ee91744e"
}
