summaryrefslogtreecommitdiffhomepage
path: root/Makefile
AgeCommit message (Expand)Author
2023-10-15Adjust to current build environmentRoland Reichwein
2020-11-28Implemented MOVSX - Move With Sign-ExtensionRoland Reichwein
2020-11-28Implemented SETcc - Set Byte On ConditionRoland Reichwein
2020-11-28Implemented CMOVcc - Conditional MoveRoland Reichwein
2020-11-27Added CMPRoland Reichwein
2020-11-22Support 16-bit shortRoland Reichwein
2020-11-21Bugfixing of stack (WIP)Roland Reichwein
2020-11-21Added debian packagingRoland Reichwein
2020-11-21Support gcc 10 and clang 11Roland Reichwein
2020-11-18Implemented asm orRoland Reichwein
2020-11-18Added Asm opsRoland Reichwein
2020-11-17Complete hierarchical evaluation (unittest and systemtest fixed)Roland Reichwein
2020-11-15Fixed unit tests, prepared hierarchical evaluation via stack (WIP)Roland Reichwein
2020-11-15Simplify Asm constructionRoland Reichwein
2020-11-14Added system testsRoland Reichwein
2020-11-13Added push and popRoland Reichwein
2020-11-13Add system tests, implement syscallRoland Reichwein
2020-11-13Added intel sub, div, idivRoland Reichwein
2020-11-12implement restore of head recursionRoland Reichwein
2020-11-10Implemented dec, mul, imulRoland Reichwein
2020-11-09Support empty translation unitRoland Reichwein
2020-11-09Support multiply (WIP)Roland Reichwein
2020-11-09Move encode.h|cpp to intel specificRoland Reichwein
2020-11-09Implement inc instruction, support 64 bit regsRoland Reichwein
2020-11-08Prepare encoding and linkingRoland Reichwein
2020-11-06Prepare Token/Node handlingRoland Reichwein
2020-11-01translate() translation-unit and declaration (WIP)Roland Reichwein
2020-11-01Update cppbnf.cppRoland Reichwein
2020-10-31CPP::translate() (WIP), documentation, bugfixingRoland Reichwein
2020-10-26Added ProgramOptsRoland Reichwein
2020-10-24Add FlowGraphRoland Reichwein
2020-10-18Added xor, mov, jmpRoland Reichwein
2020-10-17Add addRoland Reichwein
2020-10-17Add ret and intRoland Reichwein
2020-10-17Separate-out assemblerRoland Reichwein
2020-10-11Added COFF, Intel ASMRoland Reichwein
2020-07-19Fix line endingRoland Reichwein
2020-03-30Speed up compileRoland Reichwein
2020-03-29Update to clang++-10 and g++-9Roland Reichwein
2020-03-29mcc produces first dummy executableRoland Reichwein
2020-03-29Add CLIRoland Reichwein
2020-03-29Add dependency handlingRoland Reichwein
2020-03-28Add ELF handling (WIP)Roland Reichwein
2020-03-28Prepare ELF file format implementationRoland Reichwein
2020-03-23Helper functions for grammerRoland Reichwein
2020-03-21C++ grammer (WIP)Roland Reichwein
2020-03-21Added Gram::Compiler to CPP (WIP)Roland Reichwein
2020-03-14Remove dfa againRoland Reichwein
2020-03-14Prepare DFARoland Reichwein
2020-02-16clang++-9, integrate cppbnfRoland Reichwein