Age | Commit message (Expand) | Author |
2015-07-22 | call supports variadic template if possiblev4.84 | MITSUNARI Shigeo |
2015-07-14 | remove warning in 32-bit mode | MITSUNARI Shigeo |
2015-07-10 | disable warning of 32-bit vc | MITSUNARI Shigeo |
2015-06-16 | add movbev4.83 | MITSUNARI Shigeo |
2015-05-24 | support detection of F16Cv4.82 | MITSUNARI Shigeo |
2015-05-03 | include xbyak.h instead of xbyak/xbyak.h | MITSUNARI Shigeo |
2015-04-25 | add test of setSize | MITSUNARI Shigeo |
2015-04-25 | fix setSize | MITSUNARI Shigeo |
2015-04-25 | add dq() for 8-byte data | 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 |
2015-02-14 | don't use mmap on mingwverify20150301 | MITSUNARI Shigeo |
2015-02-04 | fix test for nasm | MITSUNARI Shigeo |
2015-01-28 | Cpu::Type is excented to 64-bit valuev4.71 | MITSUNARI Shigeo |
2015-01-28 | add stac/rdseed | MITSUNARI Shigeo |
2015-01-28 | support adox, adcx | MITSUNARI Shigeo |
2015-01-28 | add cmpxchg | MITSUNARI Shigeo |
2015-01-19 | define XBYAK64_WIN on 64-bit cygwin | MITSUNARI Shigeo |
2014-10-14 | update doc for jpv4.70 | MITSUNARI Shigeo |
2014-10-14 | update doc | MITSUNARI Shigeo |
2014-10-14 | try to use MAP_ANON if MAP_ANONYMOUS is not defined | MITSUNARI Shigeo |
2014-10-14 | default off | MITSUNARI Shigeo |
2014-10-14 | test of MmapAllocator | MITSUNARI Shigeo |
2014-08-31 | fix mode of test | MITSUNARI Shigeo |
2014-08-31 | err if ah,bh,ch,dh are used | MITSUNARI Shigeo |
2014-06-13 | disable warning for vc2014 | MITSUNARI Shigeo |
2014-05-30 | add bt, bts, btr, btc | MITSUNARI Shigeo |
2014-05-28 | add vcvtph2ps, vcvtps2ph | MITSUNARI Shigeo |
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 |