aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2020-03-31 17:48:34 +0200
committerXavier Leroy <xavier.leroy@college-de-france.fr>2020-03-31 17:48:34 +0200
commit6dace9be5f4760882f879d3026c168cc9112e150 (patch)
tree1e9d730795e37838f272ae62b13a89aff91fde0d /doc
parent144f466e3baa41e67d1fa908836a74536d52c201 (diff)
downloadcompcert-kvx-6dace9be5f4760882f879d3026c168cc9112e150.tar.gz
compcert-kvx-6dace9be5f4760882f879d3026c168cc9112e150.zip
Updates for release 3.7
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html
index 3a4cf6ba..631c5d99 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -24,7 +24,7 @@ a:active {color : Red; text-decoration : underline; }
<H1 align="center">The CompCert verified compiler</H1>
<H2 align="center">Commented Coq development</H2>
-<H3 align="center">Version 3.6, 2019-09-17</H3>
+<H3 align="center">Version 3.7, 2020-03-31</H3>
<H2>Introduction</H2>
@@ -101,6 +101,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.powerpc.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.powerpc.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>