aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Bitfields.ml
Commit message (Expand)AuthorAgeFilesLines
* Support for inline assembly (asm statements).xleroy2012-12-181-2/+22
* - 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-23/+1
* SimplVolatile: new pass to eliminate read-modify-write ops over volatilesxleroy2011-08-181-42/+6
* Factor out bind_lvaluexleroy2011-08-171-22/+2
* cparser: support for attributes over struct and union.xleroy2011-05-121-3/+3
* Bitfields: MSB-to-LSB in addition to LSB-to-MSBxleroy2011-03-101-4/+11
* Inconsistent treatment of "lone" zero-width bit fieldsxleroy2010-09-241-13/+19
* Bugs with 1- empty bitfields, 2- anonymous bitfields, 3- result type of readi...xleroy2010-09-011-9/+22
* Merge of branches/full-expr-4:xleroy2010-08-181-91/+182
* Bug fix: infinite loop in cparser/ on bit field of size 32 bits.xleroy2010-04-091-1/+1
* Static initialization of structs with bitfieldsxleroy2010-04-071-1/+74
* Switching to the new C parser/elaborator/simplifierxleroy2010-03-031-0/+323