<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/llvm/lib/Target/ARM/AsmPrinter, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2010-10-01T22:39:28+00:00</updated>
<entry>
<title>Rename the AsmPrinter directory to InstPrinter for those targets that have</title>
<updated>2010-10-01T22:39:28+00:00</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-10-01T22:39:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=0e854f3d43a6248115443a69e0bdfb4c16119748'/>
<id>urn:sha1:0e854f3d43a6248115443a69e0bdfb4c16119748</id>
<content type='text'>
been MC-ized for assembly printing. MSP430 is mostly so, but still has the
asm printer and lowering code in the printer subdir for the moment.

llvm-svn: 115360
</content>
</entry>
<entry>
<title>Now that the pseudos that needed this are all custom lowered, we can go back</title>
<updated>2010-09-30T02:02:22+00:00</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-09-30T02:02:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2ff7de0264fa0f74e44dbb02f911463ee1004b4b'/>
<id>urn:sha1:2ff7de0264fa0f74e44dbb02f911463ee1004b4b</id>
<content type='text'>
to an empty PrintSpecial()

llvm-svn: 115128
</content>
</entry>
<entry>
<title>Nuke it from orbit. It's the only way to be sure.</title>
<updated>2010-09-30T01:57:53+00:00</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-09-30T01:57:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=080fdf4609339ef5a3264d3093adc36cc2e17d58'/>
<id>urn:sha1:080fdf4609339ef5a3264d3093adc36cc2e17d58</id>
<content type='text'>
(Kill the dead non-MC asm printer for the ARM target.)

llvm-svn: 115127
</content>
</entry>
<entry>
<title>nuke unused var</title>
<updated>2010-09-23T17:58:00+00:00</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-09-23T17:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=ea20e257b26c0ca6cba58ecf3c6d0668f3cb104b'/>
<id>urn:sha1:ea20e257b26c0ca6cba58ecf3c6d0668f3cb104b</id>
<content type='text'>
llvm-svn: 114676
</content>
</entry>
<entry>
<title>Add PrintSpecial() handling for  in ARM MC instruction printer.</title>
<updated>2010-09-22T18:37:14+00:00</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-09-22T18:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=e12c8ba05b8d6247fcf9d6ad3907af0f8f562124'/>
<id>urn:sha1:e12c8ba05b8d6247fcf9d6ad3907af0f8f562124</id>
<content type='text'>
llvm-svn: 114563
</content>
</entry>
<entry>
<title>Add start of support for MC instruction printer of ARM jump tables. Filling in</title>
<updated>2010-09-21T23:28:16+00:00</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-09-21T23:28:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=d64f9b83811e35eb582f974fb524d587e2d0e59e'/>
<id>urn:sha1:d64f9b83811e35eb582f974fb524d587e2d0e59e</id>
<content type='text'>
the rest of it is next up.

llvm-svn: 114500
</content>
</entry>
<entry>
<title>PC-relative pseudo instructions are lowered and printed directly. Any encounter</title>
<updated>2010-09-18T00:04:53+00:00</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-09-18T00:04:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=8a5a6a6c1ef3e35090627ecea5e37b6cb74be779'/>
<id>urn:sha1:8a5a6a6c1ef3e35090627ecea5e37b6cb74be779</id>
<content type='text'>
with one in the generic printing code is an error.

llvm-svn: 114242
</content>
</entry>
<entry>
<title>Teach the (non-MC) instruction printer to use the cannonical names for push/pop,</title>
<updated>2010-09-17T22:36:38+00:00</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-09-17T22:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=7a6c37d3e7f6ed63e5bbe1c941744a156335fbc7'/>
<id>urn:sha1:7a6c37d3e7f6ed63e5bbe1c941744a156335fbc7</id>
<content type='text'>
and shift instructions on ARM. Update the tests to match.

llvm-svn: 114230
</content>
</entry>
<entry>
<title>Hook up verbose asm comment printing for SOImm operands in MC printer</title>
<updated>2010-09-17T21:33:25+00:00</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-09-17T21:33:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=132a0ce787c66196521d50aa0d57959829972405'/>
<id>urn:sha1:132a0ce787c66196521d50aa0d57959829972405</id>
<content type='text'>
llvm-svn: 114215
</content>
</entry>
<entry>
<title>trailing whitespace</title>
<updated>2010-09-17T21:25:10+00:00</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-09-17T21:25:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=4e51d0bebbabaf33be7902e35b03d4b872946210'/>
<id>urn:sha1:4e51d0bebbabaf33be7902e35b03d4b872946210</id>
<content type='text'>
llvm-svn: 114212
</content>
</entry>
</feed>
