| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Add quote to jrp and refactor jit | June McEnroe | 2016-10-08 |
| | | |||
| * | Fix jrp build -ledit | June McEnroe | 2016-10-08 |
| | | |||
| * | Fix jrp mmap MAP_ANON calls | June McEnroe | 2016-10-08 |
| | | |||
| * | Fix jrp OR op | June McEnroe | 2016-10-08 |
| | | |||
| * | Set up jrp input loop | June McEnroe | 2016-10-08 |
| | | |||
| * | Implement jrp JIT | June McEnroe | 2016-10-08 |
| | | |||
| * | Implement jit_hop and jit_hop for jrp | June McEnroe | 2016-10-07 |
| | | |||
| * | Keep stack top in rdi in jrp | June McEnroe | 2016-10-07 |
| | | |||
| * | Swap stacks in OP_CALL and wasteful OP_RELO in jrp | June McEnroe | 2016-10-07 |
| | | | | | NEED MORE BYTES. | ||
| * | Add runtime functions to jrp | June McEnroe | 2016-10-07 |
| | | | | | | | The current JITed code causes a misaligned stack error when calling into C code. Need to find a way to align the RPN stack to 16 bytes, or swap back to the C stack before a CALL. | ||
| * | Add OP_HIGH to jrp | June McEnroe | 2016-10-06 |
| | | |||
| * | Define IMMED_PUSH macro in jrp | June McEnroe | 2016-10-06 |
| | | |||
| * | Rearrange OP_PUSH so immediate is high dword in jrp | June McEnroe | 2016-10-06 |
| | | |||
| * | Use custom typedefs in jrp | June McEnroe | 2016-10-06 |
| | | |||
| * | Generate some test code in jrp | June McEnroe | 2016-10-06 |
| | | |||
| * | Use rbp instead of r15 in jrp | June McEnroe | 2016-10-05 |
| | | |||
| * | Begin JRP | June McEnroe | 2016-10-05 |