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 (
Collapse
)
Author
2014-05-20
lost to upload of TEST_EXCEPTION
MITSUNARI Shigeo
2014-04-11
add detection of rdrand to Xbyak::util::Cpu
MITSUNARI Shigeo
2014-03-25
update documents
MITSUNARI Shigeo
2014-03-25
cast to avoid warning
MITSUNARI Shigeo
2014-03-25
use suitable name/class
MITSUNARI Shigeo
2014-03-25
remove unused string label when outLocalLabel() is called
MITSUNARI Shigeo
2014-03-24
template function of hasUndefinedLabel
MITSUNARI Shigeo
2014-03-24
remove unused RefCount
MITSUNARI Shigeo
2014-03-23
state of @@, @f, @b
MITSUNARI Shigeo
2014-03-23
remove old comments
MITSUNARI Shigeo
2014-03-23
throw ERR_BAD_LABEL_STR if @f or @b is used
MITSUNARI Shigeo
2014-03-23
remove old @@ from definedList
MITSUNARI Shigeo
2014-03-22
test state of @@/@b/@f
MITSUNARI Shigeo
2014-03-21
merge refCount_ to definedList2_
MITSUNARI Shigeo
2014-03-19
use reference counter of label
MITSUNARI Shigeo
2014-03-16
remove unused ERR_LABEL_IS_SET_BY_L
MITSUNARI Shigeo
2014-03-16
add build path
MITSUNARI Shigeo
2014-03-16
fix typo
MITSUNARI Shigeo
2014-03-16
test of bad use of assignL
MITSUNARI Shigeo
2014-03-16
use cybozu/test.hpp for test of jmp
MITSUNARI Shigeo
2014-03-16
remove state of Label
MITSUNARI Shigeo
2014-03-16
add call(Label)
MITSUNARI Shigeo
2014-03-16
update version
MITSUNARI Shigeo
2014-03-16
pass test of assignL
MITSUNARI Shigeo
2014-03-16
assignL ; not run for AutoGrow with T_NEAR
MITSUNARI Shigeo
2014-03-15
id/state of Label are mutable
MITSUNARI Shigeo
2014-03-15
add test of new Label
MITSUNARI Shigeo
2014-03-15
use NativeReg, NativeInt to avoid ifdef
MITSUNARI Shigeo
2014-03-15
support putL(label), mov(reg, label)
MITSUNARI Shigeo
2014-03-15
support multiple use of new Label
MITSUNARI Shigeo
2014-03-15
jcxz/jecxz support new Label
MITSUNARI Shigeo
2014-03-15
putNop in making label
MITSUNARI Shigeo
2014-03-15
fix ; add typename
MITSUNARI Shigeo
2014-03-15
add getId()
MITSUNARI Shigeo
2014-03-15
rename opJmp2 to opJmp
MITSUNARI Shigeo
2014-03-15
removing duplicate code
MITSUNARI Shigeo
2014-03-15
removing duplicate code
MITSUNARI Shigeo
2014-03-15
rename XBYAK_USE_UNORDERD_MAP to XBYAK_STD_UNORDERED_MAP
MITSUNARI Shigeo
2014-03-15
add test of AutoGrow
MITSUNARI Shigeo
2014-03-15
pass small test of new Label
MITSUNARI Shigeo
2014-03-14
first test of new Label
MITSUNARI Shigeo
2014-03-14
add testLocal for grow
MITSUNARI Shigeo
2014-03-14
remove ok message if success
MITSUNARI Shigeo
2014-03-13
copy functions from string Label to Label class (for test)
MITSUNARI Shigeo
2014-03-12
remove opti from mov
MITSUNARI Shigeo
2014-03-12
use putL for mov(reg, label)
MITSUNARI Shigeo
2014-03-12
getSize() can be got in define()
MITSUNARI Shigeo
2014-03-12
remove addr because it can be induced from other params
MITSUNARI Shigeo
2014-03-12
increase maxStack
MITSUNARI Shigeo
2014-03-12
rename Label as LabelManager ; move toStr for backward compatibility
MITSUNARI Shigeo
[prev]
[next]