summaryrefslogtreecommitdiff
path: root/cparser/Cutil.ml
Commit message (Expand)AuthorAge
* Support C99 compound literals (by expansion in Unblock pass).Gravatar xleroy2014-08-21
* Clean-up pass on C types:Gravatar xleroy2014-04-23
* C: Support array initializers that are too short + default init for remainder.Gravatar xleroy2014-03-28
* Elab.ml: more warnings.Gravatar xleroy2013-12-30
* Simpler, more robust emulation of calls to variadic functions:Gravatar xleroy2013-12-28
* Bring sizeof and alignof in sync with cfrontend/Ctypes.Gravatar xleroy2013-12-11
* Revised treatment of _Alignas, for better compatibility with GCC and Clang, a...Gravatar xleroy2013-11-06
* Merge of the "alignas" branch.Gravatar xleroy2013-10-05
* Recognize attribute((packed)) after a "struct {...}" and not just between "st...Gravatar xleroy2013-06-21
* Support for inline assembly (asm statements).Gravatar xleroy2012-12-18
* Flocq-based parsing of floating-point literals (Jacques-Henri Jourdan)Gravatar xleroy2012-11-03
* checklink: first import of Valentin Robert's validator for asm and linkGravatar xleroy2012-03-28
* Interp: help debug stuck expressionsGravatar xleroy2012-02-10
* More cleanups in packed struct emulation.Gravatar xleroy2011-10-16
* Revised emulation of packed structsGravatar xleroy2011-10-16
* arm/PrintAsm: don't generate "vfd" directive, useless?Gravatar xleroy2011-08-22
* 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
* Revised handling of GCC attributes. Preliminary, untested support for __alig...Gravatar xleroy2011-04-14
* Inconsistent treatment of "lone" zero-width bit fieldsGravatar xleroy2010-09-24
* Bugs with 1- empty bitfields, 2- anonymous bitfields, 3- result type of readi...Gravatar xleroy2010-09-01
* Merge of branches/full-expr-4:Gravatar xleroy2010-08-18
* Bug fix: infinite loop in cparser/ on bit field of size 32 bits.Gravatar xleroy2010-04-09
* Switching to the new C parser/elaborator/simplifierGravatar xleroy2010-03-03