<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target/SystemZ, branch release_26</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target/SystemZ?h=release_26</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target/SystemZ?h=release_26'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-08-22T20:41:28Z</updated>
<entry>
<title>Merge 79741 from mainline.</title>
<updated>2009-08-22T20:41:28Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2009-08-22T20:41:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c06ff88d732de447f278028684a9d427bc7d858a'/>
<id>urn:sha1:c06ff88d732de447f278028684a9d427bc7d858a</id>
<content type='text'>
Some dummy cost model for s390x:
 - Prefer short-imm instructions over ext-imm, when possible
 - Prefer Z10 instructions over Z9, when possible

This hopefully should fix some dejagnu test fails on solaris


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_26@79761 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add fcopysign instructions</title>
<updated>2009-08-21T20:02:37Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2009-08-21T20:02:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=162da3c7b4764e7f685e3ef51798879b31e881c6'/>
<id>urn:sha1:162da3c7b4764e7f685e3ef51798879b31e881c6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79664 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Expand few nodes until someone will be crazy enough to implement them natively :)</title>
<updated>2009-08-21T18:52:42Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2009-08-21T18:52:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fc9489a4c6a7ecb8ac4b8567a7d7876b83379b78'/>
<id>urn:sha1:fc9489a4c6a7ecb8ac4b8567a7d7876b83379b78</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79659 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Typo :(</title>
<updated>2009-08-21T18:41:02Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2009-08-21T18:41:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2a5b155ba82ec52d0bab72b6a4cb191d89713104'/>
<id>urn:sha1:2a5b155ba82ec52d0bab72b6a4cb191d89713104</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79657 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Correct instruction names for subtract-with-borrow</title>
<updated>2009-08-21T18:37:28Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2009-08-21T18:37:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=324a99f395c9c27b82fda178021e2a63fdd713ca'/>
<id>urn:sha1:324a99f395c9c27b82fda178021e2a63fdd713ca</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79656 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Handle 'r' inline asm constraint</title>
<updated>2009-08-21T18:15:41Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2009-08-21T18:15:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3c2734c82bbd9fd6524a541a85c4a228c6648b9d'/>
<id>urn:sha1:3c2734c82bbd9fd6524a541a85c4a228c6648b9d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79648 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>eliminate AsmPrinter::SwitchToSection and just have clients</title>
<updated>2009-08-19T05:49:37Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-19T05:49:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6c2f9e14fdf14d8c1c687c6bd9918183fa7f8a7f'/>
<id>urn:sha1:6c2f9e14fdf14d8c1c687c6bd9918183fa7f8a7f</id>
<content type='text'>
talk to the MCStreamer directly instead.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79405 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Various AsmWriter output cleanups. Use WriteAsOperand instead of</title>
<updated>2009-08-13T01:36:44Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-08-13T01:36:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cf20ac4fd12ea3510a8f32a24fff69eebe7b6f4a'/>
<id>urn:sha1:cf20ac4fd12ea3510a8f32a24fff69eebe7b6f4a</id>
<content type='text'>
PrintUnmangledNameSafely.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78878 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple</title>
<updated>2009-08-12T07:22:17Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-12T07:22:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a7ac47cee1a0b3f4c798ecaa22ecf9d1be9c07e6'/>
<id>urn:sha1:a7ac47cee1a0b3f4c798ecaa22ecf9d1be9c07e6</id>
<content type='text'>
pair instead of from a virtual method on TargetMachine.  This cuts the final
ties of TargetAsmInfo to TargetMachine, meaning that MC can now use 
TargetAsmInfo.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78802 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>prune #include</title>
<updated>2009-08-11T23:07:27Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-11T23:07:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c98077ba4277fb38d7b1496df964dfbf2dcc4c57'/>
<id>urn:sha1:c98077ba4277fb38d7b1496df964dfbf2dcc4c57</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78749 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
