| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-06 | Fix bug with loop indices not being mapped to int64 in C | Alasdair Armstrong | |
| This should fix the issue in cheri128 Also introduce a feature to more easily debug the C backend: sail -dfunction Name will pretty-print the ANF and IR representation of just the Name function. I want to make this work for the type-checker as well, but it's a bit hard to get that to not fire during re-writing passes right now. | |||
| 2018-09-04 | C: add an option to control generation of main(). | Prashanth Mundkur | |
| 2018-08-30 | Allow additional includes to be specified for C backend. | Prashanth Mundkur | |
| 2018-08-16 | Various cleanups to ott grammar | Alasdair Armstrong | |
| Add additional well-formedness check when calling typing rules | |||
