summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Revised Stacking and Asmgen passes and Mach semantics: Gravatar xleroy2013-03-01
* Updated ARM and PowerPC ports with new handling of __builtin_annot.Gravatar xleroy2013-02-24
* Constant propagation within __builtin_annot.Gravatar xleroy2013-02-24
* Pointers one pastGravatar xleroy2013-02-15
* Updated PowerPC port to new integers.Gravatar xleroy2013-02-12
* Be more like gcc in the way we display or not the usage message.Gravatar xleroy2013-02-12
* Forgot theorem "sign_ext_narrow".Gravatar xleroy2013-02-12
* lib/Integers.v: revised and extended, faster implementation based onGravatar xleroy2013-02-10
* Some more properties. Refactored some proofs.Gravatar xleroy2013-02-04
* Typo in compare_mem causing merging of different states.Gravatar xleroy2013-02-02
* 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