File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
- # Release 3.14, 2024-05-xx
1
+ # Release 3.14, 2024-05-02
2
2
3
3
ISO C conformance:
4
4
- ` free ` has well-defined semantics on blocks of size 0 (#509 ).
@@ -28,6 +28,10 @@ Coq development:
28
28
- Updated local copy of MenhirLib to version 20231231.
29
29
- Updated local copy of Flocq to version 4.1.4.
30
30
31
+ Distribution:
32
+ - The small test suite was moved to a separate Git repository.
33
+ Use ` git submodule init && git submodule update ` to download it.
34
+
31
35
32
36
# Release 3.13, 2023-07-04
33
37
Original file line number Diff line number Diff line change 25
25
26
26
< H1 align ="center "> The CompCert verified compiler</ H1 >
27
27
< H2 align ="center "> Commented Coq development</ H2 >
28
- < H3 align ="center "> Version 3.13, 2023-07-04 </ H3 >
28
+ < H3 align ="center "> Version 3.14, 2024-04-02 </ H3 >
29
29
30
30
< H2 > Introduction</ H2 >
31
31
@@ -201,7 +201,7 @@ <H3>Compiler passes</H3>
201
201
</ TR >
202
202
203
203
< TR valign ="top ">
204
- < TD > Construction of the CFG, < br > 3-address code generation</ TD >
204
+ < TD > Construction of the CFG; 3-address code generation</ TD >
205
205
< TD > CminorSel to RTL</ TD >
206
206
< TD > < A HREF ="html/compcert.backend.RTLgen.html "> RTLgen</ A > </ TD >
207
207
< TD > < A HREF ="html/compcert.backend.RTLgenspec.html "> RTLgenspec</ A > < BR >
You can’t perform that action at this time.
0 commit comments