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
/
asm
/
intel64
/
encode.cpp
Age
Commit message (
Expand
)
Author
2020-11-28
Complete: Shift Left and Shift Right
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
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
Support gcc 10 and clang 11
Roland Reichwein
2020-11-20
Assembler bugfixes - tests run successfully now
Roland Reichwein
2020-11-19
Add assembler parser (WIP)
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-09
Support multiply (WIP)
Roland Reichwein
2020-11-09
Move encode.h|cpp to intel specific
Roland Reichwein