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
2017-08-22
fix mpx encoding
v5.53
MITSUNARI Shigeo
2017-08-22
add bnd(0xf2) prefix for MPX
MITSUNARI Shigeo
2017-08-22
use db for array
MITSUNARI Shigeo
2017-08-22
remove bat file
MITSUNARI Shigeo
2017-08-18
fix wrong align()
v5.52
MITSUNARI Shigeo
2017-08-17
Merge branch 'multi-nop'
v5.51
MITSUNARI Shigeo
2017-08-17
align() uses multibyte nop
MITSUNARI Shigeo
2017-08-16
add support for multibyte nop sequences
Anthony Pesch
2017-08-09
change layout of type
MITSUNARI Shigeo
2017-08-09
hasZero() has meanig if getOpmaskIdx() > 0
MITSUNARI Shigeo
2017-08-08
recover comment for ver 5.432
v5.50
MITSUNARI Shigeo
2017-08-08
update version
MITSUNARI Shigeo
2017-08-08
add mpx
MITSUNARI Shigeo
2017-08-08
change layout of Operand
MITSUNARI Shigeo
2017-08-08
support sha(thanks to magrosan)
MITSUNARI Shigeo
2017-08-08
refactor gen_code.cpp
MITSUNARI Shigeo
2017-08-08
support prefetchw
MITSUNARI Shigeo
2017-08-07
Merge branch 'rsdubtso-master'
MITSUNARI Shigeo
2017-08-07
add prefetchw
Roman Dubtsov
2017-07-12
fix path of update.bat
v5.432
MITSUNARI Shigeo
2017-07-12
add Makefile for gen
MITSUNARI Shigeo
2017-07-12
change int to size_t in gen_code.cpp
MITSUNARI Shigeo
2017-07-12
update version
MITSUNARI Shigeo
2017-07-12
add //-V524 for jcc*, cmov*, set*
MITSUNARI Shigeo
2017-07-11
fix operator=
MITSUNARI Shigeo
2017-07-11
remove warnings of pvs stduio
MITSUNARI Shigeo
2017-07-08
fix hasReg() (not affect)
v5.431
MITSUNARI Shigeo
2017-05-25
undef jnl if Bessel function is defined as macro
MITSUNARI Shigeo
2017-05-16
add sortline for tool
MITSUNARI Shigeo
2017-05-14
fix CodeGenerator::resetSize()
v5.43
MITSUNARI Shigeo
2017-05-14
Merge pull request #46 from xenia-project/master
MITSUNARI Shigeo
2017-05-14
Corrected CodeGenerator::resetSize() to set isCalledCalcJmpAddress_ back to f...
gibbed
2017-05-13
add rep
MITSUNARI Shigeo
2017-05-13
add movs{b,w,d,q}
v5.42
MITSUNARI Shigeo
2017-05-02
add CMakeLists.txt to intall headers
MITSUNARI Shigeo
2017-04-10
use VirtualProtect for recent vc
MITSUNARI Shigeo
2017-04-10
fix wrong access to cur(thanks to koturn)
MITSUNARI Shigeo
2017-02-26
sample: accept amd64 as a 64bit patform
release20170401
MITSUNARI Shigeo
2017-02-26
sample/bf: use mprotect() on other POSIX systems as well by Jan Beich
MITSUNARI Shigeo
2017-02-26
Merge commit 'e12fe06'
MITSUNARI Shigeo
2017-02-18
Build subdirs with the same make(1) flavor
Jan Beich
2017-01-26
support prefetchwt1
v5.41
MITSUNARI Shigeo
2017-01-26
allow scale == 0 for convenience
MITSUNARI Shigeo
2017-01-21
chmod 644 *.bat
MITSUNARI Shigeo
2016-12-28
(trivial fix) add const
MITSUNARI Shigeo
2016-12-14
Label::getAddress() returns 0 if ready() is not called and in AutoGrow mode
v5.40
MITSUNARI Shigeo
2016-12-14
add Label::getAddress()
MITSUNARI Shigeo
2016-12-09
fix typo and type
MITSUNARI Shigeo
2016-12-09
shrink size of Operand
MITSUNARI Shigeo
2016-12-09
fix handling of negative offsets when encoding disp8N(thanks to rsdubtso)
MITSUNARI Shigeo
[next]