Age | Commit message (Expand) | Author |
2022-06-03 | the version format has changed from A.BC(D) to A.BC(.D) | MITSUNARI Shigeo |
2022-05-12 | add movdir64b | MITSUNARI Shigeo |
2022-05-12 | add movdiri | MITSUNARI Shigeo |
2022-05-11 | support cldemote | MITSUNARI Shigeo |
2022-05-11 | add clwb | MITSUNARI Shigeo |
2022-04-05 | add umwait | MITSUNARI Shigeo |
2022-04-05 | add umonitor | MITSUNARI Shigeo |
2022-04-05 | add tpause | MITSUNARI Shigeo |
2021-12-14 | supprt retf | MITSUNARI Shigeo |
2021-12-09 | add test of hlt | MITSUNARI Shigeo |
2021-09-14 | unify T_66, T_F3, T_F2 flags | MITSUNARI Shigeo |
2021-09-14 | extend vcvtps2ph | MITSUNARI Shigeo |
2021-09-03 | fix v{add,sub,mul,...}{sd,ss} to support T_rd_sae etc. | MITSUNARI Shigeo |
2021-09-03 | move FP16 to AVX-512 | MITSUNARI Shigeo |
2021-09-02 | fix disp scaling of v{add,sub,mul,div,max,min}sh | MITSUNARI Shigeo |
2021-09-02 | add v{add,sub,mul,div,min,max}{ph,sh} | MITSUNARI Shigeo |
2021-05-10 | add endbr32 and endbr64v5.992 | MITSUNARI Shigeo |
2020-10-19 | refactor vnni | MITSUNARI Shigeo |
2020-09-08 | replace uint32 with uint32_t etc. | MITSUNARI Shigeo |
2020-07-20 | XBYAK_NOEXCEPTION for -fno-exceptions | MITSUNARI Shigeo |
2020-06-30 | mov amx insts from avx512 | MITSUNARI Shigeo |
2019-09-23 | Support AMD Zen New Instructions. | Masaki Ota @MagurosanTeam |
2019-09-10 | add lds/lss/les/lfs/lgs | MITSUNARI Shigeo |
2019-09-09 | add repe, repne, repne, prez | 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 |
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-08-14 | remove mutable in Address | MITSUNARI Shigeo |
2018-08-13 | add cmpsb/scasb/... | MITSUNARI Shigeo |
2018-02-07 | vmov* supports [mem]|k|zv5.61 | MITSUNARI Shigeo |
2018-01-05 | add vgf2p8mulb | MITSUNARI Shigeo |
2018-01-05 | add gf2p8affineqb | MITSUNARI Shigeo |
2018-01-05 | add gf2p8affineinvqb | MITSUNARI Shigeo |
2018-01-04 | vpclmulqdq supports AVX-512 | MITSUNARI Shigeo |
2017-12-30 | vaes* supports AVX-512 | MITSUNARI Shigeo |
2017-08-22 | fix mpx encodingv5.53 | MITSUNARI Shigeo |
2017-08-22 | add bnd(0xf2) prefix for MPX | MITSUNARI Shigeo |
2017-08-17 | align() uses multibyte nop | MITSUNARI Shigeo |
2017-08-08 | add mpx | MITSUNARI Shigeo |
2017-08-08 | support sha(thanks to magrosan) | MITSUNARI Shigeo |
2017-08-08 | refactor gen_code.cpp | MITSUNARI Shigeo |
2017-08-07 | add prefetchw | Roman Dubtsov |