aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Parse.ml
Commit message (Expand)AuthorAgeFilesLines
* Open files in binary mode.Bernhard Schommer2015-11-301-1/+1
* Read the whole source C file into memory instad of reading it on demand.François Pottier2015-10-231-3/+15
* Merge pull request #57 from jhjourdan/parser_fixBernhard Schommer2015-10-011-3/+7
|\
| * Fixed a few bugs in the pre parser. In particular, the following codeJacques-Henri Jourdan2015-09-301-3/+7
* | Move more functionality in the new interface.Bernhard Schommer2015-09-161-9/+4
|/
* Added flag for the renaming of static functions.Bernhard Schommer2015-05-191-1/+1
* Bitfield improvements continued: perform bitfield expansion before unblocking...Xavier Leroy2015-04-281-1/+1
* Compute the size of structs using the result of the packing and bitfield tran...Bernhard Schommer2015-03-261-10/+10
* Added missing functions for printing the structs and unions. Still missing pr...Bernhard Schommer2015-03-241-4/+9
* Moved the timing facility to a seperate file.Bernhard Schommer2014-09-291-3/+3
* Integration of Jacques-Henri Jourdan's verified parser.xleroy2014-04-291-4/+12
* Merge of branch linear-typing:xleroy2014-04-061-6/+10
* checklink: first import of Valentin Robert's validator for asm and linkxleroy2012-03-281-4/+4
* Problems with multiple declarations of publically-visible identifiersxleroy2012-02-291-1/+1
* Merge of the "volatile" branch:xleroy2012-02-041-12/+2
* SimplVolatile: new pass to eliminate read-modify-write ops over volatilesxleroy2011-08-181-3/+5
* cparser: support for attributes over struct and union.xleroy2011-05-121-1/+3
* Merge of branches/full-expr-4:xleroy2010-08-181-3/+3
* Switching to the new C parser/elaborator/simplifierxleroy2010-03-031-0/+59