Taddeus Kroes b45a5aedb2 Added Program class for easy handling of statement lists (readability is massively increased). 14 years ago
..
optimize b45a5aedb2 Added Program class for easy handling of statement lists (readability is massively increased). 14 years ago
.gitignore 43f769abe8 Merged conflicts. 14 years ago
__init__.py 2672776710 Added unit testing framework. 14 years ago
dag.py 6924b53cc7 Separated liveness, reaching definitions and dominator tree from dataflow.py. 14 years ago
dataflow.py 6924b53cc7 Separated liveness, reaching definitions and dominator tree from dataflow.py. 14 years ago
dominator.py 6924b53cc7 Separated liveness, reaching definitions and dominator tree from dataflow.py. 14 years ago
liveness.py 5b6e6336f5 Fixed recursiveness bug in liveness analysis. 14 years ago
parser.py b45a5aedb2 Added Program class for easy handling of statement lists (readability is massively increased). 14 years ago
peephole.l c3ba2d2dca Finished parser. 14 years ago
peephole.y f8e59831a6 Removed unused token from YACC file. 14 years ago
program.py b45a5aedb2 Added Program class for easy handling of statement lists (readability is massively increased). 14 years ago
reaching_definitions.py 091fc8d050 Implemented variable liveness analysis, renamed the sets for RD. 14 years ago
statement.py 7e680e4a2c Updated printer format, also added inline comments as an option instead of a separate command. 14 years ago
todo.txt 0285fcca62 Updated ToDo list. 14 years ago
writer.py 7e680e4a2c Updated printer format, also added inline comments as an option instead of a separate command. 14 years ago