Age | Commit message (Expand) | Author |
---|---|---|
2016-02-04 | capitalize hex valuev4.90 | MITSUNARI Shigeo |
2016-02-04 | replace B[01]+ with hex value | MITSUNARI Shigeo |
2016-02-04 | add jcc(const void*addr); | MITSUNARI Shigeo |
2016-01-30 | fix vpblendvbv4.89 | MITSUNARI Shigeo |
2016-01-24 | lea, cmov support 16-bit registersv4.88 | MITSUNARI Shigeo |
2015-11-18 | avoid warning | MITSUNARI Shigeo |
2015-10-05 | update docv4.87 | MITSUNARI Shigeo |
2015-10-05 | add push/pop for segment registers | MITSUNARI Shigeo |
2015-10-04 | support mov(ax, cs); | MITSUNARI Shigeo |
2015-09-14 | disable warning for VC2015 | MITSUNARI Shigeo |
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 |