summaryrefslogtreecommitdiff
path: root/cparser/StructReturn.ml
Commit message (Expand)AuthorAge
* Support C99 compound literals (by expansion in Unblock pass).Gravatar xleroy2014-08-21
* Do not transform __builtin_va_arg for a struct or union type, this causesGravatar xleroy2014-02-24
* Wrong type used for transforming lval = f(...)Gravatar xleroy2014-02-21
* Hack StructReturn to better adhere to PowerPC and ARM calling conventions.Gravatar xleroy2013-12-20
* Support for inline assembly (asm statements).Gravatar xleroy2012-12-18
* - Support for _Alignof(ty) operator from ISO C 2011Gravatar xleroy2012-02-26
* Interp: help debug stuck expressionsGravatar xleroy2012-02-10
* Merge of the "volatile" branch:Gravatar xleroy2012-02-04