From 04881502849e160dff04753bc8fa858b7967512c Mon Sep 17 00:00:00 2001 From: Sylvain Boulmé Date: Wed, 28 Oct 2020 11:32:38 +0100 Subject: restore URL on the coqdoc --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 377776ca..77219cc1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This is a special version with additions from Verimag and Kalray : * A backend for the KVX processor: see [`README_Kalray.md`](README_Kalray.md) for details. * Some general-purpose optimization phases (e.g. profiling). - - see [`PROFILING.md`](PROFILING.md) for details on the profiling system + * see [`PROFILING.md`](PROFILING.md) for details on the profiling system The people responsible for this version are @@ -29,10 +29,11 @@ The people responsible for this version are * David Monniaux (CNRS, Verimag) * Cyril Six (Kalray) -## Papers on this CompCert version +## Papers, docs, etc on this CompCert version * [a 5-minutes video](http://www-verimag.imag.fr/~boulme/videos/poster-oopsla20.mp4) by C. Six, presenting the postpass scheduling and the KVX backend. * [Certified and Efficient Instruction Scheduling](https://hal.archives-ouvertes.fr/hal-02185883), an OOPSLA'20 paper, by Six, Boulmé and Monniaux. +* [the documentation of the KVX backend Coq sources](https://certicompil.gricad-pages.univ-grenoble-alpes.fr/compcert-kvx) ## License CompCert is not free software. This non-commercial release can only -- cgit