<feed xmlns='http://www.w3.org/2005/Atom'>
<title>antcc/test/run.sh, branch trunk</title>
<subtitle>A little C compiler</subtitle>
<id>https://git.lemon.rip/antcc/atom?h=trunk</id>
<link rel='self' href='https://git.lemon.rip/antcc/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/antcc/'/>
<updated>2026-03-22T18:25:46+00:00</updated>
<entry>
<title>aarch64: rem/urem, bswap*, arg bugfix</title>
<updated>2026-03-22T18:25:46+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2026-03-22T18:25:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/antcc/commit/?id=cbca5355c0c0b1910735b1430e2552855a2aa5c7'/>
<id>urn:sha1:cbca5355c0c0b1910735b1430e2552855a2aa5c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Shell script changes for portability</title>
<updated>2026-03-19T18:33:50+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2026-03-19T18:32:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/antcc/commit/?id=05e132851016d566629fcfd279eef025a14ddb32'/>
<id>urn:sha1:05e132851016d566629fcfd279eef025a14ddb32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test/run.sh: shellcheck</title>
<updated>2025-12-20T09:31:38+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2025-12-20T08:20:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/antcc/commit/?id=a50b09474d0e561637a5be22db12a10a8b3c9ca8'/>
<id>urn:sha1:a50b09474d0e561637a5be22db12a10a8b3c9ca8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix position independent loads of function symbols.</title>
<updated>2025-12-13T13:24:30+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2025-12-13T13:21:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/antcc/commit/?id=854df54e1839c8b96d1aaa9aeaa32c2ebbf535f8'/>
<id>urn:sha1:854df54e1839c8b96d1aaa9aeaa32c2ebbf535f8</id>
<content type='text'>
For `extern int x[1];`, can use PCREL32 for &amp;x. But for `extern int
x(int)`, must use GOTREL, when not being called directly (that's PLT).
Therefore the type of an external symbol (actually just whether it
denotes a function) matters when deciding what kind of relocation to
emit, so keep that information.
</content>
</entry>
<entry>
<title>add command-line predefined macros (-D, -U)</title>
<updated>2025-12-06T10:55:41+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2025-12-06T10:41:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/antcc/commit/?id=d82f3052c813f671561362126d0fbe08568542d3'/>
<id>urn:sha1:d82f3052c813f671561362126d0fbe08568542d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test 12-flt</title>
<updated>2025-12-05T18:12:30+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2025-12-05T18:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/antcc/commit/?id=2054983775165f3ae50b241aae71ccb4969eade4'/>
<id>urn:sha1:2054983775165f3ae50b241aae71ccb4969eade4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: add Nora Sandler's 'Write a C Compiler' test suite</title>
<updated>2025-11-22T17:49:17+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2025-11-22T17:49:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/antcc/commit/?id=35f2583acf7036da0e9ca10bc9aee0ae686545cb'/>
<id>urn:sha1:35f2583acf7036da0e9ca10bc9aee0ae686545cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make clean test/build</title>
<updated>2025-11-16T11:14:17+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2025-11-16T11:14:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/antcc/commit/?id=e9dd9115e21c0a731c1b84120d2013aef9b0b1c9'/>
<id>urn:sha1:e9dd9115e21c0a731c1b84120d2013aef9b0b1c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>basic automated testing</title>
<updated>2025-11-16T11:11:18+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2025-11-16T11:11:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/antcc/commit/?id=111e71e1511b2abff9176bd6c714c8da796f770e'/>
<id>urn:sha1:111e71e1511b2abff9176bd6c714c8da796f770e</id>
<content type='text'>
</content>
</entry>
</feed>
