summaryrefslogtreecommitdiff
path: root/cparser/Transform.ml
Commit message (Expand)AuthorAge
* Support for inline assembly (asm statements).Gravatar xleroy2012-12-18
* 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
* Preliminary support for gcc-style __attribute__ over typesGravatar xleroy2010-07-08
* Bug fix: infinite loop in cparser/ on bit field of size 32 bits.Gravatar xleroy2010-04-09
* Revised treatment of builtinsGravatar xleroy2010-03-07
* Switching to the new C parser/elaborator/simplifierGravatar xleroy2010-03-03