aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/StructReturn.ml
Commit message (Expand)AuthorAgeFilesLines
* Support C99 compound literals (by expansion in Unblock pass).xleroy2014-08-211-1/+3
* Do not transform __builtin_va_arg for a struct or union type, this causesxleroy2014-02-241-31/+37
* Wrong type used for transforming lval = f(...)xleroy2014-02-211-1/+1
* Hack StructReturn to better adhere to PowerPC and ARM calling conventions.xleroy2013-12-201-57/+122
* Support for inline assembly (asm statements).xleroy2012-12-181-0/+1
* - Support for _Alignof(ty) operator from ISO C 2011xleroy2012-02-261-0/+2
* Interp: help debug stuck expressionsxleroy2012-02-101-4/+1
* Merge of the "volatile" branch:xleroy2012-02-041-0/+223