1. 1d206b8 Merge branch 'dev' by MITSUNARI Shigeo · 19 hours ago master v7.35.1
  2. 7511e42 v7.35.1 by MITSUNARI Shigeo · 19 hours ago
  3. ea31c95 remove unused warning in test/misc.cpp by MITSUNARI Shigeo · 19 hours ago
  4. 42d1416 remove constexpr for clang++ -std=c++14 or later by MITSUNARI Shigeo · 19 hours ago
  5. 6bd8010 Merge branch 'dev' by MITSUNARI Shigeo · 26 hours ago v7.35
  6. 0c43984 v7.35 by MITSUNARI Shigeo · 27 hours ago
  7. 1d3cd34 doc: add note that RegExp offset is in bytes, not pointer arithmetic by MITSUNARI Shigeo · 28 hours ago
  8. e8bc8f3 sample of addressing with operator+ by MITSUNARI Shigeo · 28 hours ago
  9. 74cbe53 rename setLabel_ to asPtr_ and add XBYAK_CONSTEXPR to RegExp by MITSUNARI Shigeo · 29 hours ago
  10. c72e08d add tests of RegExp with add operation by MITSUNARI Shigeo · 2 days ago
  11. 484339d treat RegExp(0) as normal disp by MITSUNARI Shigeo · 2 days ago
  12. 9393d36 v7.34.1 by MITSUNARI Shigeo · 3 days ago v7.34.1
  13. 093fa48 fix xed_test script by MITSUNARI Shigeo · 3 days ago
  14. 3c3b11d Merge branch 'dev' by MITSUNARI Shigeo · 3 days ago v7.34
  15. 97b187b v7.34 by MITSUNARI Shigeo · 3 days ago
  16. a385fa0 Revert "add Address(size_t disp) constructor for backward compatibility" by MITSUNARI Shigeo · 4 days ago
  17. 16f2316 add multi-byte NOPs longer than 9 bytes by MITSUNARI Shigeo · 6 days ago
  18. adca001 xed: FUTURE contains PREFETCH inst by MITSUNARI Shigeo · 6 days ago
  19. 69c9d98 fix xed option by MITSUNARI Shigeo · 7 days ago
  20. 58ad305 add prefetch tests by MITSUNARI Shigeo · 7 days ago
  21. 6b3a5e2 test: Memory class supports rip by MITSUNARI Shigeo · 7 days ago
  22. f9b7d6b add prefetchrst2 by MITSUNARI Shigeo · 7 days ago
  23. 5b40171 add Address(size_t disp) constructor for backward compatibility by MITSUNARI Shigeo · 7 days ago
  24. 3ec11a5 Merge branch 'georgen117-georgen/fix_undef_error' into dev by MITSUNARI Shigeo · 8 days ago
  25. 40614f9 use NULL instead of nullptr for c++03 by MITSUNARI Shigeo · 8 days ago
  26. 9c0fec3 keep backward compatibility of RegExp by MITSUNARI Shigeo · 8 days ago
  27. b70d25c Add default `Address` constructor by George Nash · 8 days ago
  28. 2b28465 make RegExp constructor explicit to fix integer literal ambiguity by George Nash · 8 days ago
  29. 0ebd97a Fix undef error when building on macOS by George Nash · 8 days ago
  30. ae6d1a9 add CpuMask::appendRange() by MITSUNARI Shigeo · 10 days ago
  31. 3fe4856 Merge branch 'dev' by MITSUNARI Shigeo · 3 weeks ago v7.33.3
  32. b6d26d9 v7.33.3 by MITSUNARI Shigeo · 3 weeks ago
  33. ab38f9d refactor initCpuTopology of Linux version by MITSUNARI Shigeo · 3 weeks ago
  34. fbc974e use setStr in parseCpuList by MITSUNARI Shigeo · 3 weeks ago
  35. f9e9a82 avoid GetActiveProcessorGroupCount and GetActiveProcessorGroupCount for WUP compatibility by MITSUNARI Shigeo · 3 weeks ago
  36. 8c0098b Merge branch 'dev' by MITSUNARI Shigeo · 3 weeks ago v7.33.2
  37. bbafd52 v7.33.2 by MITSUNARI Shigeo · 3 weeks ago
  38. 91e0163 add test of cmpxchg16b xword [rax] by MITSUNARI Shigeo · 3 weeks ago
  39. 6c9cfe5 allow cmpxchg16b with xword by MITSUNARI Shigeo · 3 weeks ago
  40. 2f1e615 v7.33.1 by MITSUNARI Shigeo · 3 weeks ago v7.33.1
  41. 61b924a fix: append inline to impl::appendStr by MITSUNARI Shigeo · 3 weeks ago
  42. 0158f26 Merge branch 'dev' by MITSUNARI Shigeo · 3 weeks ago v7.33
  43. f94f949 v7.33 by MITSUNARI Shigeo · 3 weeks ago
  44. 96d22e0 add CpuMask::getStr, setStr and tests of them by MITSUNARI Shigeo · 3 weeks ago
  45. 2d5017a use CpuMask instead of std::vector<size_t> by MITSUNARI Shigeo · 4 weeks ago
  46. fabfc5d v7.32.1 by MITSUNARI Shigeo · 4 weeks ago v7.32.1
  47. cd3a19b remove old msvc project files by MITSUNARI Shigeo · 4 weeks ago
  48. f461080 refactoring sample/cputopology.cpp by MITSUNARI Shigeo · 4 weeks ago
  49. bca51ce add getCoreTypeStr and getCacheTypeStr by MITSUNARI Shigeo · 4 weeks ago
  50. 22dddc2 dismiss alerts in GitHub Actions by MITSUNARI Shigeo · 4 weeks ago
  51. 6551bb7 Merge branch 'dev' by MITSUNARI Shigeo · 4 weeks ago v7.32
  52. 0e92fb0 v7.32 by MITSUNARI Shigeo · 4 weeks ago
  53. 5b876c2 add comparison operators to CpuMask by MITSUNARI Shigeo · 4 weeks ago
  54. d1b75e8 bump sde to 10.5.0 by MITSUNARI Shigeo · 4 weeks ago
  55. 00a6f1d remove instructions referenced in Intel 319433-059 by MITSUNARI Shigeo · 4 weeks ago
  56. 39171b9 Update xbyak.h by Ploo · 4 weeks ago
  57. 05aaf32 add put() function to LogicalCpu and Cache by MITSUNARI Shigeo · 4 weeks ago
  58. 7baceee Merge branch 'cache' by MITSUNARI Shigeo · 4 weeks ago v7.31
  59. 4acb0a1 v7.31 by MITSUNARI Shigeo · 4 weeks ago cache
  60. 60a9b78 sched.h is not used by MITSUNARI Shigeo · 4 weeks ago
  61. 9d8b352 remove redundant whitespace. change CRLF to LF by MITSUNARI Shigeo · 4 weeks ago
  62. 20bc7bb upate cpuid for hybrid by MITSUNARI Shigeo · 4 weeks ago
  63. 648deb1 include C-style headers since using printf etc. without std:: by MITSUNARI Shigeo · 4 weeks ago
  64. 8212f66 change iterator idx_ and size_ from size_t to uint32_t by MITSUNARI Shigeo · 4 weeks ago
  65. e278168 code clean up by George Nash · 4 weeks ago
  66. f848d0d removed unused Cpu param from initCpuTopology by George Nash · 4 weeks ago
  67. 1d09696 on linux use sysfs to set coreType by George Nash · 4 weeks ago
  68. 22bee3d add type2str for CoreType by MITSUNARI Shigeo · 4 weeks ago
  69. 7561ced use WrapFILE for FILE* by MITSUNARI Shigeo · 4 weeks ago
  70. 691b617 support C++03 by MITSUNARI Shigeo · 4 weeks ago
  71. c519dc1 remove std::set in initCpuTopology() by MITSUNARI Shigeo · 4 weeks ago
  72. 9f1bc2e refactoring sample/cputopology by MITSUNARI Shigeo · 4 weeks ago
  73. 88d4c39 throw exception if initCpuTopology by MITSUNARI Shigeo · 4 weeks ago
  74. 1c637ec refacroting windows version by MITSUNARI Shigeo · 4 weeks ago
  75. 39ddffa remove LogicalCpu::index by MITSUNARI Shigeo · 4 weeks ago
  76. c4d30c1 use cache[L1i].sharedCpuIndices instead of siblingIndices by MITSUNARI Shigeo · 4 weeks ago
  77. 351b077 remove socketNum_ by MITSUNARI Shigeo · 4 weeks ago
  78. e4e07c3 move countBits to impl::popcnt by MITSUNARI Shigeo · 4 weeks ago
  79. d3fc57d compare prev and v by MITSUNARI Shigeo · 4 weeks ago
  80. f89519b remove old jmp.sln by MITSUNARI Shigeo · 4 weeks ago
  81. cebdd7b add cpumask_test.cpp by MITSUNARI Shigeo · 4 weeks ago
  82. 7b54109 fix test name by MITSUNARI Shigeo · 4 weeks ago
  83. f91713f add cpumask_test by MITSUNARI Shigeo · 4 weeks ago
  84. be404f4 add compact CpuMask by MITSUNARI Shigeo · 4 weeks ago
  85. f4ca8fd cache_ is public by MITSUNARI Shigeo · 5 weeks ago
  86. 3f0b201 tweak: reorder member functions by MITSUNARI Shigeo · 5 weeks ago
  87. 5871942 move lineSize from CpuCache to CpuTopology by MITSUNARI Shigeo · 5 weeks ago
  88. bdb6f0f Changed isShared from a member variable to a member function by MITSUNARI Shigeo · 5 weeks ago
  89. 6962325 CpuMask by std::set (will be modified later) by MITSUNARI Shigeo · 5 weeks ago
  90. c7e662e define XBYAK_CPU_CACHE=1 if C++11 or later by MITSUNARI Shigeo · 5 weeks ago
  91. 959efd8 Convert CRLF to LF by MITSUNARI Shigeo · 5 weeks ago
  92. 10598de mov caches_ to LogicalCpu by MITSUNARI Shigeo · 5 weeks ago
  93. c3296a2 rename test_util_cache to cputopology and change some files to 644 by MITSUNARI Shigeo · 6 weeks ago
  94. c235f6f Merge branch 'cpu_cache' of https://github.com/georgen117/xbyak into georgen117-cpu_cache by MITSUNARI Shigeo · 6 weeks ago
  95. 683ec62 Renamed CpuSet to CpuTopology by George Nash · 6 weeks ago
  96. 02a0dfd Revert modifications inadvertantly commited to make file by George Nash · 6 weeks ago
  97. a8460c6 updates to test_util_cache.cpp by George Nash · 6 weeks ago
  98. 00ae874 Initial commit of test_util_cache.cpp by George Nash · 6 weeks ago
  99. 44265e9 Add CMake build script to sample folder by George Nash · 6 weeks ago
  100. 1f69022 Window implementation of cpu cache code by George Nash · 6 weeks ago