aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bind some local defs with Let, makes extracted code cleanerv1.13xleroy2013-03-121-2/+2
* Maps: revised TREE interface; added mucho derived properties and operations i...xleroy2013-03-122-63/+256
* Suppress int64_unsigned_to_float, now unused.xleroy2013-03-112-7/+0
* More updates for 1.13xleroy2013-03-111-2/+5
* Fixed parsing of hex float literals 0xNNNpMMM.xleroy2013-03-115-4/+81
* Updated for version 1.13xleroy2013-03-112-11/+24
* Updating doc for 1.13xleroy2013-03-111-8/+5
* Useless Importxleroy2013-03-101-1/+0
* Glasnost: making transparent a number of definitions that were opaquexleroy2013-03-1029-120/+133
* Assorted cleanups, esp. to avoid generating _rec and _rect recursors in xleroy2013-03-0910-215/+260
* Improving the performance of exhaustive exploration (mode -all):xleroy2013-03-091-18/+112
* Finished backtracking (cf previous commit) for ARM and PowerPC.xleroy2013-03-047-815/+593
* Partial backtracking on previous commit: the "hole in Mach stack frame" xleroy2013-03-037-857/+757
* Updates to follow recent changes in PrintAsm.mlxleroy2013-03-011-14/+43
* Some builtins were renamed, updatingxleroy2013-03-011-4/+4
* Bug in Pbtblxleroy2013-03-011-1/+1
* No longer a dependency on Machtypingxleroy2013-03-012-2/+1
* Fix 'interp' entryxleroy2013-03-011-1/+1
* Testing dense switchesxleroy2013-03-013-1/+62
* Revised Stacking and Asmgen passes and Mach semantics: xleroy2013-03-0126-7039/+4809
* Updated ARM and PowerPC ports with new handling of __builtin_annot.xleroy2013-02-249-90/+93
* Constant propagation within __builtin_annot.xleroy2013-02-2415-124/+250
* Pointers one pastxleroy2013-02-1521-324/+565
* Updated PowerPC port to new integers.xleroy2013-02-128-29/+59
* Be more like gcc in the way we display or not the usage message.xleroy2013-02-121-8/+6
* Forgot theorem "sign_ext_narrow".xleroy2013-02-121-0/+12
* lib/Integers.v: revised and extended, faster implementation based onxleroy2013-02-1011-1450/+1733
* Some more properties. Refactored some proofs.xleroy2013-02-041-21/+107
* Typo in compare_mem causing merging of different states.xleroy2013-02-021-1/+1
* Errors for excessively large global variables or stack frames.xleroy2013-02-026-14/+17
* 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