Age | Commit message (Expand) | Author |
2020-11-18 | Added Asm ops | Roland Reichwein |
2020-11-17 | Complete hierarchical evaluation (unittest and systemtest fixed) | 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 | 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 | Move encode.h|cpp to intel specific | Roland Reichwein |
2020-11-09 | Implement inc instruction, support 64 bit regs | Roland Reichwein |
2020-11-08 | Prepare encoding and linking | Roland Reichwein |
2020-11-06 | Prepare Token/Node handling | Roland Reichwein |
2020-11-01 | translate() translation-unit and declaration (WIP) | Roland Reichwein |
2020-11-01 | Update cppbnf.cpp | Roland Reichwein |
2020-10-31 | CPP::translate() (WIP), documentation, bugfixing | Roland Reichwein |
2020-10-26 | Added ProgramOpts | Roland Reichwein |
2020-10-24 | Add FlowGraph | Roland Reichwein |
2020-10-18 | Added xor, mov, jmp | Roland Reichwein |
2020-10-17 | Add add | Roland Reichwein |
2020-10-17 | Add ret and int | Roland Reichwein |
2020-10-17 | Separate-out assembler | Roland Reichwein |
2020-10-11 | Added COFF, Intel ASM | Roland Reichwein |
2020-07-19 | Fix line ending | Roland Reichwein |
2020-03-30 | Speed up compile | Roland Reichwein |
2020-03-29 | Update to clang++-10 and g++-9 | Roland Reichwein |
2020-03-29 | mcc produces first dummy executable | Roland Reichwein |
2020-03-29 | Add CLI | Roland Reichwein |
2020-03-29 | Add dependency handling | Roland Reichwein |
2020-03-28 | Add ELF handling (WIP) | Roland Reichwein |
2020-03-28 | Prepare ELF file format implementation | Roland Reichwein |
2020-03-23 | Helper functions for grammer | Roland Reichwein |
2020-03-21 | C++ grammer (WIP) | Roland Reichwein |
2020-03-21 | Added Gram::Compiler to CPP (WIP) | Roland Reichwein |
2020-03-14 | Remove dfa again | Roland Reichwein |
2020-03-14 | Prepare DFA | Roland Reichwein |
2020-02-16 | clang++-9, integrate cppbnf | Roland Reichwein |
2020-01-25 | Refactor, fix missing files | Roland Reichwein |
2020-01-21 | Separate to cpp files | Roland Reichwein |
2020-01-13 | First commit | Roland Reichwein |