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-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
2020-01-15
Fix segmentation fault in calc sample
tyfkda
2020-01-07
add test_avx512 to bat
MITSUNARI Shigeo
2020-01-03
add .travis.yml
v5.89
MITSUNARI Shigeo
2020-01-03
refactor test
MITSUNARI Shigeo
2020-01-03
fix error of vfpclasspd
MITSUNARI Shigeo
2019-12-20
fix for windows
v5.88
MITSUNARI Shigeo
2019-12-19
add setDefaultJmpNEAR
v5.87
MITSUNARI Shigeo
2019-12-13
revert to the behavior before v5.84 if -fno-operator-names is defined
v5.86
MITSUNARI Shigeo
2019-12-07
update to v5.85
v5.85
MITSUNARI Shigeo
2019-12-07
enable MAP_JIT only if mojave or later
MITSUNARI Shigeo
2019-12-04
specify MAP_JIT mmap flag on macOS
Roman Dubtsov
2019-11-29
update doc
v5.84
MITSUNARI Shigeo
2019-11-29
[changed] XBYAK_NO_OP_NAMES is defined
MITSUNARI Shigeo
2019-10-12
remove exit(1)
v5.83
MITSUNARI Shigeo
2019-09-23
v5.82
v5.82
MITSUNARI Shigeo
2019-09-23
Support AMD Zen New Instructions.
Masaki Ota @MagurosanTeam
[next]