aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/Cstrategy.v
Commit message (Expand)AuthorAgeFilesLines
* Native support for bit fields (#400)Xavier Leroy2021-08-221-158/+162
* 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-25/+25
* Coq 8.10 compatibility: make explicit the "core" hint databaseXavier Leroy2019-08-051-5/+5
* Do not use "Require" inside sections (#224)Xavier Leroy2018-03-121-2/+1
* Support for 64-bit architectures: generic supportXavier Leroy2016-10-011-8/+8
* Port to Coq 8.5pl2Xavier Leroy2016-07-081-1/+1
* Make casts of pointers to _Bool semantically well defined (again).Xavier Leroy2016-03-021-40/+40
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-262/+262
* Omission: forgot to treat pointer values in bool_of_val and sem_notbool.Xavier Leroy2015-03-291-34/+34
* Represent struct and union types by name instead of by structure.Xavier Leroy2014-12-221-46/+51
* Revised translation of '&&' and '||' to Clight.Xavier Leroy2014-10-131-44/+32
* - Support "switch" statements over 64-bit integersxleroy2014-08-171-7/+9
* Use "incrdecr_type ty" instead of "typeconv ty" as the intermediate typexleroy2014-04-151-6/+6
* Remove useless checks on type_of_global in dynamic semanticsxleroy2014-02-201-2/+1
* Simpler, more robust emulation of calls to variadic functions:xleroy2013-12-281-18/+18
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.xleroy2013-01-291-15/+15
* Remove some useless "Require".xleroy2012-12-301-1/+0
* Clight: split off the big step semantics in ClightBigstep.xleroy2012-10-141-8/+110
* Make Clight independent of CompCert C.xleroy2012-10-081-0/+2
* Merge of branch seq-and-or. See Changelog for details.xleroy2012-10-061-45/+158
* - Support for _Alignof(ty) operator from ISO C 2011xleroy2012-02-261-1/+13
* Translate CompCert C's "a ? b : c" to the equivalent simple Clight expr ifxleroy2012-02-251-67/+106
* Merge of the "volatile" branch:xleroy2012-02-041-184/+441
* In conditional expressions e1 ? e2 : e3, cast the results of e2 and e3 to the...xleroy2011-07-161-142/+72
* Merge of branch new-semantics: revised and strengthened top-level statements ...xleroy2011-07-151-698/+502
* Fix treatment of function pointers at function calls in the CompCert C and Cl...xleroy2011-07-141-12/+5
* Nettoyages pour docxleroy2010-08-181-6/+6
* Removed useless constraints on return type at Sreturn instructionsxleroy2010-08-181-25/+18
* Merge of branches/full-expr-4:xleroy2010-08-181-0/+2825