Age | Commit message (Expand) | Author |
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 | remove warning to tset | MITSUNARI Shigeo |
2015-08-18 | remove some warnings of vc | MITSUNARI Shigeo |
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 | check imm of mov(Operand, imm) | MITSUNARI Shigeo |
2015-08-10 | fix Address::operator==()v4.85 | MITSUNARI Shigeo |
2015-06-16 | add movbev4.83 | MITSUNARI Shigeo |
2015-04-25 | add test of setSize | 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-04 | fix test for nasm | 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 |
2014-10-14 | test of MmapAllocator | MITSUNARI Shigeo |
2014-08-31 | fix mode of test | MITSUNARI Shigeo |
2014-05-30 | add bt, bts, btr, btc | MITSUNARI Shigeo |
2014-05-28 | add vcvtph2ps, vcvtps2ph | MITSUNARI Shigeo |
2014-05-20 | lost to upload of TEST_EXCEPTION | MITSUNARI Shigeo |
2014-03-25 | cast to avoid warning | MITSUNARI Shigeo |
2014-03-23 | state of @@, @f, @b | MITSUNARI Shigeo |
2014-03-22 | test state of @@/@b/@f | MITSUNARI Shigeo |
2014-03-19 | use reference counter of label | MITSUNARI Shigeo |
2014-03-16 | add build path | MITSUNARI Shigeo |
2014-03-16 | test of bad use of assignL | MITSUNARI Shigeo |
2014-03-16 | use cybozu/test.hpp for test of jmp | MITSUNARI Shigeo |
2014-03-16 | add call(Label) | MITSUNARI Shigeo |
2014-03-16 | pass test of assignL | MITSUNARI Shigeo |
2014-03-16 | assignL ; not run for AutoGrow with T_NEAR | MITSUNARI Shigeo |
2014-03-15 | add test of new Label | MITSUNARI Shigeo |
2014-03-15 | support putL(label), mov(reg, label) | MITSUNARI Shigeo |
2014-03-15 | support multiple use of new Label | MITSUNARI Shigeo |
2014-03-15 | jcxz/jecxz support new Label | MITSUNARI Shigeo |
2014-03-15 | putNop in making label | MITSUNARI Shigeo |
2014-03-15 | add test of AutoGrow | MITSUNARI Shigeo |
2014-03-15 | pass small test of new Label | MITSUNARI Shigeo |
2014-03-14 | first test of new Label | MITSUNARI Shigeo |
2014-03-14 | add testLocal for grow | MITSUNARI Shigeo |
2014-03-14 | remove ok message if success | MITSUNARI Shigeo |
2014-03-08 | add test of local label | MITSUNARI Shigeo |
2014-03-04 | add test of local label | MITSUNARI Shigeo |
2013-12-03 | add cvt{8,16,32,64} for Regrelease20131205 | MITSUNARI Shigeo |
2013-11-03 | code size of mov(reg64, imm) is reduced if imm is in 32-bit | MITSUNARI Shigeo |