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
path:
root
/
readme.txt
Age
Commit message (
Expand
)
Author
2020-11-16
v5.991
v5.991
MITSUNARI Shigeo
2020-10-19
update to v5.99
MITSUNARI Shigeo
2020-10-17
v5.98
v5.98
MITSUNARI Shigeo
2020-09-08
v5.97
v5.97
MITSUNARI Shigeo
2020-08-28
update to v5.95
v5.96
MITSUNARI Shigeo
2020-08-24
change the behavior of push((byte|word), imm) to cast imm to int8_t/int16_t
MITSUNARI Shigeo
2020-08-04
CodeGenerator::reset() calls ClearError()
v5.941
MITSUNARI Shigeo
2020-07-28
v5.94
MITSUNARI Shigeo
2020-07-21
update doc
v5.93
MITSUNARI Shigeo
2020-06-30
v5.92
v5.92
MITSUNARI Shigeo
2020-06-19
v5.912
MITSUNARI Shigeo
2020-05-10
v5.911 ; XBYAK_USE_MMAP_ALLOCATOR is defined
v5.911
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-02-26
fix typo of type of Zmi
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-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-14
v5.81
v5.81
MITSUNARI Shigeo
2019-08-02
update version to v5.802
v5.802
MITSUNARI Shigeo
2019-05-28
add vp2intersectd/vp2intersectq
MITSUNARI Shigeo
2019-05-26
add avx512_bf16
v5.80
MITSUNARI Shigeo
2019-04-27
fix vcmppd/vcmpps for ptr_b
v5.79
MITSUNARI Shigeo
2019-04-15
fix Reg::changeBit
v5.78
MITSUNARI Shigeo
2019-03-06
update version to 5.77
v5.77
MITSUNARI Shigeo
2019-01-17
update version
MITSUNARI Shigeo
2018-10-31
recover Xbyak::CastTo
v5.751
MITSUNARI Shigeo
2018-10-29
unlink Label when LabelManager is destroyed
v5.75
MITSUNARI Shigeo
2018-10-21
update version
v5.74
MITSUNARI Shigeo
2018-10-15
util::StackFrame uses push/pop instead of mov
MITSUNARI Shigeo
2018-09-19
use evex encoding for vpslld/vpslldq/vpsraw/...(reg, mem, imm);
v5.73
MITSUNARI Shigeo
2018-09-19
fix the encoding of vinsertps for disp8N
MITSUNARI Shigeo
2018-09-04
add Label L() for convenience
MITSUNARI Shigeo
2018-08-28
update manual
v5.70
MITSUNARI Shigeo
2018-08-24
fix wrong VSIB encoding with idx >= 16
v5.68
MITSUNARI Shigeo
2018-08-14
update test/cybozu
v5.67
MITSUNARI Shigeo
2018-08-14
remove mutable in Address
MITSUNARI Shigeo
2018-07-26
support mingw64
v5.661
MITSUNARI Shigeo
2018-07-24
add PROTECT_RE mode for protect()
v5.66
MITSUNARI Shigeo
2018-06-26
fix push(qword[mem])
v5.65
MITSUNARI Shigeo
2018-04-03
update version
v5.631
MITSUNARI Shigeo
2018-02-14
update version
v5.63
MITSUNARI Shigeo
2018-02-13
change format and add getter for data_cache_size
v5.62
MITSUNARI Shigeo
2018-02-07
vmov* supports [mem]|k|z
v5.61
MITSUNARI Shigeo
2018-01-24
add xword, yword, etc. in Xbyak::util
v5.601
MITSUNARI Shigeo
[next]