aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2020-04-01 11:41:16 +0200
committerCyril SIX <cyril.six@kalray.eu>2020-04-01 11:41:16 +0200
commitf54e11c4f80cfa1b05a5c407adb1df86d1470cf7 (patch)
treea50c7734ec877e8ee0ac24e81356d6b8ea5b09a8 /doc
parent7ad6991534ba4ab10fe29d5456393f45cb4e5605 (diff)
parent76a4ff8f5b37429a614a2a97f628d9d862c93f46 (diff)
downloadcompcert-kvx-f54e11c4f80cfa1b05a5c407adb1df86d1470cf7.tar.gz
compcert-kvx-f54e11c4f80cfa1b05a5c407adb1df86d1470cf7.zip
Merge remote-tracking branch 'origin/master' into attempt-fix-mppa-work
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>