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-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
2020-07-28
define WIN32_LEAN_AND_MEAN for including winsock2.h after xbyak.h
MITSUNARI Shigeo
2020-07-27
Remove #include <winsock2.h>
cursey
2020-07-21
update doc
v5.93
MITSUNARI Shigeo
2020-07-21
rename XBYAK_NOEXCEPTION to XBYAK_NO_EXCEPTION
MITSUNARI Shigeo
2020-07-21
use static to avoid multiple instance
MITSUNARI Shigeo
2020-07-20
test_nm.bat supports noexcept
MITSUNARI Shigeo
2020-07-20
XBYAK_NOEXCEPTION for -fno-exceptions
MITSUNARI Shigeo
2020-06-30
v5.92
v5.92
MITSUNARI Shigeo
2020-06-30
mov(rax, imm64) on 32-bit env with XBYAK64
MITSUNARI Shigeo
2020-06-30
throw exception if not supported amx sibmem 2
MITSUNARI Shigeo
2020-06-30
mov amx insts from avx512
MITSUNARI Shigeo
2020-06-30
throw exception if not supported amx sibmem
MITSUNARI Shigeo
2020-06-28
fix test of sizeof(Operand)
MITSUNARI Shigeo
2020-06-28
remove T_TMM
MITSUNARI Shigeo
2020-06-28
gen_amx.cpp is merged into gen_avx512.cpp
MITSUNARI Shigeo
2020-06-28
remove my alias for tmm registers
MITSUNARI Shigeo
2020-06-28
bit_ contains 8192
MITSUNARI Shigeo
2020-06-26
extend mnemonics with Intel(R) AMX ISA
Shustrov, Nikita
2020-06-26
add generation of Intel(R) AMX ISA mnemonics
Shustrov, Nikita
2020-06-26
add support of Intel(R) AMX ISA
Shustrov, Nikita
2020-06-19
v5.912
MITSUNARI Shigeo
2020-06-19
Merge branch 'rsdubtso-master'
MITSUNARI Shigeo
2020-06-18
use MAP_JIT on macOS regardless of Xcode version
Roman Dubtsov
2020-05-10
v5.911 ; XBYAK_USE_MMAP_ALLOCATOR is defined
v5.911
MITSUNARI Shigeo
2020-05-10
fix test for mac
MITSUNARI Shigeo
2020-04-20
add link to GitHub Sponsor
v5.91
MITSUNARI Shigeo
2020-04-20
accept k0 mask register (it means no mask)
MITSUNARI Shigeo
2020-04-09
kmov{b,w,d,q} throws for unsupported reg
v5.90
MITSUNARI Shigeo
2020-04-08
Merge pull request #91 from marcelotrevisani/patch-1
MITSUNARI Shigeo
2020-04-08
Possibility to specify a different PREFIX
Marcelo Duarte Trevisani
2020-02-26
remove warning of test
v5.891
MITSUNARI Shigeo
2020-02-26
fix typo of type of Zmi
MITSUNARI Shigeo
2020-01-27
perf does not recognize too short function name
MITSUNARI Shigeo
2020-01-18
Consider max defined as a macro on Windows
MITSUNARI Shigeo
2020-01-17
fix for zeroed-out 0xb leaf
Roman Dubtsov
2020-01-15
Merge branch 'tyfkda-feature/fix-segfault-in-calc'
MITSUNARI Shigeo
[next]