aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/PackedStructs.ml
Commit message (Expand)AuthorAgeFilesLines
* Revert suppression of __builtin_{read,write}_reversed for x86 and ARM,xleroy2013-04-291-28/+35
* Add __builtin_bswap16 and __builtin_bswap32 to all ports.xleroy2013-04-201-15/+35
* Support for inline assembly (asm statements).xleroy2012-12-181-0/+4
* checklink: first import of Valentin Robert's validator for asm and linkxleroy2012-03-281-1/+1
* Cprint: export Cprint.attributesxleroy2012-03-071-6/+24
* - Support for _Alignof(ty) operator from ISO C 2011xleroy2012-02-261-0/+1
* cparser/*: refactoring of the expansion of read-modify-write operatorsxleroy2011-11-261-40/+135
* More cleanups in packed struct emulation.xleroy2011-10-161-14/+17
* Revised emulation of packed structsxleroy2011-10-161-55/+50
* SimplVolatile: new pass to eliminate read-modify-write ops over volatilesxleroy2011-08-181-37/+4
* cparser: support for attributes over struct and union.xleroy2011-05-121-0/+434