summaryrefslogtreecommitdiff
path: root/cparser/Bitfields.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
* "->" can also be applied to array types, not just pointer types.Gravatar xleroy2014-03-30
* Elab:Gravatar xleroy2013-10-04
* Support for inline assembly (asm statements).Gravatar xleroy2012-12-18
* - 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
* SimplVolatile: new pass to eliminate read-modify-write ops over volatilesGravatar xleroy2011-08-18
* Factor out bind_lvalueGravatar xleroy2011-08-17
* cparser: support for attributes over struct and union.Gravatar xleroy2011-05-12
* Bitfields: MSB-to-LSB in addition to LSB-to-MSBGravatar xleroy2011-03-10
* 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
* Static initialization of structs with bitfieldsGravatar xleroy2010-04-07
* Switching to the new C parser/elaborator/simplifierGravatar xleroy2010-03-03