Taddeus Kroes d3dfaa102f Added dummy block to prevent DCE in library fucntion calls. пре 14 година
..
optimize 5c33f2be5f Removed useless newline. пре 14 година
.gitignore 43f769abe8 Merged conflicts. пре 14 година
__init__.py 2672776710 Added unit testing framework. пре 14 година
dag.py 6924b53cc7 Separated liveness, reaching definitions and dominator tree from dataflow.py. пре 14 година
dataflow.py d3dfaa102f Added dummy block to prevent DCE in library fucntion calls. пре 14 година
dominator.py 6924b53cc7 Separated liveness, reaching definitions and dominator tree from dataflow.py. пре 14 година
liveness.py d3dfaa102f Added dummy block to prevent DCE in library fucntion calls. пре 14 година
parser.py 555624cbf7 Tested constant folding and added some replacement messages. пре 14 година
peephole.l c3ba2d2dca Finished parser. пре 14 година
peephole.y f8e59831a6 Removed unused token from YACC file. пре 14 година
program.py 2f4240a4d4 Added LIVE and REACH sets to block comments, пре 14 година
reaching_definitions.py 091fc8d050 Implemented variable liveness analysis, renamed the sets for RD. пре 14 година
statement.py 6f111f4331 Removed faulty returns. пре 14 година
todo.txt 191e1bf2cc Updated ToDo list. пре 14 година
writer.py 0bb1771ff4 Removed debug print statement. пре 14 година