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-09-22 | mark printf call as variadic in test | Quentin Carbonneaux | |
2017-04-08 | new abi test for arm64 HFAs | Quentin Carbonneaux | |