summaryrefslogtreecommitdiff
path: root/Changelog
Commit message (Expand)AuthorAge
...
* lib/Integers.v: revised and extended, faster implementation based onGravatar xleroy2013-02-10
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.Gravatar xleroy2013-01-29
* Update for release 1.12Gravatar xleroy2013-01-09
* 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
* Generate output files in current directory; can be overriden with -o optionGravatar xleroy2012-10-08
* Merge of branch seq-and-or. See Changelog for details.Gravatar xleroy2012-10-06
* More aggressive elimination of conditional branches during constantGravatar xleroy2012-08-01
* Support for indirect symbols under MacOS X (final).Gravatar xleroy2012-07-14
* Preparation for release 1.11Gravatar xleroy2012-07-13
* Added option -falign-functionsGravatar xleroy2012-07-01
* Changelog: updatedGravatar xleroy2012-06-28
* Make min_int / -1 and min_int % -1 semantically undefinedGravatar xleroy2012-06-09
* MAJ docGravatar xleroy2012-03-12
* Merge of Andrew Tolmach's HASP-related changesGravatar xleroy2012-03-09
* PowerPC: remove the fmadd and fmsub operators/Asm instructionsGravatar xleroy2012-03-07
* Added command-line options -Wp,<opt> -Wa,<opt> -Wl,<opt>Gravatar xleroy2012-02-29
* - 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
* More aggressive common subexpression elimination (CSE) of memory loads.Gravatar xleroy2012-02-23
* Simplified and cleaned up the passing of information from C2C to PrintAsm, as...Gravatar xleroy2012-02-22
* UpdateGravatar xleroy2011-11-27
* Changelog, doc: updated for release 1.9Gravatar xleroy2011-08-22
* Presimplification SimplVolatile: cleaned up and integrated.Gravatar xleroy2011-08-18
* MAJGravatar xleroy2011-08-16
* ARM: added reversed load/store builtins + bswap builtin (to be tested)Gravatar xleroy2011-07-30
* 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
* Revised handling of annotation statements, and more generally built-in functi...Gravatar xleroy2011-06-13
* Forgot somethingGravatar xleroy2011-05-24
* Update for release 1.8.2Gravatar xleroy2011-05-24
* cparser: support for attributes over struct and union.Gravatar xleroy2011-05-12
* powerpc/PrintAsm.ml arm/PrintAsm.ml: updated (no label elimination).Gravatar xleroy2011-05-08
* Update for 1.8.1 releaseGravatar xleroy2011-03-14
* Update for release 1.8Gravatar xleroy2010-09-21
* UpdatedGravatar xleroy2010-09-04
* More faithful semantics for volatile reads and writes.Gravatar xleroy2010-05-23
* UpdateGravatar xleroy2010-05-05
* Update for 1.7.1Gravatar xleroy2010-04-13
* Updates for release 1.7Gravatar xleroy2010-03-30
* Backtracking on commit 1220Gravatar xleroy2010-01-13
* MAJ ChangesGravatar xleroy2010-01-12
* MAJ ChangesGravatar xleroy2009-12-16
* Support Clight initializers of the form "int * x = &y;".Gravatar xleroy2009-11-01
* Updated for 1.5Gravatar xleroy2009-09-15
* Last updates for release 1.5.Gravatar xleroy2009-08-28
* Updated for release 1.5Gravatar xleroy2009-08-27
* Adapted to work with Coq 8.2-1Gravatar xleroy2009-06-05
* Various clean-upsGravatar xleroy2009-04-17