Age | Commit message (Expand) | Author |
2020-10-19 | default encoding is always evex | MITSUNARI Shigeo |
2020-10-19 | refactor vnni | MITSUNARI Shigeo |
2020-10-17 | support [scale * reg] | MITSUNARI Shigeo |
2020-09-25 | Use sh instead of tcsh for test scripts | Mitsuru Kariya |
2020-09-08 | replace uint32 with uint32_t etc. | MITSUNARI Shigeo |
2020-08-24 | change the behavior of push((byte|word), imm) to cast imm to int8_t/int16_t | MITSUNARI Shigeo |
2020-07-21 | rename XBYAK_NOEXCEPTION to XBYAK_NO_EXCEPTION | MITSUNARI Shigeo |
2020-07-20 | test_nm.bat supports noexcept | MITSUNARI Shigeo |
2020-07-20 | XBYAK_NOEXCEPTION for -fno-exceptions | MITSUNARI Shigeo |
2020-06-30 | throw exception if not supported amx sibmem 2 | MITSUNARI Shigeo |
2020-06-30 | throw exception if not supported amx sibmem | MITSUNARI Shigeo |
2020-06-28 | fix test of sizeof(Operand) | MITSUNARI Shigeo |
2020-05-10 | fix test for mac | MITSUNARI Shigeo |
2020-04-20 | accept k0 mask register (it means no mask) | MITSUNARI Shigeo |
2020-04-09 | kmov{b,w,d,q} throws for unsupported regv5.90 | MITSUNARI Shigeo |
2020-02-26 | remove warning of testv5.891 | MITSUNARI Shigeo |
2020-01-07 | add test_avx512 to bat | MITSUNARI Shigeo |
2020-01-03 | refactor test | MITSUNARI Shigeo |
2019-12-19 | add setDefaultJmpNEARv5.87 | MITSUNARI Shigeo |
2019-09-23 | v5.82v5.82 | MITSUNARI Shigeo |
2019-09-10 | add lds/lss/les/lfs/lgs | MITSUNARI Shigeo |
2019-09-09 | add some fpu mnemonics | MITSUNARI Shigeo |
2019-09-05 | add loop/loope/loopne | MITSUNARI Shigeo |
2019-09-05 | add enter/leave | MITSUNARI Shigeo |
2019-09-03 | add in_, out_ | MITSUNARI Shigeo |
2019-09-01 | add lods{b,w,d,q}, outs{b,w,d} | MITSUNARI Shigeo |
2019-09-01 | add int3, int_, into | MITSUNARI Shigeo |
2019-09-01 | add pushfq, popfq | MITSUNARI Shigeo |
2019-09-01 | syscall, sysenter, sysexit, sysret | MITSUNARI Shigeo |
2019-09-01 | add clflushopt, fldenv, fnstw | MITSUNARI Shigeo |
2019-05-29 | add set_opt.bat for test on Windows | MITSUNARI Shigeo |
2019-05-26 | add avx512_bf16v5.80 | MITSUNARI Shigeo |
2019-04-27 | fix vcmppd/vcmpps for ptr_bv5.79 | MITSUNARI Shigeo |
2019-04-15 | fix Reg::changeBitv5.78 | MITSUNARI Shigeo |
2018-10-29 | unlink Label when LabelManager is destroyedv5.75 | MITSUNARI Shigeo |
2018-10-21 | Xbyak::CastTo is removed | MITSUNARI Shigeo |
2018-10-15 | increase max temp regs for StackFrame | MITSUNARI Shigeo |
2018-10-15 | util::StackFrame uses push/pop instead of mov | MITSUNARI Shigeo |
2018-09-19 | use evex encoding for vpslld/vpslldq/vpsraw/...(reg, mem, imm);v5.73 | MITSUNARI Shigeo |
2018-09-19 | fix the encoding of vinsertps for disp8N | MITSUNARI Shigeo |
2018-09-04 | add Label L() for convenience | MITSUNARI Shigeo |
2018-08-28 | update test | MITSUNARI Shigeo |
2018-08-24 | fix wrong VSIB encoding with idx >= 16v5.68 | MITSUNARI Shigeo |
2018-08-14 | update test/cybozuv5.67 | MITSUNARI Shigeo |
2018-08-14 | remove mutable in Address | MITSUNARI Shigeo |
2018-08-13 | add cmpsb/scasb/... | MITSUNARI Shigeo |
2018-07-24 | add PROTECT_RE mode for protect()v5.66 | MITSUNARI Shigeo |
2018-06-26 | fix push(qword[mem])v5.65 | MITSUNARI Shigeo |
2018-02-07 | vmov* supports [mem]|k|zv5.61 | MITSUNARI Shigeo |
2018-02-07 | define XBYAK_NO_OP_NAMES for test | MITSUNARI Shigeo |