aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSylvain Boulmé <sylvain.boulme@univ-grenoble-alpes.fr>2020-12-16 16:07:03 +0100
committerSylvain Boulmé <sylvain.boulme@univ-grenoble-alpes.fr>2020-12-16 16:07:03 +0100
commitaff083950e663c3f23d63de9c4e2129bb03bacad (patch)
treefc64e12a44bc0aa9fc76aadfea408baf93c058ad /doc
parent5b5682a4d4ebb102002616015adab46154597b10 (diff)
downloadcompcert-kvx-aff083950e663c3f23d63de9c4e2129bb03bacad.tar.gz
compcert-kvx-aff083950e663c3f23d63de9c4e2129bb03bacad.zip
update the doc for CompCert 3.8
Diffstat (limited to 'doc')
-rw-r--r--doc/index-kvx.html18
1 files changed, 12 insertions, 6 deletions
diff --git a/doc/index-kvx.html b/doc/index-kvx.html
index b8850727..4e2e0b47 100644
--- a/doc/index-kvx.html
+++ b/doc/index-kvx.html
@@ -22,15 +22,17 @@ a:active {color : Red; text-decoration : underline; }
</HEAD>
<BODY>
-<font color=gray><H1 align="center">The CompCert verified compiler</H1>
+<font color=gray>
+<H1 align="center">The CompCert verified compiler</H1>
<H2 align="center">Commented Coq development</H2>
-<H3 align="center">Version 3.7, 2020-03-31</H3></font>
+<H3 align="center">Version 3.8, 2020-11-16</H3>
+</font>
<H3 align="center">PATCHED for the Kalray MPPA-KVX VLIW CORE<!--@DATE@--></H3>
<H2>Introduction</H2>
-<p>This web page is a patched version of the table of contents of the official CompCert documentation,
- as given on <A HREF="http://compcert.inria.fr/doc/index.html">the CompCert Web site</A>.
+<p>This web page is a patched version of the table of contents of the official CompCert sources documentation,
+ as given on <A HREF="http://compcert.org/doc/index.html">the CompCert Web site</A>.
The unmodified parts of this table appear in <font color=gray>gray</font>.
<br>
<br>
@@ -40,7 +42,8 @@ a:active {color : Red; text-decoration : underline; }
See also the <tt>README.md</tt> of our <a href=https://gricad-gitlab.univ-grenoble-alpes.fr/certicompil/compcert-kvx>GitLab public repository</a>.
</p>
-<font color=gray><H2>Table of contents</H2>
+<font color=gray>
+<H2>Table of contents</H2>
<H3>General-purpose libraries, data structures and algorithms</H3>
@@ -85,6 +88,8 @@ See also: <A HREF="html/compcert.common.Memdata.html">Memdata</A> (in-memory rep
<LI> <A HREF="html/compcert.common.Determinism.html">Determinism</A>: determinism properties of small-step semantics.
<LI> <A HREF="html/compcert.kvx.Op.html"><I>Op</I></A>: operators, addressing modes and their
semantics.
+<LI> <A HREF="html/compcert.common.Builtins.html">Builtins</A>: semantics of built-in functions. <BR>
+See also: <A HREF="html/compcert.common.Builtins0.html">Builtins0</A> (target-independent part), <A HREF="html/compcert.kvx.Builtins1.html"><I>Builtins1</I></A> (target-dependent part).
<LI> <A HREF="html/compcert.common.Unityping.html">Unityping</A>: a solver for atomic unification constraints.
</UL>
@@ -172,7 +177,8 @@ This IR is generic over the processor, even if currently, only used for KVX.
</TR>
<TR valign="top">
- <TD>Recognition of operators<br>and addressing modes</TD>
+ <TD>Recognition of operators<br>and addressing modes;<br>
+ if-conversion</TD>
<TD>Cminor to CminorSel</TD>
<TD><A HREF="html/compcert.backend.Selection.html">Selection</A><br>
<A HREF="html/compcert.kvx.SelectOp.html"><I>SelectOp</I></A><br>