aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Transform.ml
Commit message (Expand)AuthorAgeFilesLines
* [BROKEN] Merge with v3.9 : something broken for __builtin_expect in cfrontend...Cyril SIX2021-06-011-4/+5
* Use the correct location for Slabaled in transform.Bernhard Schommer2020-07-211-2/+2
* Add location to transform functions.Bernhard Schommer2020-04-201-12/+12
* Remove the cparser/Builtins moduleXavier Leroy2019-07-171-1/+1
* Deactivate warning 27 and added back removed code.Bernhard Schommer2016-03-151-9/+9
* Code cleanup.Bernhard Schommer2016-03-101-11/+11
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-3/+3
* Extended inline asm: handle missing cases.Xavier Leroy2015-04-281-12/+21
* Support for inline assembly (asm statements).xleroy2012-12-181-3/+6
* cparser/*: refactoring of the expansion of read-modify-write operatorsxleroy2011-11-261-6/+84
* SimplVolatile: new pass to eliminate read-modify-write ops over volatilesxleroy2011-08-181-3/+45
* Factor out bind_lvaluexleroy2011-08-171-0/+18
* cparser: support for attributes over struct and union.xleroy2011-05-121-9/+14
* Preliminary support for gcc-style __attribute__ over typesxleroy2010-07-081-4/+0
* Bug fix: infinite loop in cparser/ on bit field of size 32 bits.xleroy2010-04-091-4/+3
* Revised treatment of builtinsxleroy2010-03-071-1/+1
* Switching to the new C parser/elaborator/simplifierxleroy2010-03-031-0/+80