- 22 Jan, 2022 2 commits
-
-
Sylvain Boulmé authored
-
Sylvain Boulmé authored
-
- 21 Jan, 2022 5 commits
- 06 Jun, 2020 1 commit
-
-
P Torr authored
Asmgenproof.v: first outline-complete version of the proofs for the new compiler (IntrinSec extended with Reset, using a syntactic notion of straightline code); there are still a few non-trivial admits in the simulation proof (in Mcond_false_case and in step_simulation)
-
- 05 Jun, 2020 4 commits
- 03 Jun, 2020 1 commit
-
-
P Torr authored
Asmgenproof1.v: copied from Asmgenproof1SYNT2.v; old version left as Asmgenproof1SEM.v; Asmgenproof.v: in progress
-
- 02 Jun, 2020 3 commits
- 01 Jun, 2020 3 commits
- 29 May, 2020 1 commit
-
-
P Torr authored
-
- 27 May, 2020 2 commits
- 26 May, 2020 3 commits
- 25 May, 2020 1 commit
-
-
P Torr authored
-
- 24 May, 2020 1 commit
-
-
P Torr authored
-
- 16 May, 2020 3 commits
- 15 May, 2020 1 commit
-
-
https://github.com/AbsInt/CompCertP Torr authored
-
- 05 May, 2020 3 commits
-
-
Xavier Leroy authored
The Commandline module is reusable in other projects, and its license (GPL) allows such reuse, so its natural place is in lib/ rather than in driver/
-
Xavier Leroy authored
Closes: #351
-
Xavier Leroy authored
The corresponding files in all other ports are dual-licensed (GPL + non-commercial), there is no reason it should be different for aarch64.
-
- 04 May, 2020 5 commits
-
-
Xavier Leroy authored
So as not to depend on an implicit import from module Program. (See PR #352.)
-
Xavier Leroy authored
On some versions of Coq, "nil" is of type "Rlist"... This reverts commit f070949a.
-
Xavier Leroy authored
The rest of the code base uses `nil`, so let's be consistent. Also, this avoids depending on `Import ListNotations`.
-
Xavier Leroy authored
-
Jacques-Henri Jourdan authored
import ListNotations wherever it is necessary so that we do not rely on it being exported by Program. (See #352.) This is a backport from upstream: https://gitlab.inria.fr/fpottier/menhir/-/commit/53f94fa42c80ab1728383e9d2b19006180b14a78
-
- 29 Apr, 2020 1 commit
-
-
Xavier Leroy authored
The file contains various parameters about the target processor and ABI, useful for VST and possibly other users of CompCert as a Coq library. It is in "var=val" syntax so that it can be included directly from a Makefile or a shell script.
-