Age | Commit message (Expand) | Author |
---|---|---|
2013-05-02 | add Pack ; change api to access reg for StackFramelsss2-released | MITSUNARI Shigeo |
2013-04-17 | avoid exception in destructor | MITSUNARI Shigeo |
2013-04-17 | avoid mov if unnecessary | MITSUNARI Shigeo |
2013-04-17 | avoid alloc(0) | MITSUNARI Shigeo |
2013-04-17 | avoid newSize = 0 if maxSize_ = 0 | MITSUNARI Shigeo |
2013-04-17 | use lea | MITSUNARI Shigeo |
2013-04-17 | reduce pNum | MITSUNARI Shigeo |
2013-04-17 | rename numQword as stackSizeByte | MITSUNARI Shigeo |
2013-04-17 | rename numQword as stackSizeByte | MITSUNARI Shigeo |
2013-04-17 | remove disableEpilog | MITSUNARI Shigeo |
2013-04-17 | unify parameter tNum and useRCX, useRDX | MITSUNARI Shigeo |
2013-04-16 | fix bug and add test for StackFrame | MITSUNARI Shigeo |
2013-04-16 | add StackFrame class | MITSUNARI Shigeo |
2013-04-16 | uint8_t is small for bit = 256 | MITSUNARI Shigeo |
2013-04-16 | permit to copy Operand | MITSUNARI Shigeo |
2013-04-16 | add error msg | MITSUNARI Shigeo |
2013-04-14 | add default constructor of reg | MITSUNARI Shigeo |
2013-04-14 | add operator== | MITSUNARI Shigeo |
2013-04-14 | remove setEipTo | MITSUNARI Shigeo |
2013-04-14 | remove vervose message of jmp | MITSUNARI Shigeo |
2013-04-11 | use XBYAK_NO_OP_NAMES | MITSUNARI Shigeo |
2013-04-11 | avoid long long const | MITSUNARI Shigeo |
2013-04-11 | get displayModel | MITSUNARI Shigeo |
2013-04-11 | uint8_t is not defined in vc9 | MITSUNARI Shigeo |
2013-03-27 | update version | MITSUNARI Shigeo |
2013-03-27 | remove accessor | MITSUNARI Shigeo |
2013-03-27 | revert refactoring | MITSUNARI Shigeo |
2013-03-27 | Labs is not used in save | MITSUNARI Shigeo |
2013-03-27 | refactoring name | MITSUNARI Shigeo |
2013-03-27 | remove unnecessary class | MITSUNARI Shigeo |
2013-03-27 | add test for @@, @b | MITSUNARI Shigeo |
2013-03-27 | jmp test runs well | MITSUNARI Shigeo |
2013-03-25 | support label for mov without AutoGrow | MITSUNARI Shigeo |
2013-03-25 | use jmpSize instead of isShort | MITSUNARI Shigeo |
2013-03-24 | add upd2 | MITSUNARI Shigeo |
2013-03-13 | add jcxz, jecxz, jrcxz | MITSUNARI Shigeo |
2013-03-13 | update version | MITSUNARI Shigeo |
2013-03-13 | add cqo | MITSUNARI Shigeo |
2013-03-13 | remove kanji in comments | MITSUNARI Shigeo |
2013-01-15 | add setSize | MITSUNARI Shigeo |
2013-01-13 | fix a position to include stdint.h | MITSUNARI Shigeo |
2013-01-12 | decrease warning for -pedantic | MITSUNARI Shigeo |
2013-01-12 | add Allocator::useProtect | MITSUNARI Shigeo |
2013-01-12 | Merge branch 'develop' | MITSUNARI Shigeo |
2013-01-07 | fix typo | MITSUNARI Shigeo |
2013-01-07 | support reset | MITSUNARI Shigeo |
2013-01-06 | use xor_ instead of xor | MITSUNARI Shigeo |
2013-01-06 | support std::tr1::unordered_map | MITSUNARI Shigeo |
2013-01-06 | support unordered_map if possible | MITSUNARI Shigeo |
2012-12-04 | Merge branch 'develop', remote-tracking branch 'origin' | MITSUNARI Shigeo |