aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Cutil.ml
Commit message (Expand)AuthorAgeFilesLines
* Support for inline assembly (asm statements).xleroy2012-12-181-13/+37
* Flocq-based parsing of floating-point literals (Jacques-Henri Jourdan)xleroy2012-11-031-4/+5
* checklink: first import of Valentin Robert's validator for asm and linkxleroy2012-03-281-1/+1
* Interp: help debug stuck expressionsxleroy2012-02-101-1/+1
* More cleanups in packed struct emulation.xleroy2011-10-161-0/+1
* Revised emulation of packed structsxleroy2011-10-161-1/+3
* arm/PrintAsm: don't generate "vfd" directive, useless?xleroy2011-08-221-11/+20
* SimplVolatile: new pass to eliminate read-modify-write ops over volatilesxleroy2011-08-181-2/+10
* cparser: support for attributes over struct and union.xleroy2011-05-121-8/+26
* Revised handling of GCC attributes. Preliminary, untested support for __alig...xleroy2011-04-141-1/+9
* Inconsistent treatment of "lone" zero-width bit fieldsxleroy2010-09-241-10/+12
* Bugs with 1- empty bitfields, 2- anonymous bitfields, 3- result type of readi...xleroy2010-09-011-0/+26
* Merge of branches/full-expr-4:xleroy2010-08-181-2/+13
* Bug fix: infinite loop in cparser/ on bit field of size 32 bits.xleroy2010-04-091-37/+28
* Switching to the new C parser/elaborator/simplifierxleroy2010-03-031-0/+700