summaryrefslogtreecommitdiff
path: root/cfrontend
Commit message (Expand)AuthorAge
* Use Flocq for floatsGravatar xleroy2012-06-28
* Make min_int / -1 and min_int % -1 semantically undefinedGravatar xleroy2012-06-09
* CSE: add recognition of some combined operators, conditions, and addressing m...Gravatar xleroy2012-05-26
* 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
* PowerPC: remove the fmadd and fmsub operators/Asm instructionsGravatar xleroy2012-03-07
* Remove 'near-code' access mode, makes no sense in CompCertGravatar xleroy2012-03-06
* Problems with multiple declarations of publically-visible identifiersGravatar xleroy2012-02-29
* Better printing of pointer values and of locations.Gravatar xleroy2012-02-29
* Make CPragmas common to all ports.Gravatar xleroy2012-02-27
* - Support for _Alignof(ty) operator from ISO C 2011Gravatar xleroy2012-02-26
* Translate CompCert C's "a ? b : c" to the equivalent simple Clight expr ifGravatar xleroy2012-02-25
* Simplified and cleaned up the passing of information from C2C to PrintAsm, as...Gravatar xleroy2012-02-22
* The C declaration associated with __stringlit_N globals now has type const ch...Gravatar xleroy2012-02-20
* Don't print external declarations for builtins.Gravatar xleroy2012-02-18
* Initializers: handle By_copy accesses (e.g. for &(glob.field))Gravatar xleroy2012-02-07
* Merge of the "volatile" branch:Gravatar xleroy2012-02-04
* Added volatile_read_global and volatile_store_global builtins.Gravatar xleroy2012-01-15
* Merge of the nonstrict-ops branch:Gravatar xleroy2012-01-14
* More careful updating of current location for error msgs.Gravatar xleroy2011-11-26
* Fixed serious bug in handling of volatile arrays.Gravatar xleroy2011-11-26
* Extraction: map Coq pairs to Caml pairs and Coq chars (type ascii) to Caml charsGravatar xleroy2011-10-18
* Corrected initialization of char arrays by string literals.Gravatar xleroy2011-10-17
* MAJ licenceGravatar xleroy2011-08-23
* arm/PrintAsm: don't generate "vfd" directive, useless?Gravatar xleroy2011-08-22
* Cleaned up old commented-out partsGravatar xleroy2011-08-19
* Presimplification SimplVolatile: cleaned up and integrated.Gravatar xleroy2011-08-18
* Flag long long and long double literalsGravatar xleroy2011-07-31
* Interp.ml: initialize PRNGGravatar xleroy2011-07-29
* Added animation of the CompCert C semantics (ccomp -interp)Gravatar xleroy2011-07-28
* Improved semantics of castsGravatar xleroy2011-07-17
* In conditional expressions e1 ? e2 : e3, cast the results of e2 and e3 to the...Gravatar xleroy2011-07-16
* Merge of branch new-semantics: revised and strengthened top-level statements ...Gravatar xleroy2011-07-15
* Fix treatment of function pointers at function calls in the CompCert C and Cl...Gravatar xleroy2011-07-14
* Revised handling of annotation statements, and more generally built-in functi...Gravatar xleroy2011-06-13
* Minor update in Clight (big-step)Gravatar blazy2011-06-08
* Ajout big-step Clight et preuve big-step -> small-stepGravatar blazy2011-05-25
* cparser: support for attributes over struct and union.Gravatar xleroy2011-05-12
* cparser/StructAssign: always use __builtin_memcpy + alignment indicationGravatar xleroy2011-05-11
* Preliminary support for 'aligned' and 'section' attributes, gcc-style. New-s...Gravatar xleroy2011-04-16
* Merge of branch "unsigned-offsets":Gravatar xleroy2011-04-09
* Special case for while(1), for(..., 1, ...) and do ... while(0) loops.Gravatar xleroy2011-03-15
* Incompatibility 8.3 / 8.3pl1Gravatar xleroy2011-03-14
* Slightly nicer semantics for initializationGravatar xleroy2011-03-13
* More global initialization work done and proved in Coq.Gravatar xleroy2011-03-13
* Initializers for global variables: compile-time evaluation of expressions don...Gravatar xleroy2011-03-12
* Revised signed/unsigned char handling.Gravatar xleroy2011-03-10
* Treat "char" as unsigned OR signed depending on the configuration.Gravatar xleroy2011-03-09