<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target/ARM/AsmPrinter, branch master</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target/ARM/AsmPrinter?h=master</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target/ARM/AsmPrinter?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-10-01T22:39:28Z</updated>
<entry>
<title>Rename the AsmPrinter directory to InstPrinter for those targets that have</title>
<updated>2010-10-01T22:39:28Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-10-01T22:39:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7ac1609a3b81504d269bf967060241c309771f23'/>
<id>urn:sha1:7ac1609a3b81504d269bf967060241c309771f23</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.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115360 91177308-0d34-0410-b5e6-96231b3b80d8
</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:22Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-09-30T02:02:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a4e97de71d7dd890eb9f705710bd094f0fa7ac49'/>
<id>urn:sha1:a4e97de71d7dd890eb9f705710bd094f0fa7ac49</id>
<content type='text'>
to an empty PrintSpecial()

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115128 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Nuke it from orbit. It's the only way to be sure.</title>
<updated>2010-09-30T01:57:53Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-09-30T01:57:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2317e40539aac11da00bd587b5f0def04d989769'/>
<id>urn:sha1:2317e40539aac11da00bd587b5f0def04d989769</id>
<content type='text'>
(Kill the dead non-MC asm printer for the ARM target.)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115127 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>nuke unused var</title>
<updated>2010-09-23T17:58:00Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-09-23T17:58:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=16c9a64c287dba4c58404b92b3fa9a9089e649f7'/>
<id>urn:sha1:16c9a64c287dba4c58404b92b3fa9a9089e649f7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114676 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add PrintSpecial() handling for  in ARM MC instruction printer.</title>
<updated>2010-09-22T18:37:14Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-09-22T18:37:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=00d01f1a427c34f444f1935911529becfbf1d51e'/>
<id>urn:sha1:00d01f1a427c34f444f1935911529becfbf1d51e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114563 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add start of support for MC instruction printer of ARM jump tables. Filling in</title>
<updated>2010-09-21T23:28:16Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-09-21T23:28:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=882ef2b76a09cdc39d38756fca71cf6cf25ae590'/>
<id>urn:sha1:882ef2b76a09cdc39d38756fca71cf6cf25ae590</id>
<content type='text'>
the rest of it is next up.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114500 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>PC-relative pseudo instructions are lowered and printed directly. Any encounter</title>
<updated>2010-09-18T00:04:53Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-09-18T00:04:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d30cfde935cf5a8649285b6c47abb5e0f6669590'/>
<id>urn:sha1:d30cfde935cf5a8649285b6c47abb5e0f6669590</id>
<content type='text'>
with one in the generic printing code is an error.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114242 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Teach the (non-MC) instruction printer to use the cannonical names for push/pop,</title>
<updated>2010-09-17T22:36:38Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-09-17T22:36:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e6be85e9ff6bd28c599421a120a8491257c13ebd'/>
<id>urn:sha1:e6be85e9ff6bd28c599421a120a8491257c13ebd</id>
<content type='text'>
and shift instructions on ARM. Update the tests to match.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114230 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Hook up verbose asm comment printing for SOImm operands in MC printer</title>
<updated>2010-09-17T21:33:25Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-09-17T21:33:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=74d7e6c64e955f89e6d3d4023d36fd481da4cfc1'/>
<id>urn:sha1:74d7e6c64e955f89e6d3d4023d36fd481da4cfc1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114215 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>trailing whitespace</title>
<updated>2010-09-17T21:25:10Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-09-17T21:25:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=196b48b708af4bba14f9e3afb6682c0f0098919b'/>
<id>urn:sha1:196b48b708af4bba14f9e3afb6682c0f0098919b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114212 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
