aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2017-08-22fix mpx encodingv5.53MITSUNARI Shigeo
2017-08-22add bnd(0xf2) prefix for MPXMITSUNARI Shigeo
2017-08-22use db for arrayMITSUNARI Shigeo
2017-08-22remove bat fileMITSUNARI Shigeo
2017-08-18fix wrong align()v5.52MITSUNARI Shigeo
2017-08-17Merge branch 'multi-nop'v5.51MITSUNARI Shigeo
2017-08-17align() uses multibyte nopMITSUNARI Shigeo
2017-08-16add support for multibyte nop sequencesAnthony Pesch
2017-08-09change layout of typeMITSUNARI Shigeo
2017-08-09hasZero() has meanig if getOpmaskIdx() > 0MITSUNARI Shigeo
2017-08-08recover comment for ver 5.432v5.50MITSUNARI Shigeo
2017-08-08update versionMITSUNARI Shigeo
2017-08-08add mpxMITSUNARI Shigeo
2017-08-08change layout of OperandMITSUNARI Shigeo
2017-08-08support sha(thanks to magrosan)MITSUNARI Shigeo
2017-08-08refactor gen_code.cppMITSUNARI Shigeo
2017-08-08support prefetchwMITSUNARI Shigeo
2017-08-07Merge branch 'rsdubtso-master'MITSUNARI Shigeo
2017-08-07add prefetchwRoman Dubtsov
2017-07-12fix path of update.batv5.432MITSUNARI Shigeo
2017-07-12add Makefile for genMITSUNARI Shigeo
2017-07-12change int to size_t in gen_code.cppMITSUNARI Shigeo
2017-07-12update versionMITSUNARI Shigeo
2017-07-12add //-V524 for jcc*, cmov*, set*MITSUNARI Shigeo
2017-07-11fix operator=MITSUNARI Shigeo
2017-07-11remove warnings of pvs stduioMITSUNARI Shigeo
2017-07-08fix hasReg() (not affect)v5.431MITSUNARI Shigeo
2017-05-25undef jnl if Bessel function is defined as macroMITSUNARI Shigeo
2017-05-16add sortline for toolMITSUNARI Shigeo
2017-05-14fix CodeGenerator::resetSize()v5.43MITSUNARI Shigeo
2017-05-14Merge pull request #46 from xenia-project/masterMITSUNARI Shigeo
2017-05-14Corrected CodeGenerator::resetSize() to set isCalledCalcJmpAddress_ back to f...gibbed
2017-05-13add repMITSUNARI Shigeo
2017-05-13add movs{b,w,d,q}v5.42MITSUNARI Shigeo
2017-05-02add CMakeLists.txt to intall headersMITSUNARI Shigeo
2017-04-10use VirtualProtect for recent vcMITSUNARI Shigeo
2017-04-10fix wrong access to cur(thanks to koturn)MITSUNARI Shigeo
2017-02-26sample: accept amd64 as a 64bit patformrelease20170401MITSUNARI Shigeo
2017-02-26sample/bf: use mprotect() on other POSIX systems as well by Jan BeichMITSUNARI Shigeo
2017-02-26Merge commit 'e12fe06'MITSUNARI Shigeo
2017-02-18Build subdirs with the same make(1) flavorJan Beich
2017-01-26support prefetchwt1v5.41MITSUNARI Shigeo
2017-01-26allow scale == 0 for convenienceMITSUNARI Shigeo
2017-01-21chmod 644 *.batMITSUNARI Shigeo
2016-12-28(trivial fix) add constMITSUNARI Shigeo
2016-12-14Label::getAddress() returns 0 if ready() is not called and in AutoGrow modev5.40MITSUNARI Shigeo
2016-12-14add Label::getAddress()MITSUNARI Shigeo
2016-12-09fix typo and typeMITSUNARI Shigeo
2016-12-09shrink size of OperandMITSUNARI Shigeo
2016-12-09fix handling of negative offsets when encoding disp8N(thanks to rsdubtso)MITSUNARI Shigeo