<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sail/opam, branch sail2</title>
<subtitle>Formal specification language for ISAs</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/'/>
<entry>
<title>Add even more conservative version bound to omd</title>
<updated>2021-03-12T16:35:50+00:00</updated>
<author>
<name>Alasdair</name>
</author>
<published>2021-03-12T16:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=c0bf98b67870a9bdcca196786791f6eb134df0d4'/>
<id>c0bf98b67870a9bdcca196786791f6eb134df0d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add upper version bound on omd</title>
<updated>2021-03-12T14:24:50+00:00</updated>
<author>
<name>Alasdair</name>
</author>
<published>2021-03-12T14:24:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=4b7a3c874fb2b588f59dc65dda859682f3d6f7a8'/>
<id>4b7a3c874fb2b588f59dc65dda859682f3d6f7a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version number in opam file</title>
<updated>2021-01-07T12:43:08+00:00</updated>
<author>
<name>Alasdair</name>
</author>
<published>2021-01-07T12:43:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=ad34dfb1fb20caf20241ccdfd406e4164484b3e1'/>
<id>ad34dfb1fb20caf20241ccdfd406e4164484b3e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove remove field from opam file</title>
<updated>2020-06-12T00:30:32+00:00</updated>
<author>
<name>Alasdair</name>
</author>
<published>2020-06-12T00:30:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=e93b34914e70d8590fa86c81577fbe723236c086'/>
<id>e93b34914e70d8590fa86c81577fbe723236c086</id>
<content type='text'>
As per https://github.com/ocaml/opam-repository/pull/16573
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As per https://github.com/ocaml/opam-repository/pull/16573
</pre>
</div>
</content>
</entry>
<entry>
<title>Update opam file to opam 2</title>
<updated>2020-06-03T13:14:30+00:00</updated>
<author>
<name>Alasdair</name>
</author>
<published>2020-06-03T13:13:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=ef343450c407d8c7e3ad4d94401772ad040834e6'/>
<id>ef343450c407d8c7e3ad4d94401772ad040834e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update base64 and yojson dependencies</title>
<updated>2020-05-27T13:29:52+00:00</updated>
<author>
<name>Thomas Bauereiss</name>
</author>
<published>2020-05-27T13:28:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=81545e145319f9f05357d5ac37c18a9ca90af431'/>
<id>81545e145319f9f05357d5ac37c18a9ca90af431</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Various bugfixes and improvements for updated codegen</title>
<updated>2020-05-14T08:24:09+00:00</updated>
<author>
<name>Alasdair</name>
</author>
<published>2020-05-14T08:24:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=0c4c75d13aad176fc664e159d2b0c48c77b41d27'/>
<id>0c4c75d13aad176fc664e159d2b0c48c77b41d27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for instrumenting generated C with branch coverage metrics</title>
<updated>2020-05-12T20:07:00+00:00</updated>
<author>
<name>Alasdair</name>
</author>
<published>2020-05-12T20:07:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=b8f9e2a078035cc8e797b1c7c0609f6a0c031a2c'/>
<id>b8f9e2a078035cc8e797b1c7c0609f6a0c031a2c</id>
<content type='text'>
Will call:

void sail_branch_reached(int branch_id, char *source_file, int l1, int c1, int l2, int c2);

on each branch caused by a match or if statement in the source code

For each branch that is taken, will call:

void sail_branch_taken(int branch_id, char *source_file, int l1, int c1, int l2, int c2)

Every branch gets a unique identifier, and the functions are called with
the source file location and line/character information for the start
and end of each match case or then/else branch. sail_branch_reached is
given the location info for the whole match statement.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Will call:

void sail_branch_reached(int branch_id, char *source_file, int l1, int c1, int l2, int c2);

on each branch caused by a match or if statement in the source code

For each branch that is taken, will call:

void sail_branch_taken(int branch_id, char *source_file, int l1, int c1, int l2, int c2)

Every branch gets a unique identifier, and the functions are called with
the source file location and line/character information for the start
and end of each match case or then/else branch. sail_branch_reached is
given the location info for the whole match statement.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump opam version for release.</title>
<updated>2020-01-30T16:51:40+00:00</updated>
<author>
<name>Robert Norton</name>
</author>
<published>2020-01-30T16:42:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=519424cba29c7c356fc098256092979aea7f417f'/>
<id>519424cba29c7c356fc098256092979aea7f417f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use external PPrint</title>
<updated>2020-01-28T18:20:01+00:00</updated>
<author>
<name>Thomas Bauereiss</name>
</author>
<published>2020-01-28T16:45:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=6631de4f641607755ae8c0434921e4f68cf9f2f6'/>
<id>6631de4f641607755ae8c0434921e4f68cf9f2f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
