aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/powerpc/vararg.s
Commit message (Expand)AuthorAgeFilesLines
* Support va_arg for vararg arguments of composite (struct/union) types.Xavier Leroy2015-03-201-0/+7
* stdarg.h: assorted fixes for PowerPCxleroy2014-01-011-5/+5
* Fine hair splitting depending on whether va_list is a scalar type (IA32, ARM)...xleroy2014-01-011-3/+3
* Experimental support for <stdarg.h>, the GCC way. Works on IA32. To be test...xleroy2014-01-011-0/+156