index
:
xbyak
dev
master
a JIT assembler for x86(IA-32)/x64(AMD64, x86-64) MMX/SSE/SSE2/SSE3/SSSE3/SSE4/FPU/AVX/AVX2/AVX-512 by C++ header
herumi
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-11-16
v5.991
v5.991
MITSUNARI Shigeo
2020-11-15
disable XBYAK_CONSTEXPR for g++-5 -std=c++-14
MITSUNARI Shigeo
2020-10-23
Merge branch 'atafra-old_mac_fix' into dev
MITSUNARI Shigeo
2020-10-21
fixed compile error on some older macOS versions
Attila Afra
2020-10-20
refactor util
v5.99
MITSUNARI Shigeo
2020-10-19
test_util checks AMX and AVX_VNNI
MITSUNARI Shigeo
2020-10-19
update to v5.99
MITSUNARI Shigeo
2020-10-19
refactor
MITSUNARI Shigeo
2020-10-19
default encoding is always evex
MITSUNARI Shigeo
2020-10-19
refactor vnni
MITSUNARI Shigeo
2020-10-19
Merge branch 'akharito-akharito/adl_support' into dev
MITSUNARI Shigeo
2020-10-17
v5.98
v5.98
MITSUNARI Shigeo
2020-10-17
Merge branch 'akharito/adl_support' of https://github.com/akharito/xbyak into...
MITSUNARI Shigeo
2020-10-17
support [scale * reg]
MITSUNARI Shigeo
2020-10-15
cpuid - check that GRT CPUID leaf 7 subleaf 0 should return EAX=1
Andrey Kharitonchik
2020-10-15
add AVX VNNI instruction support
Andrey Kharitonchik
2020-10-15
add ADL CPUID
Andrey Kharitonchik
2020-10-15
Add option to choose VEX or EVEX encoding
Andrey Kharitonchik
2020-10-13
fix indent
MITSUNARI Shigeo
2020-10-13
Merge branch 'atafra-mac_avx512_fix' into dev
MITSUNARI Shigeo
2020-10-12
fixed incorrect detection of AVX-512 on macOS
Attila Afra
2020-10-05
Merge branch 'FEX-Emu-extended_features' into dev
MITSUNARI Shigeo
2020-10-05
Merge branch 'extended_features' of https://github.com/FEX-Emu/xbyak into FEX...
MITSUNARI Shigeo
2020-10-05
Merge branch 'kariya-mitsuru-use-sh'
MITSUNARI Shigeo
2020-10-05
Merge branch 'use-sh' of https://github.com/kariya-mitsuru/xbyak into kariya-...
MITSUNARI Shigeo
2020-10-04
Fixes extended feature support checking
Ryan Houdek
2020-09-25
Use sh instead of tcsh for test scripts
Mitsuru Kariya
2020-09-23
remove warning of _MSC_VER
MITSUNARI Shigeo
2020-09-19
Merge branch 'dev'
MITSUNARI Shigeo
2020-09-19
change the original behavior of SetError
MITSUNARI Shigeo
2020-09-19
rename and fix indent
MITSUNARI Shigeo
2020-09-19
Merge branch 'sbogusev-master' into dev
MITSUNARI Shigeo
2020-09-18
make l_err() inline with block scope static TLS l_error
Bogusevschi, Silviu
2020-09-08
v5.97
v5.97
MITSUNARI Shigeo
2020-09-08
XBYAK_ONLY_CLASS_CPU is for only util::Cpu
MITSUNARI Shigeo
2020-09-08
replace uint32 with uint32_t etc.
MITSUNARI Shigeo
2020-08-28
update to v5.95
v5.96
MITSUNARI Shigeo
2020-08-28
use noexcept if C++11 or later
MITSUNARI Shigeo
2020-08-28
remove warning
MITSUNARI Shigeo
2020-08-28
use constexpr if c++14 or later
MITSUNARI Shigeo
2020-08-25
Merge branch 'densamoilov-fix-mov-interface' into dev
v5.95
MITSUNARI Shigeo
2020-08-24
fix mov interface
Denis Samoilov
2020-08-24
change the behavior of push((byte|word), imm) to cast imm to int8_t/int16_t
MITSUNARI Shigeo
2020-08-21
Merge pull request #102 from igorsafo/master
MITSUNARI Shigeo
2020-08-20
Cpu: make getNumCores constant
Safonov, Igor
2020-08-19
Merge pull request #101 from densamoilov/use-thread_local-when-supported
MITSUNARI Shigeo
2020-08-18
use thread_local for XBYAK_TLS when supported
Denis Samoilov
2020-08-04
CodeGenerator::reset() calls ClearError()
v5.941
MITSUNARI Shigeo
2020-07-28
Merge branch 'cursey-no-winsock2-header'
v5.94
MITSUNARI Shigeo
2020-07-28
v5.94
MITSUNARI Shigeo
[next]