Peephole optimizer written in Python

Jayke Meijer 67b42ca45d Merge branch 'master' of github.com:taddeus/peephole 14 年 前
benchmarks bcaac52999 added test file wiki.c(liveness analysis) 14 年 前
report 7b952e86e2 Added section on dead code elimination to report. 14 年 前
src 2f4240a4d4 Added LIVE and REACH sets to block comments, 14 年 前
tests 772c1458c8 Fied unit tests standard optimizations. 14 年 前
.gitignore 2c52c49a3a Added temporary .s files to gitignore. 14 年 前
Makefile e96d64410a Merged Makefile from report with root level. 14 年 前
README ca3a9b6774 Updated README. 14 年 前
TODO CSE.txt 0443f16d95 Added todo on CSE. 14 年 前
base.mk 2672776710 Added unit testing framework. 14 年 前
compile eef9bd050d Added compile script (really now). 14 年 前
main.py 50c79cdfc5 Added possibility to add an inline comment message to a statement replacement. 14 年 前
run 01cc0055d6 Added run script to easily run benchmarks. 14 年 前
test.py 36ef7967a0 Added shebang to test runner. 14 年 前

README

Dependencies:
The PLY parser requires the 'python-ply' package:
sudo apt-get install python-ply