| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename idiv/imod into sdiv/smod | Fabrice Desclaux | 2019-01-15 | 1 | -9/+9 |
| * | change return type of cntleadzeros to uint64_t | w4kfu | 2018-11-13 | 1 | -3/+3 |
| * | Adds Windows support and AppVeyor CI (#835) | Axel Souchet | 2018-09-09 | 1 | -7/+7 |
| * | Add support for more FP operations, expand fxam | Ajax | 2018-09-03 | 1 | -96/+6 |
| * | X86: fix float | Fabrice Desclaux | 2018-08-29 | 1 | -8/+2 |
| * | CPUID: add suport for more cpuid leaves | Ajax | 2018-07-19 | 1 | -6/+54 |
| * | Jitter: use bignum | Fabrice Desclaux | 2018-07-13 | 1 | -4/+4 |
| * | Add the new float ops support for the C jitter | Ajax | 2018-07-10 | 1 | -113/+114 |
| * | Add support for 128 bits udiv/umod/idiv/imod operations for CC jitters | Ajax | 2018-05-16 | 1 | -0/+4 |
| * | Move umod/udiv/imod/idiv operations to op_semantics | Ajax | 2018-05-16 | 1 | -0/+16 |
| * | Rename x86 specific op 'cpuid' to 'x86_cpuid' | Ajax | 2018-05-15 | 1 | -3/+3 |
| * | Extract operation semantics from 'vm_mngr' to dedicated 'op_semantics' | Ajax | 2018-05-15 | 1 | -0/+776 |