index
:
minicc.git
master
Minimal Incomplete Compiler Collection
mail@reichwein.it
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
flowgraph
Age
Commit message (
Expand
)
Author
2020-11-22
Clarify flowgraph types
Roland Reichwein
2020-11-22
Support 16-bit short
Roland Reichwein
2020-11-21
Support gcc 10 and clang 11
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
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-09
Support multiply (WIP)
Roland Reichwein
2020-11-09
Fix warnings, consolidate flowgraph/node.h
Roland Reichwein
2020-11-09
First program: Can add 2 integers and return result via exit code
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
2020-11-06
Prepare Token/Node handling
Roland Reichwein
2020-10-24
Add FlowGraph
Roland Reichwein