<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minicc.git/Makefile, branch master</title>
<subtitle>Minimal Incomplete Compiler Collection</subtitle>
<id>https://reichwein.it/cgit/minicc.git/atom?h=master</id>
<link rel='self' href='https://reichwein.it/cgit/minicc.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://reichwein.it/cgit/minicc.git/'/>
<updated>2024-07-09T16:58:56Z</updated>
<entry>
<title>Use libreichwein, and googletest from Debian</title>
<updated>2024-07-09T16:58:56Z</updated>
<author>
<name>Roland Reichwein</name>
<email>mail@reichwein.it</email>
</author>
<published>2024-07-09T16:58:56Z</published>
<link rel='alternate' type='text/html' href='https://reichwein.it/cgit/minicc.git/commit/?id=f8c4fe1614cc79df9f97c8a7754cf2a5aaf5063d'/>
<id>urn:sha1:f8c4fe1614cc79df9f97c8a7754cf2a5aaf5063d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjust to current build environment</title>
<updated>2023-10-15T11:26:32Z</updated>
<author>
<name>Roland Reichwein</name>
<email>mail@reichwein.it</email>
</author>
<published>2023-10-15T11:26:32Z</published>
<link rel='alternate' type='text/html' href='https://reichwein.it/cgit/minicc.git/commit/?id=c156b07da6e8550f989919c3a015acdedfe8664f'/>
<id>urn:sha1:c156b07da6e8550f989919c3a015acdedfe8664f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implemented MOVSX - Move With Sign-Extension</title>
<updated>2020-11-28T11:38:49Z</updated>
<author>
<name>Roland Reichwein</name>
<email>mail@reichwein.it</email>
</author>
<published>2020-11-28T11:38:49Z</published>
<link rel='alternate' type='text/html' href='https://reichwein.it/cgit/minicc.git/commit/?id=a632cce380a853f5400111e19e1380982ed8a7fd'/>
<id>urn:sha1:a632cce380a853f5400111e19e1380982ed8a7fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implemented SETcc - Set Byte On Condition</title>
<updated>2020-11-28T11:08:10Z</updated>
<author>
<name>Roland Reichwein</name>
<email>mail@reichwein.it</email>
</author>
<published>2020-11-28T11:08:10Z</published>
<link rel='alternate' type='text/html' href='https://reichwein.it/cgit/minicc.git/commit/?id=108569319d85a1832700f70ae6c93d7e926dfa92'/>
<id>urn:sha1:108569319d85a1832700f70ae6c93d7e926dfa92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implemented CMOVcc - Conditional Move</title>
<updated>2020-11-28T10:53:02Z</updated>
<author>
<name>Roland Reichwein</name>
<email>mail@reichwein.it</email>
</author>
<published>2020-11-28T10:53:02Z</published>
<link rel='alternate' type='text/html' href='https://reichwein.it/cgit/minicc.git/commit/?id=f82ed28acbbbf10a243e44dcbc4ddeebc0dde446'/>
<id>urn:sha1:f82ed28acbbbf10a243e44dcbc4ddeebc0dde446</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added CMP</title>
<updated>2020-11-27T21:51:50Z</updated>
<author>
<name>Roland Reichwein</name>
<email>mail@reichwein.it</email>
</author>
<published>2020-11-27T21:51:50Z</published>
<link rel='alternate' type='text/html' href='https://reichwein.it/cgit/minicc.git/commit/?id=541a2dffdcb02063f71d21af22aebbd293c9e49f'/>
<id>urn:sha1:541a2dffdcb02063f71d21af22aebbd293c9e49f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support 16-bit short</title>
<updated>2020-11-22T12:00:06Z</updated>
<author>
<name>Roland Reichwein</name>
<email>mail@reichwein.it</email>
</author>
<published>2020-11-22T12:00:06Z</published>
<link rel='alternate' type='text/html' href='https://reichwein.it/cgit/minicc.git/commit/?id=1fae63de23320a1663b7c591e247ad81852ab6dc'/>
<id>urn:sha1:1fae63de23320a1663b7c591e247ad81852ab6dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bugfixing of stack (WIP)</title>
<updated>2020-11-21T20:38:56Z</updated>
<author>
<name>Roland Reichwein</name>
<email>mail@reichwein.it</email>
</author>
<published>2020-11-21T20:38:56Z</published>
<link rel='alternate' type='text/html' href='https://reichwein.it/cgit/minicc.git/commit/?id=39bccce4fdd1d5ebe312321c963e0325e4d696c5'/>
<id>urn:sha1:39bccce4fdd1d5ebe312321c963e0325e4d696c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added debian packaging</title>
<updated>2020-11-21T15:49:31Z</updated>
<author>
<name>Roland Reichwein</name>
<email>mail@reichwein.it</email>
</author>
<published>2020-11-21T15:49:31Z</published>
<link rel='alternate' type='text/html' href='https://reichwein.it/cgit/minicc.git/commit/?id=7fd9bbf4ea1ba5ea1b30e9ba3039195ab40c246a'/>
<id>urn:sha1:7fd9bbf4ea1ba5ea1b30e9ba3039195ab40c246a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support gcc 10 and clang 11</title>
<updated>2020-11-21T14:19:45Z</updated>
<author>
<name>Roland Reichwein</name>
<email>mail@reichwein.it</email>
</author>
<published>2020-11-21T14:19:45Z</published>
<link rel='alternate' type='text/html' href='https://reichwein.it/cgit/minicc.git/commit/?id=7edbd99775416a32c88acf8e9379518436905f02'/>
<id>urn:sha1:7edbd99775416a32c88acf8e9379518436905f02</id>
<content type='text'>
</content>
</entry>
</feed>
