aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Unblock.ml
Commit message (Expand)AuthorAgeFilesLines
* Added support for printing local variables and fixed issue with .textBernhard Schommer2015-09-231-0/+1
* Merge branch 'debugscopes' into debug_locationsBernhard Schommer2015-09-231-33/+37
|\
| * Continuing experiment: track the scopes of local variables via __builtin_debugXavier Leroy2015-09-211-34/+28
* | Record the scope structure during unblocking.Bernhard Schommer2015-09-221-9/+11
|/
* Experiment: track the scopes of local variables via __builtin_debug.Xavier Leroy2015-09-201-32/+132
* Extended inline asm: handle missing cases.Xavier Leroy2015-04-281-1/+7
* ABI compatibility for struct/union function arguments passed by value.Xavier Leroy2015-01-271-1/+1
* PR#10 continued: disambiguate record to avoid OCaml warningXavier Leroy2014-12-301-1/+1
* PR#10: composite definitions must be maintained in the environment.Xavier Leroy2014-12-301-6/+15
* Support C99 compound literals (by expansion in Unblock pass).xleroy2014-08-211-26/+175
* C: Support array initializers that are too short + default init for remainder.xleroy2014-03-281-10/+14
* Support for inline assembly (asm statements).xleroy2012-12-181-0/+1
* checklink: first import of Valentin Robert's validator for asm and linkxleroy2012-03-281-1/+1
* Switching to the new C parser/elaborator/simplifierxleroy2010-03-031-0/+133