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
2021-05-10
add endbr32 and endbr64
v5.992
MITSUNARI Shigeo
2021-03-11
fix typo
MITSUNARI Shigeo
2021-03-04
use github action
MITSUNARI Shigeo
2021-02-18
change build status to travis-ci.com
MITSUNARI Shigeo
2021-02-05
meanings of the name
MITSUNARI Shigeo
2021-01-02
test_util.cpp supports OpenBSD
MITSUNARI Shigeo
2020-11-24
Merge pull request #115 from Ryan-rsm-McKenzie/master
MITSUNARI Shigeo
2020-11-23
fix build interface include directory
ryan-rsm-mckenzie
2020-11-23
fix add_library call with INTERFACE
ryan-rsm-mckenzie
2020-11-19
support slightly more modern cmake
ryan-rsm-mckenzie
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
[next]