From a66650006bd85a196d4a986ad36ee265d57b828c Mon Sep 17 00:00:00 2001 From: Sylvain Boulmé Date: Wed, 7 Oct 2020 17:47:12 +0200 Subject: update the title of our paper --- doc/index-kvx.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/index-kvx.html b/doc/index-kvx.html index 97eefc24..6906c212 100644 --- a/doc/index-kvx.html +++ b/doc/index-kvx.html @@ -34,8 +34,8 @@ a:active {color : Red; text-decoration : underline; } The unmodified parts of this table appear in gray.

- A high-level view of this backend of CompCert is provided by this HAL preprint of Six, Boulmé and Monniaux (2019): -
Certified Compiler Backends for VLIW Processors (Highly Modular Postpass-Scheduling in the CompCert Certified Compiler)
+ A high-level view of this CompCert backend is provided by this OOSPLA'20 paper (of Six, Boulmé and Monniaux): +
Certified and Efficient Instruction Scheduling. Application to Interlocked VLIW Processors.

Our source code is available on our GitLab public repository (see conditions in the LICENSE file).

-- cgit