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
/
sample
/
bf.cpp
Age
Commit message (
Expand
)
Author
2024-09-29
[sample] XBYAK_NO_OP_NAMES is no longer needed
MITSUNARI Shigeo
2024-09-29
[sample] add dump option to bf
MITSUNARI Shigeo
2024-08-21
[sample] resize stack element
MITSUNARI Shigeo
2020-09-08
replace uint32 with uint32_t etc.
MITSUNARI Shigeo
2018-10-21
Xbyak::CastTo is removed
MITSUNARI Shigeo
2018-09-04
bf uses Label class
v5.71
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/bf: use mprotect() on other POSIX systems as well by Jan Beich
MITSUNARI Shigeo
2013-09-18
label, jmp, call supports std::string
MITSUNARI Shigeo
2013-07-04
change the type of Xbyak::Error from enum to a class
MITSUNARI Shigeo
2013-06-21
support putL(LABEL); function
MITSUNARI Shigeo
2013-01-12
decrease warning for -pedantic
MITSUNARI Shigeo
2012-05-22
disable warning of vc
MITSUNARI Shigeo
2012-05-10
remove warning for gcc 4.7
MITSUNARI Shigeo
2012-05-03
remove warning for clang++
MITSUNARI Shigeo
2011-04-28
cosmetic modification
MITSUNARI Shigeo
2011-02-04
support AVX
MITSUNARI Shigeo
2010-04-16
first commit
MITSUNARI Shigeo