summaryrefslogtreecommitdiff
path: root/cfrontend/C2C.ml
Commit message (Expand)AuthorAge
* More careful detection of inlined builtins. Produces better error messages i...Gravatar xleroy2014-08-25
* Support C99 compound literals (by expansion in Unblock pass).Gravatar xleroy2014-08-21
* Issue with switch labels that are negative 32-bit integers.Gravatar xleroy2014-08-17
* - Support "switch" statements over 64-bit integersGravatar xleroy2014-08-17
* All targets: add __builtin_membarGravatar xleroy2014-07-28
* Merge of "newspilling" branch:Gravatar xleroy2014-07-23
* - Re-added support for "__func__" identifier as per ISO C99.Gravatar xleroy2014-05-15
* Clean-up pass on C types:Gravatar xleroy2014-04-23
* C: Support array initializers that are too short + default init for remainder.Gravatar xleroy2014-03-28
* Incomplete types are OK for 'extern' global variables.Gravatar xleroy2014-01-02
* Fine hair splitting depending on whether va_list is a scalar type (IA32, ARM)...Gravatar xleroy2014-01-01
* Experimental support for <stdarg.h>, the GCC way. Works on IA32. To be test...Gravatar xleroy2014-01-01
* Improved detection of variables with incomplete types.Gravatar xleroy2013-12-30
* More tolerance for functions declared without a prototypeGravatar xleroy2013-12-28
* Check in C2C that packed structs were properly emulated.Gravatar xleroy2013-12-28
* Removed obsolete check on aligned fields.Gravatar xleroy2013-12-28
* Simpler, more robust emulation of calls to variadic functions:Gravatar xleroy2013-12-28
* Support "default" cases in the middle of a "switch", not just at the end.Gravatar xleroy2013-12-21
* powerpc/: new unary operation "addsymbol"Gravatar xleroy2013-11-17
* Suppress warning on derefering volatile composites, because of false positives.Gravatar xleroy2013-11-10
* - Recognize __builtin_fabs as an operator, not just a builtin,Gravatar xleroy2013-11-06
* Error for 'switch' on a 64-bit integer argument.Gravatar xleroy2013-11-04
* Warn for volatile accesses to compositesGravatar xleroy2013-10-16
* Merge of the "alignas" branch.Gravatar xleroy2013-10-05
* Change the way arguments to __builtin_annot are converted. Use the same conv...Gravatar xleroy2013-09-14
* Preliminary support for debugging info (-g).Gravatar xleroy2013-05-17
* "->" can be applied to an array, not just a pointer.Gravatar xleroy2013-05-16
* Labeled statements inside switch were incorrectly processed.Gravatar xleroy2013-04-22
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:Gravatar xleroy2013-04-20
* Error when calling un-prototyped function.Gravatar xleroy2013-03-25
* Watch out for behaviors exponential in the nesting of struct/union types. Gravatar xleroy2013-03-23
* Fixed parsing of hex float literals 0xNNNpMMM.Gravatar xleroy2013-03-11
* Constant propagation within __builtin_annot.Gravatar xleroy2013-02-24
* Errors for excessively large global variables or stack frames.Gravatar xleroy2013-02-02
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.Gravatar xleroy2013-01-29
* Merge of the clightgen branch:Gravatar xleroy2012-12-29
* Support for inline assembly (asm statements).Gravatar xleroy2012-12-18
* Globalenvs: allocate one-byte block with permissions Nonempty for eachGravatar xleroy2012-11-12
* Flocq-based parsing of floating-point literals (Jacques-Henri Jourdan)Gravatar xleroy2012-11-03
* Make Clight independent of CompCert C.Gravatar xleroy2012-10-08
* Merge of branch seq-and-or. See Changelog for details.Gravatar xleroy2012-10-06
* Accept long double literals if -flongdouble is given.Gravatar xleroy2012-07-10
* Use Flocq for floatsGravatar xleroy2012-06-28
* Merge of the newmem branch:Gravatar xleroy2012-05-21
* checklink: first import of Valentin Robert's validator for asm and linkGravatar xleroy2012-03-28
* Merge of Andrew Tolmach's HASP-related changesGravatar xleroy2012-03-09
* Cprint: export Cprint.attributesGravatar xleroy2012-03-07
* Problems with multiple declarations of publically-visible identifiersGravatar xleroy2012-02-29
* - Support for _Alignof(ty) operator from ISO C 2011Gravatar xleroy2012-02-26
* Simplified and cleaned up the passing of information from C2C to PrintAsm, as...Gravatar xleroy2012-02-22