aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/Clight.v
Commit message (Expand)AuthorAgeFilesLines
* Native support for bit fields (#400)Xavier Leroy2021-08-221-29/+40
* Use the LGPL instead of the GPL for dual-licensed filesXavier Leroy2021-05-081-4/+5
* Replace `omega` tactic with `lia`Xavier Leroy2020-12-291-1/+1
* Fix misspellings in messages, man pages, and commentsXavier Leroy2019-05-311-1/+1
* Support for 64-bit architectures: generic supportXavier Leroy2016-10-011-16/+16
* Merge pull request #93 from AbsInt/separate-compilationXavier Leroy2016-03-201-39/+7
|\
| * Define linking for Csyntax and Clight programs.Xavier Leroy2016-03-061-39/+7
* | Make casts of pointers to _Bool semantically well defined (again).Xavier Leroy2016-03-021-4/+4
|/
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-9/+9
* Omission: forgot to treat pointer values in bool_of_val and sem_notbool.Xavier Leroy2015-03-291-2/+2
* Represent struct and union types by name instead of by structure.Xavier Leroy2014-12-221-48/+94
* - Support "switch" statements over 64-bit integersxleroy2014-08-171-6/+7
* Merge of "newspilling" branch:xleroy2014-07-231-1/+5
* Remove useless checks on type_of_global in dynamic semanticsxleroy2014-02-201-14/+0
* Ctypes.sizeof ty = 0 for empty types ty (zero-sized array, empty struct/union).xleroy2013-12-301-2/+2
* Simpler, more robust emulation of calls to variadic functions:xleroy2013-12-281-9/+10
* Support "default" cases in the middle of a "switch", not just at the end.xleroy2013-12-211-10/+24
* Merge of the "alignas" branch.xleroy2013-10-051-1/+2
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-0/+4
* Merge of the clightgen branch:xleroy2012-12-291-11/+56
* Clight: split off the big step semantics in ClightBigstep.xleroy2012-10-141-554/+0
* Make Clight independent of CompCert C.xleroy2012-10-081-18/+43
* Merge of branch seq-and-or. See Changelog for details.xleroy2012-10-061-471/+291
* - Support for _Alignof(ty) operator from ISO C 2011xleroy2012-02-261-4/+5
* Merge of the "volatile" branch:xleroy2012-02-041-26/+51
* In conditional expressions e1 ? e2 : e3, cast the results of e2 and e3 to the...xleroy2011-07-161-77/+47
* Merge of branch new-semantics: revised and strengthened top-level statements ...xleroy2011-07-151-31/+35
* Fix treatment of function pointers at function calls in the CompCert C and Cl...xleroy2011-07-141-10/+10
* Minor update in Clight (big-step)blazy2011-06-081-18/+18
* Ajout big-step Clight et preuve big-step -> small-stepblazy2011-05-251-1/+769
* Nettoyages pour docxleroy2010-08-181-12/+6
* Removed useless constraints on return type at Sreturn instructionsxleroy2010-08-181-1/+0
* Merge of branches/full-expr-4:xleroy2010-08-181-0/+623