summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Errors for excessively large global variables or stack frames.Gravatar xleroy2013-02-02
* Camlcoq.ml: bug in conversion Z to stringGravatar xleroy2013-01-29
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.Gravatar xleroy2013-01-29
* Updated documentationGravatar xleroy2013-01-11
* Update for release 1.12Gravatar xleroy2013-01-09
* Quote idents for safe re-parsingGravatar xleroy2013-01-08
* Updated to new external functions and new representation of programsGravatar xleroy2013-01-08
* More correct exportclight/ dependenciesGravatar xleroy2013-01-08
* Avoid generating some obviously useless casts.Gravatar xleroy2013-01-08
* Better treatment of volatile accesses in the reference interpreter.Gravatar xleroy2013-01-08
* Update Cminor parser and printer so that the parser can parse the whole Cmino...Gravatar xleroy2013-01-07
* Put clighgen files in exportclight/Gravatar xleroy2013-01-05
* Print Swhile loops. Fix indentation.Gravatar xleroy2013-01-05
* RTLgenaux: heuristic to orient if-then-else statements based on sizes.Gravatar xleroy2012-12-31
* Remove some useless "Require".Gravatar xleroy2012-12-30
* Make "all" the defaut target.Gravatar xleroy2012-12-29
* Merge of the clightgen branch:Gravatar xleroy2012-12-29
* Fix "clean" rule.Gravatar xleroy2012-12-29
* Composition properties between injections and extensions.Gravatar xleroy2012-12-29
* Integers: specialized function to compute x mod 2^N; used in "repr" toGravatar xleroy2012-12-21
* Separate interference graphs for ints and floats, i.e. don't record interfere...Gravatar xleroy2012-12-20
* Test bitfields of enum typeGravatar xleroy2012-12-18
* Support for inline assembly (asm statements).Gravatar xleroy2012-12-18
* Test for __builtin_fctiGravatar xleroy2012-11-24
* Add __builtin_fcti (double -> int conversion w/ round to nearest)Gravatar xleroy2012-11-24
* 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
* Update cparser/Makefile (fix by Jacques-Henri Jourdan)Gravatar xleroy2012-11-03
* Clight: split off the big step semantics in ClightBigstep.Gravatar xleroy2012-10-14
* Generate output files in current directory; can be overriden with -o optionGravatar xleroy2012-10-08
* Make Clight independent of CompCert C.Gravatar xleroy2012-10-08
* Merge of branch seq-and-or. See Changelog for details.Gravatar xleroy2012-10-06
* Fixed 2 errors in revised builtin_vstore. Gravatar xleroy2012-08-22
* Wrong usage of temps in builtin_volatile_write.Gravatar xleroy2012-08-17
* Define useful functions instr_defs and instr_usesGravatar xleroy2012-08-10
* Remove Val.is_true and Val.is_false, no longer used.Gravatar xleroy2012-08-06
* Updated documentationGravatar xleroy2012-08-02
* Removed old, commented-out definitions.Gravatar xleroy2012-08-01
* More aggressive elimination of conditional branches during constantGravatar xleroy2012-08-01
* Forgot to collect types of expressionsGravatar xleroy2012-07-28
* - Revised non-overflow constraints on memory injections so that Gravatar xleroy2012-07-23
* Remove the PowerPC/MacOS X port, as MacOS no longer supports PowerPC.Gravatar xleroy2012-07-14
* Support for indirect symbols under MacOS X (final).Gravatar xleroy2012-07-14
* Support for MacOS X's indirect symbols. (first try)Gravatar xleroy2012-07-13
* Late update for 1.11Gravatar xleroy2012-07-13
* Preparation for release 1.11Gravatar xleroy2012-07-13
* checklink: dead and debug code eliminationGravatar varobert2012-07-12
* checklink: simplificationsGravatar varobert2012-07-12
* checklink: allow other number formats in configurationGravatar varobert2012-07-12
* checklink: minor fixesGravatar varobert2012-07-12