aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/StructReturn.ml
Commit message (Expand)AuthorAgeFilesLines
* Handle large static initializers for global arraysXavier Leroy2015-11-091-1/+1
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-5/+5
* Turn off copy optimization when returning a composite by reference.Xavier Leroy2015-07-081-4/+10
* Extended inline asm: handle missing cases.Xavier Leroy2015-04-281-1/+5
* Improvements in the StructReturn transformation (ABI conformance for passing ...Xavier Leroy2015-03-201-21/+34
* Improve performance and configurability for the StructReturn pass.Xavier Leroy2015-03-141-54/+106
* ABI compatibility for struct/union function arguments passed by value.Xavier Leroy2015-01-271-57/+281
* 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