<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target/SystemZ, branch release_28</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target/SystemZ?h=release_28</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target/SystemZ?h=release_28'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-08-26T23:32:16Z</updated>
<entry>
<title>Simplify eliminateFrameIndex() interface back down now that PEI doesn't need</title>
<updated>2010-08-26T23:32:16Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-08-26T23:32:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fcb4a8ead3cd8d9540d5eaa448af5d14a0ee341a'/>
<id>urn:sha1:fcb4a8ead3cd8d9540d5eaa448af5d14a0ee341a</id>
<content type='text'>
to try to re-use scavenged frame index reference registers. rdar://8277890

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112241 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Constify some arguments.</title>
<updated>2010-07-20T06:52:21Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2010-07-20T06:52:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=72852a8cfb605056d87b644d2e36b1346051413d'/>
<id>urn:sha1:72852a8cfb605056d87b644d2e36b1346051413d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108812 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove the isMoveInstr() hook.</title>
<updated>2010-07-16T22:35:46Z</updated>
<author>
<name>Jakob Stoklund Olesen</name>
<email>stoklund@2pi.dk</email>
</author>
<published>2010-07-16T22:35:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=78e6e009223a38739797629ca2d217acf86dda93'/>
<id>urn:sha1:78e6e009223a38739797629ca2d217acf86dda93</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108567 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't pass StringRef by reference.</title>
<updated>2010-07-14T22:38:02Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2010-07-14T22:38:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=38e59891ee4417a9be2f8146ce0ba3269e38ac21'/>
<id>urn:sha1:38e59891ee4417a9be2f8146ce0ba3269e38ac21</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108366 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove redundant branch. Thanks, Anton!</title>
<updated>2010-07-11T17:17:35Z</updated>
<author>
<name>Jakob Stoklund Olesen</name>
<email>stoklund@2pi.dk</email>
</author>
<published>2010-07-11T17:17:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4cae5af54eb3561bf2ae4397b4b8c222f74423f5'/>
<id>urn:sha1:4cae5af54eb3561bf2ae4397b4b8c222f74423f5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108097 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Replace copyRegToReg with copyPhysReg for SystemZ.</title>
<updated>2010-07-11T16:40:46Z</updated>
<author>
<name>Jakob Stoklund Olesen</name>
<email>stoklund@2pi.dk</email>
</author>
<published>2010-07-11T16:40:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f7d55b97f01ce133eb830ca93411df4caa9d65da'/>
<id>urn:sha1:f7d55b97f01ce133eb830ca93411df4caa9d65da</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108092 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Split the SDValue out of OutputArg so that SelectionDAG-independent</title>
<updated>2010-07-07T15:54:55Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-07-07T15:54:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c9403659a98bf6487ab6fbf40b81628b5695c02e'/>
<id>urn:sha1:c9403659a98bf6487ab6fbf40b81628b5695c02e</id>
<content type='text'>
code can do calling-convention queries. This obviates OutputArgReg.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107786 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Propagate debug loc.</title>
<updated>2010-07-06T22:08:15Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2010-07-06T22:08:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0d881dabc1a4e1aefad6dd38de166d8358285638'/>
<id>urn:sha1:0d881dabc1a4e1aefad6dd38de166d8358285638</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107710 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Reapply r107655 with fixes; insert the pseudo instruction into</title>
<updated>2010-07-06T20:24:04Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-07-06T20:24:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=14152b480d09c7ca912af7c06d00b0ff3912e4f5'/>
<id>urn:sha1:14152b480d09c7ca912af7c06d00b0ff3912e4f5</id>
<content type='text'>
the block before calling the expansion hook. And don't
put EFLAGS in a mbb's live-in list twice.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107691 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r107655.</title>
<updated>2010-07-06T15:49:48Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-07-06T15:49:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=258c58cc6257cf61c9bdbb9c4cea67ba2691adf0'/>
<id>urn:sha1:258c58cc6257cf61c9bdbb9c4cea67ba2691adf0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107668 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
