<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target/Mips, branch release_28</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target/Mips?h=release_28</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target/Mips?h=release_28'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-09-03T00:35:13Z</updated>
<entry>
<title>Remove Predicate_* calls from Mips</title>
<updated>2010-09-03T00:35:13Z</updated>
<author>
<name>Jakob Stoklund Olesen</name>
<email>stoklund@2pi.dk</email>
</author>
<published>2010-09-03T00:35:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7fa846f7d92db26fc516754df5e762c36d3ed013'/>
<id>urn:sha1:7fa846f7d92db26fc516754df5e762c36d3ed013</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112919 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<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>Don't call Predicate_* in Mips.</title>
<updated>2010-08-18T23:56:46Z</updated>
<author>
<name>Jakob Stoklund Olesen</name>
<email>stoklund@2pi.dk</email>
</author>
<published>2010-08-18T23:56:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7552a3df393a272f75104527161f7e171f8ade13'/>
<id>urn:sha1:7552a3df393a272f75104527161f7e171f8ade13</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111468 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix emacs language spec's, patch by Edmund Grimley-Evans!</title>
<updated>2010-08-17T16:20:04Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-08-17T16:20:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=23e70ebf352ff4938210711464c68b5a6e46e61c'/>
<id>urn:sha1:23e70ebf352ff4938210711464c68b5a6e46e61c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111241 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Reapply r110396, with fixes to appease the Linux buildbot gods.</title>
<updated>2010-08-06T18:33:48Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2010-08-06T18:33:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=90c579de5a383cee278acc3f7e7b9d0a656e6a35'/>
<id>urn:sha1:90c579de5a383cee278acc3f7e7b9d0a656e6a35</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110460 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r110396 to fix buildbots.</title>
<updated>2010-08-06T00:23:35Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2010-08-06T00:23:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1f74590e9d1b9cf0f1f81a156efea73f76546e05'/>
<id>urn:sha1:1f74590e9d1b9cf0f1f81a156efea73f76546e05</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110410 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't use PassInfo* as a type identifier for passes.  Instead, use the address of the static</title>
<updated>2010-08-05T23:42:04Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2010-08-05T23:42:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9ccaf53ada99c63737547c0235baeb8454b04e80'/>
<id>urn:sha1:9ccaf53ada99c63737547c0235baeb8454b04e80</id>
<content type='text'>
ID member as the sole unique type identifier.  Clean up APIs related to this change.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110396 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix PR7174, a couple o Mips fixes:</title>
<updated>2010-07-20T08:37:04Z</updated>
<author>
<name>Bruno Cardoso Lopes</name>
<email>bruno.cardoso@gmail.com</email>
</author>
<published>2010-07-20T08:37:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=46773793cbf18fa0fa4643c91d3b6f5c5bf15dd9'/>
<id>urn:sha1:46773793cbf18fa0fa4643c91d3b6f5c5bf15dd9</id>
<content type='text'>
- Fix a typo for PIC check during jmp table lowering
- Also fix the "first jump table basic block is not
considered only reachable by fall through" problem, use this
ad-hoc solution until I come up with something better.

Patch by stetorvs@gmail.com



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108820 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix Mips PR7473. Patch by stetorvs@gmail.com</title>
<updated>2010-07-20T07:58:51Z</updated>
<author>
<name>Bruno Cardoso Lopes</name>
<email>bruno.cardoso@gmail.com</email>
</author>
<published>2010-07-20T07:58:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=29e9daa75019e6ee7b3305f7ef11a2cd85b96b55'/>
<id>urn:sha1:29e9daa75019e6ee7b3305f7ef11a2cd85b96b55</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108816 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>
</feed>
