Commit graph

6 commits

Author SHA1 Message Date
Quentin Carbonneaux
238bc89271 fix loop header detection bug in spill 2016-04-08 08:33:37 -04:00
Quentin Carbonneaux
7b3f0f8424 fat il! 2016-04-04 15:44:43 -04:00
Quentin Carbonneaux
74562a93de reorder instructions 2016-04-04 14:45:49 -04:00
Quentin Carbonneaux
e7825e70d5 tradeoff the type of bsiter()
int is used all over the place for temporaries,
maybe this should be changed, I don't know.

Another thing to consider is that temporaries
are currently on 12 bits (and will be on 29
or 30 bits in the future), so int will always be
safe to store them.  We just loose the free
invariant of non-negativity.
2016-04-01 10:41:53 -04:00
Quentin Carbonneaux
729aa97b79 cleanup error handling 2016-03-31 09:15:50 -04:00
Quentin Carbonneaux
b75cb8388f new layout, put LICENSE in root 2016-03-29 10:10:22 -04:00
Renamed from src/spill.c (Browse further)