aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-05-20lost to upload of TEST_EXCEPTIONMITSUNARI Shigeo
2014-04-11add detection of rdrand to Xbyak::util::CpuMITSUNARI Shigeo
2014-03-25update documentsMITSUNARI Shigeo
2014-03-25cast to avoid warningMITSUNARI Shigeo
2014-03-25use suitable name/classMITSUNARI Shigeo
2014-03-25remove unused string label when outLocalLabel() is calledMITSUNARI Shigeo
2014-03-24template function of hasUndefinedLabelMITSUNARI Shigeo
2014-03-24remove unused RefCountMITSUNARI Shigeo
2014-03-23state of @@, @f, @bMITSUNARI Shigeo
2014-03-23remove old commentsMITSUNARI Shigeo
2014-03-23throw ERR_BAD_LABEL_STR if @f or @b is usedMITSUNARI Shigeo
2014-03-23remove old @@ from definedListMITSUNARI Shigeo
2014-03-22test state of @@/@b/@fMITSUNARI Shigeo
2014-03-21merge refCount_ to definedList2_MITSUNARI Shigeo
2014-03-19use reference counter of labelMITSUNARI Shigeo
2014-03-16remove unused ERR_LABEL_IS_SET_BY_LMITSUNARI Shigeo
2014-03-16add build pathMITSUNARI Shigeo
2014-03-16fix typoMITSUNARI Shigeo
2014-03-16test of bad use of assignLMITSUNARI Shigeo
2014-03-16use cybozu/test.hpp for test of jmpMITSUNARI Shigeo
2014-03-16remove state of LabelMITSUNARI Shigeo
2014-03-16add call(Label)MITSUNARI Shigeo
2014-03-16update versionMITSUNARI Shigeo
2014-03-16pass test of assignLMITSUNARI Shigeo
2014-03-16assignL ; not run for AutoGrow with T_NEARMITSUNARI Shigeo
2014-03-15id/state of Label are mutableMITSUNARI Shigeo
2014-03-15add test of new LabelMITSUNARI Shigeo
2014-03-15use NativeReg, NativeInt to avoid ifdefMITSUNARI Shigeo
2014-03-15support putL(label), mov(reg, label)MITSUNARI Shigeo
2014-03-15support multiple use of new LabelMITSUNARI Shigeo
2014-03-15jcxz/jecxz support new LabelMITSUNARI Shigeo
2014-03-15putNop in making labelMITSUNARI Shigeo
2014-03-15fix ; add typenameMITSUNARI Shigeo
2014-03-15add getId()MITSUNARI Shigeo
2014-03-15rename opJmp2 to opJmpMITSUNARI Shigeo
2014-03-15removing duplicate codeMITSUNARI Shigeo
2014-03-15removing duplicate codeMITSUNARI Shigeo
2014-03-15rename XBYAK_USE_UNORDERD_MAP to XBYAK_STD_UNORDERED_MAPMITSUNARI Shigeo
2014-03-15add test of AutoGrowMITSUNARI Shigeo
2014-03-15pass small test of new LabelMITSUNARI Shigeo
2014-03-14first test of new LabelMITSUNARI Shigeo
2014-03-14add testLocal for growMITSUNARI Shigeo
2014-03-14remove ok message if successMITSUNARI Shigeo
2014-03-13copy functions from string Label to Label class (for test)MITSUNARI Shigeo
2014-03-12remove opti from movMITSUNARI Shigeo
2014-03-12use putL for mov(reg, label)MITSUNARI Shigeo
2014-03-12getSize() can be got in define()MITSUNARI Shigeo
2014-03-12remove addr because it can be induced from other paramsMITSUNARI Shigeo
2014-03-12increase maxStackMITSUNARI Shigeo
2014-03-12rename Label as LabelManager ; move toStr for backward compatibilityMITSUNARI Shigeo