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
2022-03-08
Merge branch 'dev'
v6.03
MITSUNARI Shigeo
2022-03-08
v6.03
MITSUNARI Shigeo
2022-03-08
rename isValidXMm to isValidSSE
MITSUNARI Shigeo
2022-03-08
add tests to badSSE
MITSUNARI Shigeo
2022-03-08
add baseSSE test
MITSUNARI Shigeo
2022-03-08
update doc
MITSUNARI Shigeo
2022-03-08
fix condition to throw error for SSE instructions when using XMM16-XMM31
Xuxin, Zeng
2022-03-08
sample/memfd shows /proc/self/maps
MITSUNARI Shigeo
2022-03-08
add memfd sample
MITSUNARI Shigeo
2022-03-05
apt update at first
MITSUNARI Shigeo
2022-03-05
typedef for no-MmapAllocator
MITSUNARI Shigeo
2022-03-05
minimize diff
MITSUNARI Shigeo
2022-03-01
Allocator: take optional name parameter and use it with memfd
Emilio Cota
2022-02-19
Merge branch 'dev'
MITSUNARI Shigeo
2022-02-19
Merge pull request #138 from Tachi107/make-cxx-cpp-ld-flags
MITSUNARI Shigeo
2022-02-15
build(make): honour CXXFLAGS, CPPFLAGS and LDFLAGS
Andrea Pappacoda
2022-02-15
test generates only a.asm
MITSUNARI Shigeo
2022-02-15
Merge branch 'patch-1' of https://github.com/Tachi107/xbyak into Tachi107-pat...
MITSUNARI Shigeo
2022-02-14
build(make): fix clean target in test/Makefile
Andrea Pappacoda
2022-01-28
Merge branch 'dev'
v6.02
MITSUNARI Shigeo
2022-01-28
v6.02
MITSUNARI Shigeo
2022-01-12
fix condition to throw error for invalid displacements
Wierschem, Keola
2021-12-31
fix test_util.cpp
MITSUNARI Shigeo
2021-12-31
Merge branch 'dev'
MITSUNARI Shigeo
2021-12-29
Allow parallel feature checks
Wunkolo
2021-12-14
Merge branch 'dev'
v6.01
MITSUNARI Shigeo
2021-12-14
v6.01
MITSUNARI Shigeo
2021-12-14
update doc
MITSUNARI Shigeo
2021-12-14
supprt retf
MITSUNARI Shigeo
2021-12-14
support call(mem, T_FAR)
MITSUNARI Shigeo
2021-12-14
support jmp(mem, T_FAR)
MITSUNARI Shigeo
2021-12-09
Merge branch 'lioncash-hlt' into dev
MITSUNARI Shigeo
2021-12-09
add test of hlt
MITSUNARI Shigeo
2021-12-08
xbyak: Add hlt opcode function
Lioncash
2021-10-12
fix conflict
MITSUNARI Shigeo
2021-10-10
build(meson): fix CMake Config file include dir
Andrea Pappacoda
2021-10-07
delete the sentences translated into Japanese from COPYRIGHT
MITSUNARI Shigeo
2021-10-06
remove tabs
MITSUNARI Shigeo
2021-10-06
Merge pull request #129 from Tachi107/meson-cmake-config
MITSUNARI Shigeo
2021-10-05
build(meson): generate CMake package config files
Andrea Pappacoda
2021-10-05
revert change of the type of Pack::util::operator[]
MITSUNARI Shigeo
2021-10-05
util::Pack has not pointer but instance of Reg64
MITSUNARI Shigeo
2021-10-05
use _WIN32 instead of _MSC_VER for mingw64
MITSUNARI Shigeo
2021-10-05
use original uint8_t
MITSUNARI Shigeo
2021-10-01
add cstrs of Xbyak::util::Pack for 11 or 12 args
MITSUNARI Shigeo
2021-09-28
Merge branch 'Tachi107-meson' into dev
MITSUNARI Shigeo
2021-09-28
Makefile updates the version of meson.build
MITSUNARI Shigeo
2021-09-18
build: add Meson support
Andrea Pappacoda
2021-09-14
v6.00
v6.00
MITSUNARI Shigeo
2021-09-14
add vcvtusi2sh
MITSUNARI Shigeo
[next]