<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu-mainline/src/core/arm/skyeye_common/armstate.h, branch master</title>
<subtitle>A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/'/>
<entry>
<title>arm: Remove SkyEye/Dyncom code that is ARMv6-only.</title>
<updated>2018-01-03T03:24:12+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2018-01-03T03:24:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=b172f0d770486d4367fbea22906a5e908ef621e8'/>
<id>b172f0d770486d4367fbea22906a5e908ef621e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dyncom: Use size_t instead of int to store the instruction offsets in the instruction cache.</title>
<updated>2017-08-21T13:34:23+00:00</updated>
<author>
<name>Subv</name>
<email>subv2112@gmail.com</email>
</author>
<published>2017-08-19T16:30:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=9d0841b48b6b6f3c5a2425922617343fc2f79cdc'/>
<id>9d0841b48b6b6f3c5a2425922617343fc2f79cdc</id>
<content type='text'>
Fixes a few warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes a few warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove empty newlines in #include blocks.</title>
<updated>2016-09-21T02:15:47+00:00</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2016-09-20T15:21:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=ebdae19fd226104baec712b9da9939ff82ef3c3a'/>
<id>ebdae19fd226104baec712b9da9939ff82ef3c3a</id>
<content type='text'>
This makes clang-format useful on those.

Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes clang-format useful on those.

Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Manually tweak source formatting and then re-run clang-format</title>
<updated>2016-09-19T04:14:25+00:00</updated>
<author>
<name>Yuri Kunde Schlesner</name>
<email>yuriks@yuriks.net</email>
</author>
<published>2016-09-19T01:01:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=396a8d91a4423d9c793eeff0798d544613647511'/>
<id>396a8d91a4423d9c793eeff0798d544613647511</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sources: Run clang-format on everything.</title>
<updated>2016-09-18T00:38:01+00:00</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2016-09-18T00:38:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=dc8479928c5aee4c6ad6fe4f59006fb604cee701'/>
<id>dc8479928c5aee4c6ad6fe4f59006fb604cee701</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>armstate: Zero out the registers on creation</title>
<updated>2015-11-29T20:16:34+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-11-29T20:16:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=5e2b66d2a4c4c6d534e23108e96654dc4adf4b63'/>
<id>5e2b66d2a4c4c6d534e23108e96654dc4adf4b63</id>
<content type='text'>
std::array isn't always guaranteed to explicitly zero out it's contents
without an initializer list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
std::array isn't always guaranteed to explicitly zero out it's contents
without an initializer list.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement gdbstub</title>
<updated>2015-10-04T15:16:59+00:00</updated>
<author>
<name>polaris-</name>
<email>nagatospam@gmail.com</email>
</author>
<published>2015-09-02T12:56:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=31dee93e849d79a91f280faf16941806e3cb3c6b'/>
<id>31dee93e849d79a91f280faf16941806e3cb3c6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>general: Silence some warnings when using clang</title>
<updated>2015-09-16T12:51:53+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-09-16T12:38:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=751fbfdcc33420cb39aee30158706984efb4da40'/>
<id>751fbfdcc33420cb39aee30158706984efb4da40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dyncom: Migrate exclusive memory access control into armstate</title>
<updated>2015-07-28T02:06:59+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-07-28T01:40:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=a507ea23c157abfc490cbb0c85154b23c4b079b9'/>
<id>a507ea23c157abfc490cbb0c85154b23c4b079b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dyncom: Use std::array for register arrays</title>
<updated>2015-07-26T17:21:04+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-07-26T15:39:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=816b1ca776fe9d8ac0e618f82afd8e4b5549d582'/>
<id>816b1ca776fe9d8ac0e618f82afd8e4b5549d582</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
