| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename miasm2 to miasm | Fabrice Desclaux | 2019-03-05 | 1 | -167/+0 |
| * | Rename idiv/imod into sdiv/smod | Fabrice Desclaux | 2019-01-15 | 1 | -12/+12 |
| * | change return type of cntleadzeros to uint64_t | w4kfu | 2018-11-13 | 1 | -1/+1 |
| * | Adds Windows support and AppVeyor CI (#835) | Axel Souchet | 2018-09-09 | 1 | -73/+87 |
| * | Add support for more FP operations, expand fxam | Ajax | 2018-09-03 | 1 | -7/+2 |
| * | X86: fix float | Fabrice Desclaux | 2018-08-29 | 1 | -3/+2 |
| * | Jitter: use bignum | Fabrice Desclaux | 2018-07-13 | 1 | -3/+5 |
| * | Add the new float ops support for the C jitter | Ajax | 2018-07-10 | 1 | -18/+20 |
| * | Add support for 128 bits udiv/umod/idiv/imod operations for CC jitters | Ajax | 2018-05-16 | 1 | -0/+3 |
| * | Move umod/udiv/imod/idiv operations to op_semantics | Ajax | 2018-05-16 | 1 | -0/+15 |
| * | udiv/umod/idiv/imod: remove unused 'vmcpu' argument | Ajax | 2018-05-16 | 1 | -4/+4 |
| * | Rename x86 specific op 'cpuid' to 'x86_cpuid' | Ajax | 2018-05-15 | 1 | -1/+1 |
| * | Extract operation semantics from 'vm_mngr' to dedicated 'op_semantics' | Ajax | 2018-05-15 | 1 | -0/+137 |