summary refs log tree commit diff
path: root/test/abi5.ssa
AgeCommit message (Collapse)Author
2017-02-10support variable argument listsQuentin Carbonneaux
This change is backward compatible, calls to "variadic" functions (like printf) must now be annotated (with ...).
2016-08-16add support for unions in sysv abiQuentin Carbonneaux
2016-03-28implement export controlQuentin Carbonneaux
2016-03-27extract tests out of srcQuentin Carbonneaux