Taddeus Kroes 24c91ff678 Moved optimization loop to program class. 14 년 전
..
optimize 24c91ff678 Moved optimization loop to program class. 14 년 전
.gitignore 43f769abe8 Merged conflicts. 14 년 전
__init__.py 2672776710 Added unit testing framework. 14 년 전
copy_propagation.py 69a922ff52 Debug messages are not concatenated instead of overwritten. 14 년 전
dag.py 6924b53cc7 Separated liveness, reaching definitions and dominator tree from dataflow.py. 14 년 전
dataflow.py 7a6c0ad901 Moved pred/succ functions to dataflow.py for common usage. 14 년 전
dominator.py 6924b53cc7 Separated liveness, reaching definitions and dominator tree from dataflow.py. 14 년 전
liveness.py 7a6c0ad901 Moved pred/succ functions to dataflow.py for common usage. 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 24c91ff678 Moved optimization loop to program class. 14 년 전
reaching_definitions.py 091fc8d050 Implemented variable liveness analysis, renamed the sets for RD. 14 년 전
statement.py 69a922ff52 Debug messages are not concatenated instead of overwritten. 14 년 전
todo.txt f58d2e0b66 Updated ToDo list. 14 년 전
writer.py 69a922ff52 Debug messages are not concatenated instead of overwritten. 14 년 전