summary refs log tree commit diff
path: root/test/abi6.ssa
AgeCommit message (Collapse)Author
2021-10-22make variadic args explicitQuentin 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-22mark printf call as variadic in testQuentin Carbonneaux
2017-04-08new abi test for arm64 HFAsQuentin Carbonneaux