Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-22 | make variadic args explicit | Quentin Carbonneaux | |
Some abis, like the riscv one, treat arguments differently depending on whether they are variadic or not. To prepare for the upcomming riscv target, we change the variadic call syntax and give meaning to the location of the '...' marker. # new syntax %ret =w call $f(w %regular, ..., w %variadic) By nature of their abis, the change is backwards compatible for existing targets. | |||
2017-02-10 | support variable argument lists | Quentin Carbonneaux | |
This change is backward compatible, calls to "variadic" functions (like printf) must now be annotated (with ...). | |||
2016-03-28 | implement export control | Quentin Carbonneaux | |
2016-03-27 | extract tests out of src | Quentin Carbonneaux | |