summary refs log tree commit diff
path: root/main.c
AgeCommit message (Collapse)Author
2016-04-13hack an ssa validator (likely buggy)Quentin Carbonneaux
2016-04-11improve help message slightlyQuentin Carbonneaux
2016-04-09rebuild rpo after foldQuentin Carbonneaux
2016-04-09enable constant foldingQuentin Carbonneaux
2016-04-01don't try to keep use counts in abi()Quentin Carbonneaux
Abi lowering does not need use counts, but they are needed for instruction selection. I changed main to call filluse() between these two passes.
2016-03-31move abi code in a new fileQuentin Carbonneaux
2016-03-29new layout, put LICENSE in rootQuentin Carbonneaux