Jayke Meijer 772c1458c8 Fied unit tests standard optimizations. il y a 14 ans
..
optimize 772c1458c8 Fied unit tests standard optimizations. il y a 14 ans
.gitignore 43f769abe8 Merged conflicts. il y a 14 ans
__init__.py 2672776710 Added unit testing framework. il y a 14 ans
dag.py 6924b53cc7 Separated liveness, reaching definitions and dominator tree from dataflow.py. il y a 14 ans
dataflow.py 6924b53cc7 Separated liveness, reaching definitions and dominator tree from dataflow.py. il y a 14 ans
dominator.py 6924b53cc7 Separated liveness, reaching definitions and dominator tree from dataflow.py. il y a 14 ans
liveness.py 59664cd764 Implemented dead code elimination with liveness. il y a 14 ans
parser.py 555624cbf7 Tested constant folding and added some replacement messages. il y a 14 ans
peephole.l c3ba2d2dca Finished parser. il y a 14 ans
peephole.y f8e59831a6 Removed unused token from YACC file. il y a 14 ans
program.py fd46a3140a Fixed missing space in docstring. il y a 14 ans
reaching_definitions.py 091fc8d050 Implemented variable liveness analysis, renamed the sets for RD. il y a 14 ans
statement.py 98a981ab6a Fixed use and def of div instruction. il y a 14 ans
todo.txt 191e1bf2cc Updated ToDo list. il y a 14 ans
writer.py 4594d41fc8 Added debug option to dead code elimination. il y a 14 ans