<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ocaml.git/testsuite/tests/basic-modules/anonymous.ocamlopt.flambda.reference, branch trunk</title>
<subtitle>github.com: ocaml/ocaml
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/'/>
<entry>
<title>Update tests to remove `Lev_module_definition`</title>
<updated>2023-03-13T14:34:03+00:00</updated>
<author>
<name>Nick Roberts</name>
<email>nroberts02@gmail.com</email>
</author>
<published>2023-03-07T17:58:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=5fe7e2f07478f18716337136bc7cda57af3e36c1'/>
<id>5fe7e2f07478f18716337136bc7cda57af3e36c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update reference for basic-modules/anonymous.ml</title>
<updated>2022-01-11T18:00:46+00:00</updated>
<author>
<name>Vincent Laviron</name>
<email>vincent.laviron@gmail.com</email>
</author>
<published>2022-01-11T18:00:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=c1c384078bb47f7b0ad4170de7a0934b0f2b57d2'/>
<id>c1c384078bb47f7b0ad4170de7a0934b0f2b57d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit '8949e28fa1995de9fa72ee377993624af0f4a616' into 5.00</title>
<updated>2021-10-04T12:43:06+00:00</updated>
<author>
<name>Tom Kelly</name>
<email>ctk21@cl.cam.ac.uk</email>
</author>
<published>2021-10-04T12:43:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=219f0470fa12f2460953d2c2407f19e050d93f5a'/>
<id>219f0470fa12f2460953d2c2407f19e050d93f5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix detection of immediate64 types through unboxed types</title>
<updated>2021-07-29T17:40:28+00:00</updated>
<author>
<name>Leo White</name>
<email>leo@lpw25.net</email>
</author>
<published>2021-07-28T08:58:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=59fae6784c63d2f21994a67340c93af482b930a3'/>
<id>59fae6784c63d2f21994a67340c93af482b930a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit '0ca651b95cbda5d58f7760f0fa1dba965d1f0828' into parallel_minor_gc_4_12</title>
<updated>2021-03-02T16:15:55+00:00</updated>
<author>
<name>Tom Kelly</name>
<email>ctk21@cl.cam.ac.uk</email>
</author>
<published>2021-03-02T16:15:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=29f4177a4e2f45f9c371172316a3ff18446fbd65'/>
<id>29f4177a4e2f45f9c371172316a3ff18446fbd65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit '080ac7421c569392f84fadefbdf977c4aa98a92a' into parallel_minor_gc_4_12</title>
<updated>2021-03-01T20:40:06+00:00</updated>
<author>
<name>Tom Kelly</name>
<email>ctk21@cl.cam.ac.uk</email>
</author>
<published>2021-03-01T20:40:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=50818870eaaa2ab8e810fb75c8820623ff47dc5e'/>
<id>50818870eaaa2ab8e810fb75c8820623ff47dc5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Const_pointer from Lambda and Clambda (#9585)</title>
<updated>2020-06-02T09:19:20+00:00</updated>
<author>
<name>Stephen Dolan</name>
<email>sdolan@janestreet.com</email>
</author>
<published>2020-06-02T09:17:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=0d44a6cfe6ac328165dced897f23e431f2e503b0'/>
<id>0d44a6cfe6ac328165dced897f23e431f2e503b0</id>
<content type='text'>
Lambda and Clambda distinguish Const_int from Const_pointer only so
that they can pass the information to Cmm. But now that that
Const_pointer is gone from Cmm (#9578), there's no need for the
distinction in Lambda either.

This PR requires a bootstrap, because the .cmo format changes:
Lambda.structured_constant has one fewer constructor.  The bootstrap
is in the following commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Lambda and Clambda distinguish Const_int from Const_pointer only so
that they can pass the information to Cmm. But now that that
Const_pointer is gone from Cmm (#9578), there's no need for the
distinction in Lambda either.

This PR requires a bootstrap, because the .cmo format changes:
Lambda.structured_constant has one fewer constructor.  The bootstrap
is in the following commit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tests/basic-modules/anonymous reference output</title>
<updated>2020-04-29T19:14:54+00:00</updated>
<author>
<name>Tom Kelly</name>
<email>ctk21@cl.cam.ac.uk</email>
</author>
<published>2020-04-29T19:14:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=8c2bbf96b16f8ef5a1f7a4cf4e7b9fe5b2ba0fd6'/>
<id>8c2bbf96b16f8ef5a1f7a4cf4e7b9fe5b2ba0fd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update testsuite with new backtrace format, and add test for names</title>
<updated>2020-04-27T11:58:53+00:00</updated>
<author>
<name>Stephen Dolan</name>
<email>sdolan@janestreet.com</email>
</author>
<published>2019-11-20T15:50:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=b7716c46256776f4af55ac460bf7bdba26c0005c'/>
<id>b7716c46256776f4af55ac460bf7bdba26c0005c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add forgotten substitution when compiling anonymous modules (#9477)</title>
<updated>2020-04-23T08:55:40+00:00</updated>
<author>
<name>Thomas Refis</name>
<email>thomas.refis@gmail.com</email>
</author>
<published>2020-04-23T08:55:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=9f49a71e902d8140f44a5a00829549dc812e950f'/>
<id>9f49a71e902d8140f44a5a00829549dc812e950f</id>
<content type='text'>
Fixes #9375</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #9375</pre>
</div>
</content>
</entry>
</feed>
