aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/varargs2.c
Commit message (Collapse)AuthorAgeFilesLines
* Support va_arg for vararg arguments of composite (struct/union) types.Xavier Leroy2015-03-201-1/+15
| | | | ARM is done, IA32 and PowerPC remain to be updated.
* Updated ARM backend wrt new static analyses and optimizations.xleroy2014-01-021-26/+9
| | | | | | | | NeedOp, Deadcode: must have distinct needs per argument of an operator. This change remains to be propagated to IA32 and PPC. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2399 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
* Experimental support for <stdarg.h>, the GCC way. Works on IA32. To be ↵xleroy2014-01-011-0/+161
tested on PowerPC and ARM. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2394 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e