<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sail/src/gen_lib, 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 Lem builtins for operations on reals</title>
<updated>2020-04-10T12:22:11+00:00</updated>
<author>
<name>Thomas Bauereiss</name>
</author>
<published>2020-03-25T20:40:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=7bf9b460d3b2c324b4fae8e14e0a54e354002f54'/>
<id>7bf9b460d3b2c324b4fae8e14e0a54e354002f54</id>
<content type='text'>
... that match the names in lib/real.sail.

Also fix the lem mapping for abs_int_atom and a Lem syntax error with
nested record updates.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... that match the names in lib/real.sail.

Also fix the lem mapping for abs_int_atom and a Lem syntax error with
nested record updates.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement hex_str for Lem</title>
<updated>2020-04-10T12:22:11+00:00</updated>
<author>
<name>Thomas Bauereiss</name>
</author>
<published>2020-03-26T21:08:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=6e717ac9c733b06eae6ed1717f11e8d00c21c8c0'/>
<id>6e717ac9c733b06eae6ed1717f11e8d00c21c8c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Jenkins build</title>
<updated>2019-11-07T18:16:46+00:00</updated>
<author>
<name>Alasdair Armstrong</name>
</author>
<published>2019-11-07T18:16:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=5401a0f348c37a4bfaf084b24a74ee6ad924cf74'/>
<id>5401a0f348c37a4bfaf084b24a74ee6ad924cf74</id>
<content type='text'>
sail2_instr_kinds was in the folder with the old lem interpreter for
some reason, rather than with all the other sail2*.lem files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sail2_instr_kinds was in the folder with the old lem interpreter for
some reason, rather than with all the other sail2*.lem files
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport fixes to SMT generation from poly_mapping branch</title>
<updated>2019-11-07T17:48:15+00:00</updated>
<author>
<name>Alasdair Armstrong</name>
</author>
<published>2019-11-07T16:16:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=51811443eeb7c594b8db9bbffd387dc0fbfeffd3'/>
<id>51811443eeb7c594b8db9bbffd387dc0fbfeffd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Inline reg_deref in Lem output</title>
<updated>2019-08-14T17:02:03+00:00</updated>
<author>
<name>Thomas Bauereiss</name>
</author>
<published>2019-08-14T14:18:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=e3c73232aafe15d06739e0552d517ad095b0bf70'/>
<id>e3c73232aafe15d06739e0552d517ad095b0bf70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Need to separate out the 0.10 lem library from upcoming 0.11"</title>
<updated>2019-07-31T14:46:27+00:00</updated>
<author>
<name>Alasdair Armstrong</name>
</author>
<published>2019-07-31T14:45:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=9a6a3d12a6c32c2c4a331f5084af982b1ca77b1e'/>
<id>9a6a3d12a6c32c2c4a331f5084af982b1ca77b1e</id>
<content type='text'>
This reverts commit 3fb4cf236c0d4b15831576faa45c763853632568.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 3fb4cf236c0d4b15831576faa45c763853632568.
</pre>
</div>
</content>
</entry>
<entry>
<title>Need to separate out the 0.10 lem library from upcoming 0.11</title>
<updated>2019-07-18T18:03:06+00:00</updated>
<author>
<name>Alasdair Armstrong</name>
</author>
<published>2019-07-18T17:56:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=3fb4cf236c0d4b15831576faa45c763853632568'/>
<id>3fb4cf236c0d4b15831576faa45c763853632568</id>
<content type='text'>
Unlike the prompt-monad change I don't see a way to do this easily
purely on the model side

Make sure a64_barrier_type and domain aren't visible for RISC-V
isabelle build
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unlike the prompt-monad change I don't see a way to do this easily
purely on the model side

Make sure a64_barrier_type and domain aren't visible for RISC-V
isabelle build
</pre>
</div>
</content>
</entry>
<entry>
<title>Support DMB/DSB domains</title>
<updated>2019-07-18T09:13:10+00:00</updated>
<author>
<name>Shaked Flur</name>
</author>
<published>2019-07-18T09:13:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=1bb77b31f84946f036c0b7e37245809bbdb82def'/>
<id>1bb77b31f84946f036c0b7e37245809bbdb82def</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement count_leading_zeros in Lem</title>
<updated>2019-06-18T13:39:21+00:00</updated>
<author>
<name>Thomas Bauereiss</name>
</author>
<published>2019-06-18T13:39:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=65a8bd3e771f5c062c96dbc940b024ec513aeeca'/>
<id>65a8bd3e771f5c062c96dbc940b024ec513aeeca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tdiv_int and tmod_int bindings for Lem</title>
<updated>2019-06-06T16:57:25+00:00</updated>
<author>
<name>Thomas Bauereiss</name>
</author>
<published>2019-06-06T15:27:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=110bef3571a77fd8f1059827ea0bb29935ed785d'/>
<id>110bef3571a77fd8f1059827ea0bb29935ed785d</id>
<content type='text'>
Also rename them for uniformity with other backends.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also rename them for uniformity with other backends.
</pre>
</div>
</content>
</entry>
</feed>
