Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asm: add cmovnz/cmovz instructions | Johannes Stoelp | 2024-03-18 | 3 | -0/+32 |
* | asm: preparation for cmovnz/cmovz | Johannes Stoelp | 2024-03-18 | 4 | -10/+11 |
* | rt: add missing doc for with_profile | Johannes Stoelp | 2024-02-28 | 1 | -0/+9 |
* | rt: add perf static jit profile support | Johannes Stoelp | 2024-02-28 | 1 | -2/+60 |
* | asm: add push/pop insn | Johannes Stoelp | 2023-12-13 | 3 | -0/+42 |
* | asm: move into sub module; remove encode_ri | Johannes Stoelp | 2023-12-08 | 2 | -364/+346 |
* | insn: update doc | Johannes Stoelp | 2023-12-07 | 3 | -0/+11 |
* | remove prelude | Johannes Stoelp | 2023-12-07 | 14 | -26/+29 |
* | insn: enhance cmp doc | Johannes Stoelp | 2023-12-07 | 1 | -1/+4 |
* | rt: minor cleanup, update docs, add some basic tests | Johannes Stoelp | 2023-12-07 | 1 | -29/+143 |
* | clippy: fix some clippy lints | Johannes Stoelp | 2023-12-07 | 2 | -50/+30 |
* | insn: add additional insn required for the new tiny_vm example | Johannes Stoelp | 2023-12-05 | 7 | -1/+99 |
* | rt: extend runtime to allow adding multiple code blocks | Johannes Stoelp | 2023-12-05 | 2 | -21/+50 |
* | Remove write permissions from runtime code buffer after copying jitted code | Johannes Stoelp | 2023-10-22 | 1 | -2/+7 |
* | Added CALL and call extern fn example | Johannes Stoelp | 2023-03-05 | 4 | -2/+16 |
* | Add jmp test | Johannes Stoelp | 2023-03-05 | 2 | -0/+8 |
* | Updated doc comments | Johannes Stoelp | 2023-03-05 | 7 | -20/+168 |
* | rename EncodeRI -> EncodeR | Johannes Stoelp | 2023-02-28 | 1 | -14/+14 |
* | Add JNZ and Reg32 ADD, DEC, TEST for readme example | Johannes Stoelp | 2023-02-27 | 6 | -1/+32 |
* | Add doc comments to instructions | Johannes Stoelp | 2023-02-27 | 1 | -0/+9 |
* | Add minimal runtime to execute code | Johannes Stoelp | 2023-02-27 | 2 | -0/+52 |
* | Add JMP, JZ, and Label | Johannes Stoelp | 2023-02-27 | 6 | -5/+147 |
* | Add ADD, DEC, TEST, RET instructions | Johannes Stoelp | 2023-02-27 | 7 | -3/+67 |
* | Move prelude to crate level and make public | Johannes Stoelp | 2023-02-27 | 4 | -13/+4 |
* | Move instruction implementation in sub module and introduce insn prelude | Johannes Stoelp | 2023-02-27 | 4 | -108/+117 |
* | Add MOV tests | Johannes Stoelp | 2023-02-27 | 2 | -19/+63 |
* | Initial support for immediate operands | Johannes Stoelp | 2023-02-27 | 2 | -0/+119 |
* | fix fmt | Johannes Stoelp | 2023-02-26 | 1 | -2/+2 |
* | base version capable to emit different mov insns | Johannes Stoelp | 2023-02-26 | 3 | -0/+550 |