aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Camlcoq.ml: bug in conversion Z to stringv1.12.1xleroy2013-01-292-4/+4
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.xleroy2013-01-2969-1024/+1173
* Updated documentationv1.12xleroy2013-01-113-15/+15
* Update for release 1.12xleroy2013-01-094-9/+27
* Quote idents for safe re-parsingxleroy2013-01-081-1/+1
* Updated to new external functions and new representation of programsxleroy2013-01-081-4/+15
* More correct exportclight/ dependenciesxleroy2013-01-082-8/+9
* Avoid generating some obviously useless casts.xleroy2013-01-082-2/+36
* Better treatment of volatile accesses in the reference interpreter.xleroy2013-01-082-68/+83
* Update Cminor parser and printer so that the parser can parse the whole Cmino...xleroy2013-01-075-38/+107
* Put clighgen files in exportclight/xleroy2013-01-056-44/+99
* Print Swhile loops. Fix indentation.xleroy2013-01-051-8/+12
* RTLgenaux: heuristic to orient if-then-else statements based on sizes.xleroy2012-12-312-3/+62
* Remove some useless "Require".xleroy2012-12-3085-235/+73
* Make "all" the defaut target.xleroy2012-12-291-18/+21
* Merge of the clightgen branch:xleroy2012-12-2934-2718/+4800
* Fix "clean" rule.xleroy2012-12-291-1/+1
* Composition properties between injections and extensions.xleroy2012-12-291-8/+80
* Integers: specialized function to compute x mod 2^N; used in "repr" toxleroy2012-12-212-115/+179
* Separate interference graphs for ints and floats, i.e. don't record interfere...xleroy2012-12-201-13/+16
* Test bitfields of enum typexleroy2012-12-182-0/+28
* Support for inline assembly (asm statements).xleroy2012-12-1828-76/+259
* Test for __builtin_fctixleroy2012-11-241-1/+3
* Add __builtin_fcti (double -> int conversion w/ round to nearest)xleroy2012-11-242-0/+9
* Globalenvs: allocate one-byte block with permissions Nonempty for eachxleroy2012-11-1238-1637/+1301
* Flocq-based parsing of floating-point literals (Jacques-Henri Jourdan)xleroy2012-11-0314-95/+180
* Update cparser/Makefile (fix by Jacques-Henri Jourdan)xleroy2012-11-032-28/+28
* Clight: split off the big step semantics in ClightBigstep.xleroy2012-10-145-563/+695
* Generate output files in current directory; can be overriden with -o optionxleroy2012-10-083-34/+65
* Make Clight independent of CompCert C.xleroy2012-10-0822-1385/+1522
* Merge of branch seq-and-or. See Changelog for details.xleroy2012-10-0647-2816/+2739
* Fixed 2 errors in revised builtin_vstore. xleroy2012-08-221-2/+3
* Wrong usage of temps in builtin_volatile_write.xleroy2012-08-171-12/+7
* Define useful functions instr_defs and instr_usesxleroy2012-08-101-0/+35
* Remove Val.is_true and Val.is_false, no longer used.xleroy2012-08-065-103/+74
* Updated documentationxleroy2012-08-021-28/+19
* Removed old, commented-out definitions.xleroy2012-08-011-292/+30
* More aggressive elimination of conditional branches during constantxleroy2012-08-013-201/+234
* Forgot to collect types of expressionsxleroy2012-07-282-2/+6
* - Revised non-overflow constraints on memory injections so that xleroy2012-07-2338-183/+331
* Remove the PowerPC/MacOS X port, as MacOS no longer supports PowerPC.xleroy2012-07-144-937/+21
* Support for indirect symbols under MacOS X (final).xleroy2012-07-1416-112/+53
* Support for MacOS X's indirect symbols. (first try)xleroy2012-07-1310-41/+102
* Late update for 1.11xleroy2012-07-131-4/+6
* Preparation for release 1.11v1.11xleroy2012-07-132-6/+6
* checklink: dead and debug code eliminationvarobert2012-07-122-3/+0
* checklink: simplificationsvarobert2012-07-122-67/+73
* checklink: allow other number formats in configurationvarobert2012-07-121-1/+1
* checklink: minor fixesvarobert2012-07-122-7/+9
* checklink: configuration, indicate external symbolsvarobert2012-07-123-66/+84