summaryrefslogtreecommitdiff
path: root/cparser/PackedStructs.ml
Commit message (Expand)AuthorAge
* Support C99 compound literals (by expansion in Unblock pass).Gravatar xleroy2014-08-21
* Check in C2C that packed structs were properly emulated.Gravatar xleroy2013-12-28
* PackedStructs.ml: cleanups and bug-fixesGravatar xleroy2013-10-13
* Merge of the "alignas" branch.Gravatar xleroy2013-10-05
* Bad printing of alignment on 'comm' symbols.Gravatar xleroy2013-07-07
* Revert suppression of __builtin_{read,write}_reversed for x86 and ARM,Gravatar xleroy2013-04-29
* Add __builtin_bswap16 and __builtin_bswap32 to all ports.Gravatar xleroy2013-04-20
* Support for inline assembly (asm statements).Gravatar xleroy2012-12-18
* checklink: first import of Valentin Robert's validator for asm and linkGravatar xleroy2012-03-28
* Cprint: export Cprint.attributesGravatar xleroy2012-03-07
* - Support for _Alignof(ty) operator from ISO C 2011Gravatar xleroy2012-02-26
* cparser/*: refactoring of the expansion of read-modify-write operatorsGravatar xleroy2011-11-26
* More cleanups in packed struct emulation.Gravatar xleroy2011-10-16
* Revised emulation of packed structsGravatar xleroy2011-10-16
* SimplVolatile: new pass to eliminate read-modify-write ops over volatilesGravatar xleroy2011-08-18
* cparser: support for attributes over struct and union.Gravatar xleroy2011-05-12