Age | Commit message (Expand) | Author |
2015-08-18 | add test of ripv4.86 | MITSUNARI Shigeo |
2015-08-18 | fix mov([rip+label], imm) | MITSUNARI Shigeo |
2015-08-18 | test of rip + label + imm | MITSUNARI Shigeo |
2015-08-18 | fix bt? | MITSUNARI Shigeo |
2015-08-18 | remove warning to tset | MITSUNARI Shigeo |
2015-08-18 | correct rip + label + imm | MITSUNARI Shigeo |
2015-08-18 | remove some warnings of vc | MITSUNARI Shigeo |
2015-08-18 | patch by whyisthisfieldhere | MITSUNARI Shigeo |
2015-08-18 | Merge pull request #27 from inolen/master | MITSUNARI Shigeo |
2015-08-17 | clear clabel definition lists in LabelManager::reset | Anthony Pesch |
2015-08-17 | fix range test of mov(Operand, imm) | MITSUNARI Shigeo |
2015-08-17 | change error range of imm | MITSUNARI Shigeo |
2015-08-16 | fix error code | MITSUNARI Shigeo |
2015-08-16 | check imm of mov(Operand, imm) | MITSUNARI Shigeo |
2015-08-10 | fix Address::operator==()v4.85 | MITSUNARI Shigeo |
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 |