Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tiny_vm: replace control flow insns with cmovz insnHEADmain | Johannes Stoelp | 2024-03-18 | 1 | -7/+7 |
| | |||||
* | 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 |
| | |||||
* | readme: update description of examples | Johannes Stoelp | 2024-02-28 | 1 | -3/+9 |
| | |||||
* | tiny_vm: remove additional cache lookup after translating a new bb | Johannes Stoelp | 2024-02-28 | 1 | -12/+17 |
| | |||||
* | tiny_vm: add commented out rt with profiling + symbols in release build | Johannes Stoelp | 2024-02-28 | 2 | -0/+6 |
| | |||||
* | rt: add perf static jit profile support | Johannes Stoelp | 2024-02-28 | 1 | -2/+60 |
| | |||||
* | tiny_vm: fix typos in doc comment | Johannes Stoelp | 2023-12-20 | 1 | -3/+3 |
| | |||||
* | ci: add check to run example in readme | Johannes Stoelp | 2023-12-13 | 1 | -1/+6 |
| | |||||
* | asm: add push/pop insn | Johannes Stoelp | 2023-12-13 | 3 | -0/+42 |
| | |||||
* | tiny_vm: move cfg to jit compile function and enahce jit abi comment | Johannes Stoelp | 2023-12-08 | 1 | -6/+6 |
| | |||||
* | readme: fix link; split code in two lines | Johannes Stoelp | 2023-12-08 | 1 | -2/+3 |
| | |||||
* | ci: fix gh action; add run examples | Johannes Stoelp | 2023-12-08 | 2 | -2/+11 |
| | |||||
* | ci: introduce Makefile | Johannes Stoelp | 2023-12-08 | 3 | -5/+35 |
| | | | | | | | Add CI checks into ci/Makefile and update gh actions. Motivation is, that makefile can also be added as pre-commit hook for local development: > echo 'make -C ci' > .git/hooks/pre-commit; chmod +x .git/hooks/pre-commit | ||||
* | 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 | 20 | -35/+43 |
| | |||||
* | 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 | 3 | -52/+32 |
| | |||||
* | fix typo | Johannes Stoelp | 2023-12-05 | 1 | -1/+1 |
| | |||||
* | update readme to describe examples | Johannes Stoelp | 2023-12-05 | 1 | -0/+6 |
| | |||||
* | examples: add new example demonstrating a simple VM with a jit compiler | Johannes Stoelp | 2023-12-05 | 1 | -0/+697 |
| | |||||
* | examples: add doc to existing examples | Johannes Stoelp | 2023-12-05 | 2 | -0/+13 |
| | |||||
* | [ci]: run tests in example and generate doc for examples | Johannes Stoelp | 2023-12-05 | 2 | -1/+4 |
| | |||||
* | 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 | 4 | -25/+54 |
| | |||||
* | Remove write permissions from runtime code buffer after copying jitted code | Johannes Stoelp | 2023-10-22 | 1 | -2/+7 |
| | |||||
* | Fix comment in README | Johannes Stoelp | 2023-10-22 | 1 | -1/+1 |
| | |||||
* | Fix readme for gitlite about formatter | Johannes Stoelp | 2023-03-05 | 1 | -0/+1 |
| | |||||
* | Added CALL and call extern fn example | Johannes Stoelp | 2023-03-05 | 5 | -2/+46 |
| | |||||
* | Add jmp test | Johannes Stoelp | 2023-03-05 | 3 | -0/+67 |
| | |||||
* | Remove falsely commit lines in readme | Johannes Stoelp | 2023-03-05 | 1 | -2/+0 |
| | |||||
* | Add gh action badges | Johannes Stoelp | 2023-03-05 | 1 | -0/+9 |
| | |||||
* | Updated doc comments | Johannes Stoelp | 2023-03-05 | 9 | -22/+170 |
| | |||||
* | rename EncodeRI -> EncodeR | Johannes Stoelp | 2023-02-28 | 1 | -14/+14 |
| | |||||
* | gh action: add workflow trigger to rustdoc | Johannes Stoelp | 2023-02-27 | 1 | -0/+1 |
| | |||||
* | Add README and LICENSE | Johannes Stoelp | 2023-02-27 | 2 | -0/+68 |
| | |||||
* | 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 gh action for tests and rustdoc | Johannes Stoelp | 2023-02-27 | 2 | -0/+53 |
| | |||||
* | Fixed tests | Johannes Stoelp | 2023-02-27 | 1 | -2/+1 |
| | |||||
* | Add fibonacci example | Johannes Stoelp | 2023-02-27 | 1 | -0/+73 |
| | |||||
* | Add minimal runtime to execute code | Johannes Stoelp | 2023-02-27 | 3 | -0/+53 |
| | |||||
* | 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 | 5 | -16/+5 |
| | |||||
* | 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 | 3 | -19/+181 |
| |