Age | Commit message (Expand) | Author |
2021-12-14 | support call(mem, T_FAR) | MITSUNARI Shigeo |
2021-12-14 | support jmp(mem, T_FAR) | MITSUNARI Shigeo |
2020-09-08 | replace uint32 with uint32_t etc. | MITSUNARI Shigeo |
2020-05-10 | fix test for mac | MITSUNARI Shigeo |
2019-12-19 | add setDefaultJmpNEARv5.87 | MITSUNARI Shigeo |
2019-09-05 | add loop/loope/loopne | MITSUNARI Shigeo |
2018-10-29 | unlink Label when LabelManager is destroyedv5.75 | MITSUNARI Shigeo |
2018-09-04 | add Label L() for convenience | MITSUNARI Shigeo |
2018-08-28 | update test | MITSUNARI Shigeo |
2018-07-24 | add PROTECT_RE mode for protect()v5.66 | MITSUNARI Shigeo |
2018-01-05 | fix test dependencyv5.60 | MITSUNARI Shigeo |
2016-12-14 | Label::getAddress() returns 0 if ready() is not called and in AutoGrow modev5.40 | MITSUNARI Shigeo |
2016-12-14 | add Label::getAddress() | MITSUNARI Shigeo |
2016-11-21 | fix error of jmp.cpp | MITSUNARI Shigeo |
2016-11-20 | add [rip + pointer] addressingv5.10 | MITSUNARI Shigeo |
2016-02-04 | add jcc(const void*addr); | MITSUNARI Shigeo |
2015-04-23 | revise test of jmp | MITSUNARI Shigeo |
2015-04-23 | fix wrong addressing for xmm2 | MITSUNARI Shigeo |
2015-04-22 | now supporting label + offset(under construction) | MITSUNARI Shigeo |
2014-03-25 | cast to avoid warning | MITSUNARI Shigeo |
2014-03-22 | test state of @@/@b/@f | MITSUNARI Shigeo |
2014-03-19 | use reference counter of label | 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 | add call(Label) | 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 | add test of new Label | 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 | 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-08 | add test of local label | MITSUNARI Shigeo |
2014-03-04 | add test of local label | 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-04-14 | remove vervose message of jmp | MITSUNARI Shigeo |
2013-03-27 | add test for @@, @b | MITSUNARI Shigeo |
2013-03-27 | jmp test runs well | MITSUNARI Shigeo |
2013-03-25 | support label for mov without AutoGrow | MITSUNARI Shigeo |
2013-03-13 | add jcxz, jecxz, jrcxz | MITSUNARI Shigeo |
2012-03-20 | Xbyak ver 3.50 | MITSUNARI Shigeo |
2012-03-16 | distinguish label | MITSUNARI Shigeo |
2012-03-16 | support auto_grow and user allocator | MITSUNARI Shigeo |
2010-06-01 | use 32bit extended encoding for mov(reg64, imm) | MITSUNARI Shigeo |