aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* fixing the move of the verified prepass scheduler into scheduling/ directorySylvain Boulmé2020-10-171-3/+1
|
* Merge remote-tracking branch 'origin/kvx-test-prepass' into mppa-RTLpathSE-verifCyril SIX2020-10-161-2/+4
|\
| * just missing OpWeights for AARCH64David Monniaux2020-09-161-0/+1
| |
| * starting to move common filesDavid Monniaux2020-09-161-2/+3
| |
* | refactoring of RTLpathSE_impl.v (split with _simu_specs)Sylvain Boulmé2020-10-131-1/+1
|/
* Merge remote-tracking branch 'origin/kvx-work' into ↵David Monniaux2020-07-301-1/+1
|\ | | | | | | mppa-RTLpathSE-verif-hash-junk
| * use the assembler from the same toolchainDavid Monniaux2020-07-221-1/+1
| |
| * 8.11.2David Monniaux2020-07-201-1/+1
| |
* | Coq 8.11.2David Monniaux2020-07-241-1/+1
| |
* | start a junk implementation of the pre-pass verifierSylvain Boulmé2020-07-221-1/+1
| |
* | remove useless (and unprovable) lemmas on completeness of the refinementSylvain Boulmé2020-07-021-1/+1
| |
* | Merge branch 'kvx-work' into mppa-RTLpathSECyril SIX2020-05-281-16/+17
|\| | | | | | | | | Adapting the new mppa-RTLpathSE passes into the new Compiler.vexpand framework
| * k1c -> kvx changesDavid Monniaux2020-05-261-14/+14
| |
| * Coq error message update in configureCyril SIX2020-04-151-1/+1
| |
| * accept Coq 8.11.1David Monniaux2020-04-081-1/+1
| |
* | allow Coq 8.11.1David Monniaux2020-04-131-1/+1
| |
* | [BROKEN] Merge branch 'mppa-work' into mppa-RTLpathSECyril SIX2020-04-101-18/+13
|\|
| * Removing 8.8.* versions of coq in configureCyril SIX2020-04-011-1/+1
| |
| * Removing from Asmblockgenproof0 architecture specific definitionsCyril SIX2020-02-101-1/+1
| |
| * Merge branch 'master' of https://github.com/AbsInt/CompCert into ↵David Monniaux2020-02-081-8/+8
| |\ | | | | | | | | | mppa-work-upstream-merge
| | * Compatibility with OCaml 4.10 (#214)Xavier Leroy2020-02-061-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | debug/DwarfPrinter.mli: unused functor parameter trigger warning 69, replace by non-dependent functor type. Makefile.extr: turn warning 69 (unused functor parameter) off for extracted code configure: accept OCaml versions above 4.09 configure: update messages for unsupported versions of OCaml and Coq
| | * Revised menhirLib autoconfiguration (#331)Xavier Leroy2020-02-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since Menhir version 20200123, we need to link with menhirLib.cmxa instead of menhirLib.cmx. This commit chooses automatically the file to link with: menhirLib.cmxa if it exists in the menhirLib installation directory, menhirLib.cmx otherwise. To reliably find the installation directory, configure was changed to record the menhirLib directory in Makefile.config, variable MENHIR_DIR, instead of a pre-cooked command-line option MENHIR_INCLUDES. Makefile.extr was adapted accordingly. Fixes: #329 Closes: #330
| | * Support Coq 8.11.0 (#212)Xavier Leroy2020-02-051-1/+1
| | | | | | | | | | | | Update configure. Ignore and clean up .vok and .vos files, which Coq 8.11.0 generates.
| * | Using k1-elf-as instead of k1-cos-gcc for assemblingCyril SIX2020-02-031-2/+2
| | |
| * | Merge branch 'master' of https://github.com/AbsInt/CompCert into ↵David Monniaux2019-12-091-1/+1
| |\| | | | | | | | | | mppa-work-upstream-merge
| | * Allow Coq 8.10.2.Bernhard Schommer2019-12-031-1/+1
| | |
| * | Merge branch 'master' of https://github.com/AbsInt/CompCert into ↵David Monniaux2019-11-131-9/+4
| |\| | | | | | | | | | mppa-work-upstream-merge
| | * Raise minimal required versions for OCaml and Coq (#203)Bernhard Schommer2019-10-311-9/+4
| | | | | | | | | At least OCaml 4.05 is now required as well as Coq 8.8.
| | * Add support for Coq 8.10.1Xavier Leroy2019-10-281-2/+2
| | |
| | * Fix configure for coq 8.10.0Michael Schmidt2019-10-131-2/+2
| | |
* | | Compatibility Coq 8.11.0Cyril SIX2020-04-101-1/+1
| | |
* | | RTLpath: removing some admits.Sylvain Boulmé2020-01-041-1/+1
| | |
* | | RTLpath: semantical properties of liveness (with most of proofs)Sylvain Boulmé2019-12-261-1/+1
| | |
* | | RTLpathLivegen: proof of preservationSylvain Boulmé2019-12-241-1/+1
| | |
* | | experiments a definition of "path_simu"Sylvain Boulmé2019-11-141-1/+1
| | |
* | | fix configure broken by mergeSylvain Boulmé2019-10-171-3/+0
| | |
* | | Merge branch 'mppa-work' into RTLpathSylvain Boulmé2019-10-161-2/+4
|\| |
| * | [regression to check!] Merge tag 'v3.6' into mppa-workCyril SIX2019-10-161-6/+34
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore backend/Lineartyping.v common/Values.v configure cparser/Machine.ml cparser/Machine.mli driver/Configuration.ml driver/Frontend.ml runtime/Makefile test/c/Makefile test/c/aes.c test/compression/Makefile test/regression/Makefile test/regression/extasm.c test/regression/floats-basics.c test/regression/floats.c Note : test/regression should be checked, didn't test it yet
* | | Merge branch 'mppa-work' into RTLpathSylvain Boulmé2019-10-161-2/+2
|\| | | | | | | | | | | strange conflict on cparser/Machine.ml (??)
| * | Removing Coq 8.7.* in configure (not compatible with "3: {..}" directives)Cyril SIX2019-10-091-2/+2
| | |
* | | Merge tag 'v3.6_mppa_2019-09-20' into RTLpathDavid Monniaux2019-09-201-4/+34
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/mppa-work-upstream-merge' into mppa-workv3.6_mppa_2019-09-20David Monniaux2019-09-201-4/+33
| |\ \ \ | | |/ / | |/| | | | | | merge with v3.6
| | * | Merge tag 'v3.6' of https://github.com/AbsInt/CompCert into ↵David Monniaux2019-09-201-4/+33
| | |\| | | | | | | | | | | | | mppa-work-upstream-merge
| | | * AArch64 portXavier Leroy2019-08-081-4/+34
| | | | | | | | | | | | | | | | | | | | This commit adds a back-end for the AArch64 architecture, namely ARMv8 in 64-bit mode.
| | | * Add support for Coq 8.10Xavier Leroy2019-08-071-2/+2
| | | |
| * | | Adding SIMU=k1-cluster -- in configureCyril SIX2019-09-201-0/+1
| |/ /
* / / RTLpath: add it into the configure scriptSylvain Boulmé2019-09-091-1/+1
|/ /
* | Fixing upstream merge buildCyril SIX2019-09-031-1/+1
| |
* | Merge branch 'master' of https://github.com/AbsInt/CompCert into ↵David Monniaux2019-08-281-2/+2
|\ \ | | | | | | | | | mppa-work-upstream-merge
| * | Add support for Coq 8.10Xavier Leroy2019-08-051-2/+2
| |/