Age | Commit message (Expand) | Author |
---|---|---|
2021-10-05 | use original uint8_t | MITSUNARI Shigeo |
2020-09-08 | replace uint32 with uint32_t etc. | MITSUNARI Shigeo |
2018-10-21 | Xbyak::CastTo is removed | MITSUNARI Shigeo |
2018-10-15 | increase max temp regs for StackFrame | MITSUNARI Shigeo |
2018-10-15 | util::StackFrame uses push/pop instead of mov | MITSUNARI Shigeo |
2013-07-04 | change the type of Xbyak::Error from enum to a class | MITSUNARI Shigeo |
2013-05-02 | add Pack ; change api to access reg for StackFramelsss2-released | MITSUNARI Shigeo |
2013-04-17 | avoid mov if unnecessary | 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 | unify parameter tNum and useRCX, useRDX | MITSUNARI Shigeo |
2013-04-16 | fix bug and add test for StackFrame | MITSUNARI Shigeo |