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 (
Collapse
)
Author
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
2018-01-10
fix document for vfpclassps
MITSUNARI Shigeo
2018-01-05
update version
MITSUNARI Shigeo
2017-08-22
fix mpx encoding
v5.53
MITSUNARI Shigeo
2017-08-18
fix wrong align()
v5.52
MITSUNARI Shigeo
2017-08-17
align() uses multibyte nop
MITSUNARI Shigeo
2017-08-08
recover comment for ver 5.432
v5.50
MITSUNARI Shigeo
2017-08-08
update version
MITSUNARI Shigeo
2017-07-12
update version
MITSUNARI Shigeo
2017-07-08
fix hasReg() (not affect)
v5.431
MITSUNARI Shigeo
2017-05-14
fix CodeGenerator::resetSize()
v5.43
MITSUNARI Shigeo
2017-05-13
add movs{b,w,d,q}
v5.42
MITSUNARI Shigeo
2017-01-26
support prefetchwt1
v5.41
MITSUNARI Shigeo
2016-12-14
Label::getAddress() returns 0 if ready() is not called and in AutoGrow mode
v5.40
MITSUNARI Shigeo
2016-12-09
fix handling of negative offsets when encoding disp8N(thanks to rsdubtso)
MITSUNARI Shigeo
2016-12-08
fix encoding of vpbroadcast{b,w,d,q}, vpinsr{b,w}, vpextr{b,w} for disp8N
v5.33
MITSUNARI Shigeo
2016-12-01
rename __xgetbv() to _xgetbv() to support clang for Visual Studio
MITSUNARI Shigeo
2016-11-27
rename AVX512_4VNNI to tAVX512_4VNNIW
v5.31
MITSUNARI Shigeo
2016-11-27
update version
MITSUNARI Shigeo
2016-11-26
add detection of AVX512_4VNNIW and AVX512_4FMAPS
MITSUNARI Shigeo
2016-11-20
add vptest for ymm
v5.11
MITSUNARI Shigeo
2016-11-20
add [rip + pointer] addressing
v5.10
MITSUNARI Shigeo
2016-09-29
fix detection of ERR_INVALID_OPMASK_WITH_MEMORY
MITSUNARI Shigeo
2016-08-29
remove old url
MITSUNARI Shigeo
2016-08-15
xbyak_bin2hex.h does not included by xbyak.h
MITSUNARI Shigeo
[next]