Age | Commit message (Expand) | Author |
2024-09-01 | Added ARM insns | Roland Reichwein |
2024-08-31 | Added instructions | Roland Reichwein |
2024-08-31 | ARM assembler (WIP) | Roland Reichwein |
2024-07-09 | Use libreichwein, and googletest from Debian | Roland Reichwein |
2023-10-15 | Adjust to current build environment | Roland Reichwein |
2020-11-28 | Complete: Shift Left and Shift Right | Roland Reichwein |
2020-11-28 | Implemented MOVSX - Move With Sign-Extension | Roland Reichwein |
2020-11-28 | Implemented SETcc - Set Byte On Condition | Roland Reichwein |
2020-11-28 | Implemented CMOVcc - Conditional Move | Roland Reichwein |
2020-11-27 | Added CMP | Roland Reichwein |
2020-11-24 | Implement shl reg, cl | Roland Reichwein |
2020-11-24 | Implement Shift Left (WIP) | Roland Reichwein |
2020-11-23 | Add Subtract, generalized binary operations | Roland Reichwein |
2020-11-22 | Generalize Add / Mul, Integer promotion, tests | Roland Reichwein |
2020-11-22 | Clarify flowgraph types | Roland Reichwein |
2020-11-22 | Fix frame pointer - pop was too early | Roland Reichwein |
2020-11-22 | Support 16-bit short | Roland Reichwein |
2020-11-21 | Bugfix push + pop | Roland Reichwein |
2020-11-21 | Bugfixing of stack (WIP) | Roland Reichwein |
2020-11-21 | Added debian packaging | Roland Reichwein |
2020-11-21 | Support gcc 10 and clang 11 | Roland Reichwein |
2020-11-20 | Assembler bugfixes - tests run successfully now | Roland Reichwein |
2020-11-19 | Assembler parser bugfixes (WIP) | Roland Reichwein |
2020-11-19 | Add assembler parser (WIP) | Roland Reichwein |
2020-11-18 | Implemented asm or | Roland Reichwein |
2020-11-18 | Added Asm ops | Roland Reichwein |
2020-11-17 | Complete hierarchical evaluation (unittest and systemtest fixed) | Roland Reichwein |
2020-11-16 | Implement hierarchical evaluation (WIP) | Roland Reichwein |
2020-11-15 | Evaluation (WIP) | Roland Reichwein |
2020-11-15 | Fixed unit tests, prepared hierarchical evaluation via stack (WIP) | Roland Reichwein |
2020-11-15 | Simplify Asm construction | Roland Reichwein |
2020-11-14 | Added system tests | Roland Reichwein |
2020-11-13 | Added push and pop | Roland Reichwein |
2020-11-13 | Add system tests, implement syscall | Roland Reichwein |
2020-11-13 | Added intel sub, div, idiv | Roland Reichwein |
2020-11-12 | Adjust rules to new bnf | Roland Reichwein |
2020-11-12 | implement restore of head recursion | Roland Reichwein |
2020-11-10 | Implemented dec, mul, imul | Roland Reichwein |
2020-11-09 | Support empty translation unit | Roland Reichwein |
2020-11-09 | Support multiply (WIP) | Roland Reichwein |
2020-11-09 | Fix warnings, consolidate flowgraph/node.h | Roland Reichwein |
2020-11-09 | Move encode.h|cpp to intel specific | Roland Reichwein |
2020-11-09 | Implement inc instruction, support 64 bit regs | Roland Reichwein |
2020-11-09 | First program: Can add 2 integers and return result via exit code | Roland Reichwein |
2020-11-08 | Prepare encoding and linking | Roland Reichwein |
2020-11-07 | Fill mCPPContext.graph with first node! To be converted to asm | Roland Reichwein |
2020-11-07 | Handle nodes up to expression | Roland Reichwein |
2020-11-07 | Make "add" result | Roland Reichwein |
2020-11-07 | Implemented first expressions (add) | Roland Reichwein |
2020-11-07 | Add node map | Roland Reichwein |