aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/SimplLocalsproof.v
Commit message (Expand)AuthorAgeFilesLines
* Represent struct and union types by name instead of by structure.Xavier Leroy2014-12-221-93/+109
* Add Genv.public_symbol operation.Xavier Leroy2014-11-241-3/+9
* - Support "switch" statements over 64-bit integersxleroy2014-08-171-3/+7
* Merge of "newspilling" branch:xleroy2014-07-231-32/+25
* Remove useless checks on type_of_global in dynamic semanticsxleroy2014-02-201-12/+1
* Ctypes.sizeof ty = 0 for empty types ty (zero-sized array, empty struct/union).xleroy2013-12-301-38/+85
* Simpler, more robust emulation of calls to variadic functions:xleroy2013-12-281-2/+2
* Support "default" cases in the middle of a "switch", not just at the end.xleroy2013-12-211-12/+58
* Revised treatment of _Alignas, for better compatibility with GCC and Clang, a...xleroy2013-11-061-7/+11
* Merge of the "alignas" branch.xleroy2013-10-051-8/+10
* Revised handling of int->float conversions:xleroy2013-07-081-1/+4
* Treat casts int64 -> float32 as primitive operations instead of twoxleroy2013-07-031-1/+2
* Merge of the "princeton" branch:xleroy2013-06-161-83/+82
* driver: removed option -flonglongxleroy2013-04-221-0/+4
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-196/+48
* Pointers one pastxleroy2013-02-151-18/+27
* lib/Integers.v: revised and extended, faster implementation based onxleroy2013-02-101-3/+3
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.xleroy2013-01-291-26/+26
* Avoid generating some obviously useless casts.xleroy2013-01-081-1/+22
* Merge of the clightgen branch:xleroy2012-12-291-0/+2277